DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-13
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
In the following Or Bit-of-Word example, when input X1 or bit 7 of V1400 is on, output Y5
will energize.
In the following Or Bit-of-Word example, when input X1 is on or bit 7 of V1400 is off, output
Y7 will energize.
Aaaa.bb
Aaaa.bb
Y7
OUT
X1
B1400.7
STR
1
Handheld Programmer Keystrokes
DirectSOFT32
OR
V
1
OUT
7
SHFT
4
0
0
7
ENT
ENT
ENT
K
B
Y7
OUT
X1
STR
1
Handheld Programmer Keystrokes
DirectSOFT32
ORN
V
1
OUT
7
4
0
0
7
B1400.7
ENT
ENT
ENT
K
SHFT
B
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 Implied
HPP Used
DS Implied
HPP Used
Direct
SOFT
Direct
SOFT
Or Bit-of-Word (OR)
The Or Bit-of-Word instruction will logically OR a normally
open contact in parallel with another contact in a rung. Status
of the contact will be the same state as the bit referenced in the
associated memory location.
Or Not Bit-of-Word (ORN)
The Or Not Bit-of-Word instruction will logically OR a
normally closed contact in parallel with another contact in a
rung. Status of the contact will be opposite the state of the bit
referenced in the associated memory location.