soundqsho
12-21-2006, 04:34 PM
I'm trying to get a rotary axis to behave properly using an OLD cnc controller that does not use conventional code handling. I'm getting close using the MPFAN.PST, but still have one problem to overcome.
The controller expects to see the A axis value as absolute, and the + or - value is used as direction control.
This means that when I post a file, and all of the rotary values are positive absolute, then the rotary axis will only rotate clockwise. (so moving from A2.0 to A1.0 would involve a 359 degree move in the wrong direction, but moving from A1.0 to A2.0 works just like it should).
I'm no post genious, but I'm trying to figure out how to get the value exported in the way I need it.
The controller expects to see the A axis value as absolute, and the + or - value is used as direction control.
This means that when I post a file, and all of the rotary values are positive absolute, then the rotary axis will only rotate clockwise. (so moving from A2.0 to A1.0 would involve a 359 degree move in the wrong direction, but moving from A1.0 to A2.0 works just like it should).
I'm no post genious, but I'm trying to figure out how to get the value exported in the way I need it.