2 immediate output (out) – Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual
Page 271

13Ć5
13.2
Immediate Output (OUT)
Use the Immediate Output instruction when you need to update a global variable's
physical location prior to the end of the program scan. Output locations are normally
updated at the end of a program scan. This instruction lets you immediately use the
latest output value for a global variable.
While EN is true, the instruction updates a global variable's (Variable) actual location
with the value from the program's latched value.
13.2.1
Input Parameters for the Immediate Output Instruction
This table lists the inputs for the OUT instruction and the variable type and data
type/range that each input supports.
Parameter
Description
Variable Type
Data/Type Range
EN
While this input is true, the instruction executes. When this
input is false, the instruction is not executed and ENO is
false.
Connect a Boolean input or output
Variable
Enter the global variable that you want to update with the
value from the program's latched value.
Simple
D Boolean
D integer
D double integer