AX-Series Motion Controller Instructions Manual Chapter 2
107
Timing Diagram
After MC_MoveAbsolute is run, use MC_SetPosition to define a new coordinate system under absolute mode.
When detecting a rising edge of Execute of MC_SetPosition, the new location of the axis will be 1000 after
adjusting the coordinate system by moving a distance of 1123. The axis was originally located at 2123.
Done is True when the execution of MC_MoveAbsolute is completed and the current position will be at 3877(5000
- 1123). At this time, MC_MoveAbsolute still moves to 5000 on the old coordinate system, which will become 3877
after the coordinate adjustment.
Example 3: Demonstrate the condition of executing MC_MoveRelative while using MC_SetPosition to change the
coordinate system under relative mode.