AX-Series Motion Controller Instructions Manual Chapter 2
16
2.1.3 MC_Halt
Supported Devices: AX-308E, AX-8, AX-364E
MC_Halt stops the axis motion in a controlled way.
FB/FC Instruction Graphic Expression ST Language
FB MC_Halt
MC_Halt_instance(
Axis : =,
Execute : =,
Deceleration : =,
Jerk : =,
Done =>,
Busy =>,
CommandAborted =>,
Error =>,
Inputs
Name Function Data Type
Setting Value
Timing to Take Effect
Execute
The instruction is run when
Execute changes from
BOOL
True/False
(False)
-
Deceleration
Deceleration rate.
LREAL
Positive
When Execute turns to True, the
rate will be updated.
Jerk
Jerk value.
LREAL
Positive
When Execute is triggered to be
True, the value will be updated.
Outputs
Output Range (Default Value)
Done
True when zero
velocity is reached.
BOOL True/False (False)
Busy
True when the
BOOL True/False (False)
CommandAborted
True when the
instruction is
interrupted.
BOOL True/False (False)
Error
True when an error
BOOL True/False (False)
ErrorID
Record the error code
when an error occurs.
Refer to Appendix for
error code
descriptions.
SMC_ERROR* SMC_ERROR (SMC_NO_ERROR)