AX-Series Motion Controller Instructions Manual Chapter 2
408
2.3.3.3 MC_Reset_DML
Supported Devices: AX-308E, AX-364E
MC_Reset_DML clears axis-related errors.
FB/FC Instruction Graphic Expression
FB MC_Reset_DML
ST Language
MC_Reset_DML_instance(
Axis : =,
bExecute : =,
bDone =>,
bBusy =>,
bError =>,
ErrorID =>);
Inputs
Name Function Data Type
Setting Value
Timing to Take Effect
bExecute
The instruction is
run when bExecute
turns from False to
BOOL
True/False
(False)
-
Outputs
bDone
True when axis error clearing is
completed and the axis enters
Standstill or Disabled.
BOOL True/False (False)
True when the instruction is run.
bError True when an error occurs.
BOOL
True/False (False)
ErrorID
Indicates the error code if an error
occurs. Refer to Appendix for error
DML_ERROR* DML_ERROR (DML_NO_ERROR)
*Note: DML_ERROR: Enumeration (ENUM)