DL205 User Manual, 4th Edition, Rev. B
5–18
Chapter 5: Standard RLL Instructions - Boolean
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Out Bit-of-Word (OUTB)
The Out Bit-of-Word instruction reflects the status of
the rung (on/off ) and outputs the discrete (on/off ) state
to the specified bit in the referenced memory location.
Multiple Out Bit-of-Word instructions referencing the
same bit of the same word generally should not be used
since only the last Out instruction in the program will
control the status of the bit.
In the following Out Bit-of-Word example, when input X1 is on, bit 3 of V1400 and bit 6 of
V1401 will turn on.
The following Out Bit-of-Word example contains two Out Bit-of-Word instructions using
the same bit in the same memory word. The final state bit 3 of V1400 is ultimately controlled
by the last rung of logic referencing it. X1 will override the logic state controlled by X0. To
avoid this situation, multiple outputs using the same location must not be used in
programming.
Aaaa.bb
OUT
Operand Data Type
DL250-1 Range
DL260 Range
A
aaa
bb
aaa
bb
V-memory B
See memory map
page 3-55
BCD, 0 to 15
See memory map
page 3-56
BCD, 0 to 15
Pointer PB
See memory map
page 3-55
BCD
See memory map
page 3-56
BCD
B1400.3
OUT
X1
B1401.6
OUT
Direct
SOFT
STR
1
Handheld Programmer Keystrokes
OUT
V
1
SHFT
4
0
0
3
ENT
K
B
ENT
OUT
V
1
SHFT
4
0
1
6
ENT
K
B
location must not be used in programming.
B1400
.
3
OUT
X
0
B1400
.
3
OUT
X
1
ý
ý
þ
þ
230
240
2
5
0
-1
2
6
0
DS
Used
HPP
Used