PLC_W_COMMAND: Control Command Codes

Library and Namespace

Library name: PLCSystemBase

Namespace: PLCSystemBase

Enumerated Type Description

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.