Page 1 of 1

program stops: says "moving" (answered)

Posted: Tue Dec 12, 2017 11:08 pm
by frijoli
Stops on line n22. First move G1

Re: program stops: says "moving"

Posted: Wed Dec 13, 2017 12:57 am
by cnckeith
hello. do you have a working spindle encoder connected and configured?

Re: program stops: says "moving"

Posted: Wed Dec 13, 2017 6:55 am
by frijoli
cnckeith wrote: Wed Dec 13, 2017 12:57 am hello. do you have a working spindle encoder connected and configured?
No, I had it configured without the encoder. Will feed per rev not work without the encoder?

Re: program stops: says "moving"

Posted: Wed Dec 13, 2017 10:00 am
by diycncscott
Feed per rev will only work if there is an encoder connected because movement is slaved to the spindle encoder.

You could easily calculate the inches per minute feedrate and use ipm instead but that kind of defeats the purpose of what a feed per rev move is supposed to accomplish which is to move an exact amount directly correlated to the actual revolution of the spindle. If the spindle loads up and slows down a little, the feedrate also slows to keep the finish/load even.

desired feed per rev * rpm = ipm

Re: program stops: says "moving"

Posted: Wed Dec 13, 2017 4:08 pm
by frijoli
diycncscott wrote: Wed Dec 13, 2017 10:00 am Feed per rev will only work if there is an encoder connected because movement is slaved to the spindle encoder.

You could easily calculate the inches per minute feedrate and use ipm instead but that kind of defeats the purpose of what a feed per rev move is supposed to accomplish which is to move an exact amount directly correlated to the actual revolution of the spindle. If the spindle loads up and slows down a little, the feedrate also slows to keep the finish/load even.

desired feed per rev * rpm = ipm
Thanks Scott.
I understood what it meant, I just didn't realize it was tied to the encoder. At least now I know it wasn't my post processor changes!