Axis Group States
The image below shows the possible states for axis groups and the transitions between the states.

The errors of individual axes always direct the axis group to the
GroupErrorStop
state.If the axis group switches to
GroupMoving
, then all axes are switched toSynchronizedMotion
.If the axis group switches from
GroupMoving
toGroupStandby
, then all axes are switched tostandstill
.If the axis group switches from
GroupMoving
toGroupErrorStop
, then all axes are switched toGroupErrorStop
.If the axis group is in
GroupStandby
, then the individual axes are not necessarily all instandstill
because they can be controlled by means of single-axis motion function blocks such asMC_Jog
.If motion is terminated with an error, then all buffered subsequent movements are aborted with
CommandAborted
.As long as the axis group follows a dynamic coordinate system, it will stay in
GroupMoving
.The axis group is in
GroupMoving
if and only if the group is moved in a coordinated manner (by one of the motion blocks from Part 4). Switching fromGroupMoving
toGroupStandby
is done one cycle after the last position change.