AX-Series Motion Controller Instructions Manual Chapter 2
149
2.2.15 MC_AbortTrigger
Supported Devices: AX-308E, AX-8, AX-364E
MC_AbortTrigger aborts the instruction MC_TouchProbe which are intended to capture trigger events.
FB/FC Instruction Graphic Expression ST Language
FB MC_AbortTrigger
MC_AbortTrigger_instance(
Axis : =,
TriggerInput : =,
Execute: =,
Done =>,
Busy =>,
Error =>,
Inputs
Name Function Data Type
Setting Value
Timing to Take Effect
Execute
The instruction is run when
Execute changes from False to
BOOL
True/False
(True)
-
Outputs
Output Range (Default Value)
True when trigger event is aborted
Busy True when the instruction is run. BOOL True/False (False)
Error True if an error occurs BOOL True/False (False)
ErrorID
Indicates the error code when the
error occurs. Refer to Appendix for
SMC_ERROR* SMC_ERROR (SMC_NO_ERROR)
*Note: SMC_ERROR: Enumeration (Enum)
Output Updating Time
Timing for Shifting to True
Timing for Shifting to False
Done
When the capture operation is stopped.
When Execute turns from True to False.
If Execute is False and Done turns to True, it
will be True for only one scan cycle and
immediately shift to False.
Busy
When Execute turns to True.
When Error turns to True.
Error
When an error occurs in the execution
When Execute turns from True to False.