AX-Series Motion Controller Instructions Manual Chapter 2
285
2.3.2.2 DMC_GroupDisable
Supported Devices: AX-308E, AX-364E
DMC_GroupDisable sets the state of an axis group to GroupDisable.
FB/FC Instruction Graphic Expression
FB DMC_GroupDisable
ST Language
DMC_GroupDisable_instance(
AxisGroup: = ,
bExecute: = ,
bDone=> ,
bBusy=> ,
bError=> ,
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)
bDone True when the instruction is completed. BOOL True/False (False)
bBusy
True when the instruction is triggered to
run.
BOOL True/False (False)
bError
True when an error occurs in execution of
the instruction.
BOOL True/False (False)
ErrorID
Record the error code when an error
occurs. Refer to Appendix for error code
DMC_ERROR
*
DMC_ERROR (DMC_NO_ERROR)
*Note: DMC_ERROR: Enumeration (ENUM)
Output Update Timing