AX-Series Motion Controller Instructions Manual Chapter 2
201
2.3.1.7 DMC_GroupStop
Supported Devices: AX-308E, AX-364E
DMC_GroupStop decelerates the group axes to a stop.
FB/FC Instruction Graphic Expression ST Language
FB DMC_GroupStop
DMC_GroupStop_instance (
AxisGroup : =,
bExecute : =,
lrDeceleration : =,
lrJerk : =,
bDone =>,
bBusy =>,
bActive =>,
bCommandAborted =>,
bError =>,
Inputs
Name Function Data Type
Setting Value
Timing to Take Effect
bExecute
The instruction is run when
bExecute changes from False to
BOOL
True/False
(False)
-
lrDeceleration
Specify the deceleration rate.
2
LREAL Positive (0)
When bExecute turns
lrJerk
Specify the jerk.
3
LREAL Positive (0)
When bExecute turns
Outputs
Output Range Value (Default Value)
bDone
True when all axes stop with the
velocity 0.
BOOL True/False (False)
bBusy
True when the instruction is
triggered to run.
BOOL True/False (False)
bActive
True when the instruction is
controlling axes.
BOOL True/False (False)
bCommandAborted
True when the instruction is
interrupted.
BOOL True/False (False)