Group Disable with MC_GroupDisable
MC_GroupDisable is used to deactivate an axis group. The axis group will move to GroupDisable state after execution. The power state of the servo drives is not affected by MC_GroupDisable.
-
There are sixteen groups available to use that are numbered 1 ~ 16.
-
LS_Connect must be executed before this function block.
-
The examples in this topic can be found in the XMC_AxisGroup_FBs.zip downloadable from Example Applications.
| Element Name | Element Type | Description |
|---|---|---|
| Execute | Input | Edge detected request to execute the function block. |
| AxesGroup | Input/Output | Set the group to be disabled. Group number 1 ~ 16. This must be an UINT variable. |
| Done | Output | Indicates the function block has finished execution. |
| Busy | Output | Indicates the function block is in operation. |
| Error | Output | Indicates whether an error occurs or not. |
| ErrorID | Output | Error Identification number. |
LM705