AX-Series Motion Controller Instructions Manual Chapter 2
303
2.3.2.7 DMC_GroupReset
Supported Devices: AX-308E, AX-364E
FB/FC Instruction Graphic Expression
FB DMC_GroupReset
ST Language
DMC_GroupReset_instance(
AxisGroup: = ,
bExecute: = ,
bDone=> ,
bBusy=> ,
bError=> ,
ErrorID=> ) ;
Inputs
Name Function Data Type
Setting Value
Timing to Take Effect
bExecute
The instruction is run when
bExecute
changes from False
to True.
BOOL True/False (False) -
Outputs
Output range (Default Value)
True when the instruction is completed.
bBusy
True when the instruction is triggered to
BOOL True/False (False)
bError
True when an error occurs in execution of
BOOL True/False (False)
ErrorID
Record the error code when an error
occurs. Refer to Appendix for error code
descriptions.
DMC_ERROR
*
DMC_ERROR (DMC_NO_ERROR)
*Note: DMC_ERROR: Enumeration (ENUM)
Output Update Timing