Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Ken K on December 21, 2013, 01:07:54 PM

Title: Error message
Post by: Ken K on December 21, 2013, 01:07:54 PM
 I am using the Mach3 lathe , and am getting an error message, "F word missing with reverse time g1 move"
 This does not happen, all the time, and never have it, when doing mill work. If i input a f 5.0 into code, it goes to next line, with same error code.
 Is there a fix, for this problem?
Ken K
Title: Re: Error message
Post by: ger21 on December 21, 2013, 01:14:29 PM
Sounds like your using G95 mode, which requires an F work on every line.
Title: Re: Error message
Post by: Ken K on December 21, 2013, 02:30:04 PM
 There is no G95, in the code. How do you turn it off?
Ken K
Title: Re: Error message
Post by: ger21 on December 21, 2013, 02:37:05 PM
Try putting a G94 in the code
Title: Re: Error message
Post by: Hood on December 21, 2013, 03:22:34 PM
G95   doesnt require a F word with each line as I dont do that and it runs fine for me.
Can you attach your code and also your xml please.
Hood
Title: Re: Error message
Post by: Ken K on December 21, 2013, 03:28:23 PM
 Put in G94 F 5.0, only got a feed rate of .03 i/min., but cleared the problem, program ran
 Put in G94  F30.0 and things work fine.
 Thanks
 Ken K
Title: Re: Error message
Post by: Hood on December 21, 2013, 03:34:19 PM
Lathes are better used in G95 in my opinion but its up to the user I suppose.
What was in your code previously for your feed?
Hood
Title: Re: Error message
Post by: Ken K on December 21, 2013, 04:24:37 PM
 This is the code I am using. The only thing added was the G94 F30.0
ken K
Title: Re: Error message
Post by: Hood on December 21, 2013, 04:35:44 PM
Your code has G93, ie Inverse Time Feedrate, that is why you got that message.
Hood