PLC_W_COMMAND: Control Command Codes
Library name: PLCSystemBase
Namespace: PLCSystemBase
The PLC_W_COMMAND enumeration data type contains the following values:
Enumerator |
Value |
Comment |
---|---|---|
PLC_W_STOP |
0001 hex |
Command to stop the controller. |
PLC_W_RUN |
0002 hex |
Command to run the controller. |
PLC_W_RESET_COLD |
0004 hex |
Command to initiate a Controller cold reset. |
PLC_W_RESET_WARM |
0008 hex |
Command to initiate a Controller warm reset. |