DL205 User Manual, 4th Edition, Rev. D
5-17
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Out (OUT)
The Out instruction reflects the status of the rung
(on/off) and outputs the discrete (on/off) state to the
specified image register point or memory location.
Multiple Out instructions referencing the same
discrete location should not be used since only the
last Out instruction in the program will control
the physical output point. Instead, use the next
instruction, the Or Out.
In the following Out example, when input X1 is on, output Y2 and Y5 will energize.
In the following Out example, the program contains two Out instructions using the same
location (Y10). The physical output of Y10 is ultimately controlled by the last rung of logic
referencing Y10. X1 will override the Y10 output being controlled by X0. To avoid this
situation, multiple outputs using the same location should not be used in programming. If
you need to have an output controlled by multiple inputs, see the OROUT instruction on
page 5–19.
Aaaa
OUT
230
240
250-1
260
DS Used
HPP Used
Operand Data Type DL230 Range DL240 Range DL250-1 Range DL260 Range
A aaa aaa aaa aaa
Inputs X 0–177 0–477 0–777 0–1777
Outputs Y 0–177 0–477 0–777 0–1777
Control Relays C 0–377 0–377 0–1777 0–3777
Global GX - - - 0–3777
Global GY - - - 0–3777
Y10
OUT
X0
Y10
OUT
X1
STR
$
1
B
ENT
OUT
GX
2
C
ENT
OUT
GX
ENT
5
F
Y2
OUT
X1
Y5
OUT