Data type for internal use.
Overview
| name | type | default | comment |
|---|---|---|---|
| DisableLimits | BOOL | For future use | |
| RestartRuntime | BOOL | For future use | |
| AcceptHardwarePosition | BOOL | For future use | |
| AbortCmd | BOOL | ||
| ResetCmd | BOOL | ||
| ResetAndHoldCmd | BOOL | ||
| RestartCmd | BOOL | ||
| EnableCmd | BOOL | ||
| StopCmd | BOOL | ||
| HoldCmd | BOOL | ||
| Padding | ARRAY[0..1] OF BOOL | Placeholder for platform compatibility |
Details
DisableLimits
BOOLFor future use
RestartRuntime
BOOLFor future use
AcceptHardwarePosition
BOOLFor future use
AbortCmd
BOOLMLxAbort command in process.
Can be hung to True if MLxAbort command is disabled before its Sts_DN
signal turns True.
ResetCmd
BOOLMLxReset command in process.
Can be hung to True if MLxReset command is disabled before its Sts_DN
signal turns True.
ResetAndHoldCmd
BOOLMLxResetAndHold command in process.
Can be hung to True if MLxResetAndHold command is disabled before its Sts_DN
signal turns True.
RestartCmd
BOOLMLxRestart command in process.
Can be hung to True if MLxRestart command is disabled before its
Sts_DN signal turns True.
EnableCmd
BOOLMLxEnable command in process.
Can be hung to True if MLxEnable command is disabled before its Sts_DN
signal turns True.
StopCmd
BOOLMLxStop command in process.
Can be hung to True if MLxStop command is disabled before its Sts_DN
signal turns True.
HoldCmd
BOOLMLxHold command in process.
Can be hung to True if MLxHold command is disabled before its Sts_DN
signal turns True.
Padding
ARRAY[0..1] OF BOOLPlaceholder for platform compatibility