Hello Guest it is April 20, 2024, 05:51:35 AM

Author Topic: Rotate a rotary axis in one direction only  (Read 1997 times)

0 Members and 1 Guest are viewing this topic.

Rotate a rotary axis in one direction only
« on: July 13, 2015, 02:11:35 PM »
Does anyone know how to get a rotary axis to only operate in only the positive direction?  It would roll over 360 and still move positive no matter what angle is commanded?
Re: Rotate a rotary axis in one direction only
« Reply #1 on: July 13, 2015, 03:39:00 PM »
Process all of the moves as Incremental with no - (negative) values.
Maybe one way ......

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Rotate a rotary axis in one direction only
« Reply #2 on: July 14, 2015, 03:10:25 AM »
General Config, have Rotation  Rollover chosen and you will then only get movements in one direction if you only call positive commands. For example if at A0 and you command G1A10F200 it will rotate clockwise to that position. If you then command A8 then it will continue in the same direction right round and past the 360 degrees to get to 8. If you want it to rotate the opposite way then yuou would command A-8.

Hood