Process Control Instructions
Rockwell Automation Publication 1756-RM006K-EN-P - November 2018 31
Input Parameter Data
Type
Description
FB3State2 BOOL Feedback 3 state 2 input. This value determines the expected value of FB3 when
the device is in the 2 state.
Default is false.
ProgProgReq BOOL Program program request. Set to true by the user program to request Program
control. Ignored if ProgOperReq is true. Holding this true and ProgOperReq false
locks the instruction in Program control.
Default is false.
ProgOperReq BOOL Program operator request. Set to true by the user program to request operator
control. Holding this true locks the instruction in Operator control.
Default is false.
ProgOverrideReq BOOL Program override request. Set to true by the user program to request the device to
enter Override mode. Ignored if ProgHandReq is true.
Default is false.
ProgHandReq BOOL Program hand request. Set to true by the user program to request the device to
enter Hand mode.
Default is false.
OperProgReq BOOL Operator program request. Set to true by the operator interface to request
Program control. The instruction clears this input to false.
Default is false.
OperOperReq BOOL Operator operator request. Set to true by the operator interface to request
Operator control. The instruction clears this input to false.
Default is false.
ProgValueReset BOOL Reset program control values. When true, all the program request inputs are
cleared to false at each execution of the instruction.
Default is false.
Output Parameter Data Type Description
EnableOut BOOL Indicates if instruction is enabled.
Out0 BOOL The first output of the instruction.
Out1 BOOL The second output of the instruction.
Out2 BOOL The third output of the instruction.
Device0State BOOL Device state 0 output. True when the device
is commanded to the 0 state and the
feedback indicates the device really is in the
0 state.
Device1State BOOL Device state 1 output. True when the device
is commanded to the 1 state and the
feedback indicates the device really is in the
1 state.
Device2State BOOL Device state 2 output. True when the device
is commanded to the 2 state and the
feedback indicates the device really is in the
2 state.
Command0Status BOOL Device state 0 command status. True when
the device is being commanded to the 0
state; false when the device is being
commanded to some other state.