PLC_R_STATUS: Controller Status Codes
The PLC_R_STATUS enumeration data type contains the following values:
Enumerator |
Value |
Comment |
---|---|---|
PLC_R_EMPTY |
0000 hex |
Controller does not contain an application. |
PLC_R_STOPPED |
0001 hex |
Controller is stopped. |
PLC_R_RUNNING |
0002 hex |
Controller is running. |
PLC_R_HALT |
0004 hex |
Controller is in a HALT state (see the controller state diagram in your controller ).programming guide |
PLC_R_BREAKPOINT |
0008 hex |
Controller has paused at a breakpoint. |