Programming Example
The following ladder diagram examples show how to perform motion commands.
- Enable axis and reset fault (without using brake)
If brake is used, an external brake fault can cause the axis to fault. Consider a different method to handle an axis fault. - Home commandYou must configure the relevant configuration tags before using the Home command. For more information, see Home.

- Set Home Position command

- Move Velocity command

- Absolute Move Position command (Set O.Axis01.AbsoluteMove to 1)

- Jog commandYou must configure the relevant configuration tags before using the Jog command. For more information, see Jog.Once the Jog command executes, use O.Axis01.JogForward and O.Axis01.JogReverse to move the motor.

- Stop commandYou must configure the type of stop behavior with O.Axis01.HardStop before using this command. For more information, see Stop.

Provide Feedback