Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: vz58 on August 25, 2012, 02:08:39 PM

Title: not responding to f feed codes?
Post by: vz58 on August 25, 2012, 02:08:39 PM
My computer crashed so I bought a new one.  everything works great but for some reason it does not respond to f codes.  I have to set the speed by using override on the main screen.  I has to be something simple but I cant figure it out.

i.e.  if the program says f20 it runs wide open.  if the code is f3 it runs wide open.  I can only control the overall speed on the main screen override.




Thanks
Title: Re: not responding to f feed codes?
Post by: Hood on August 25, 2012, 03:29:33 PM
Attach your xml and I will see if I can find the problem.
Hood
Title: Re: not responding to f feed codes?
Post by: ger21 on August 26, 2012, 07:29:57 AM
Does your code use G0's, or G1's?
Title: Re: not responding to f feed codes?
Post by: vz58 on August 26, 2012, 11:21:43 AM
G00.  Followed after position ing f codes
Title: Re: not responding to f feed codes?
Post by: ger21 on August 26, 2012, 11:23:52 AM
G00 are rapid moves, and are not affected by F words.
You need to program using G1 for the F words to control the speed.
Title: Re: not responding to f feed codes?
Post by: Hood on August 26, 2012, 11:24:12 AM
G0 (G00) is a move at rapid speed the F word will not have any effect on it, you need a G1 (G01) if you want a linear feed at the specified feedrate.
Hood

Edit, Too slow ;D

Title: Re: not responding to f feed codes?
Post by: vz58 on August 26, 2012, 12:38:32 PM
Figured I was doing something bone headed.  Will check tomorrow.  Thanks!