DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-18
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
NOTE: If the Bit-of-Word is entered as V1400.3 in DirectSOFT, it will be converted to B1400.3. Bit-of-
Word can also be entered as B1400.3.
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
B1400.3
OUT
X1
B1401.6
OUT
DirectSOFT32
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
B1400.3
OUT
X0
B1400.3
OUT
X1
Operand Data Type
DL06 Range
A
aaa
bb
V-memory
B
See memory map
0 to 15
Pointer
PB See memory map
0 to 15
DS
Used
HPP Used
Direct
SOFT
Out Bit-of-Word (OUT)
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.