DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-12
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 example, when input X1 or X2 is on, output Y5 will energize.
In the following Or Not example, when input X1 is on or X2 is off, output Y5 will energize.
Aaaa
Aaaa
STR
$
1
B
ENT
OR
Q
2
C
ENT
OUT
GX
5
F
ENT
Y5
OUT
X1
X2
Handheld Programmer Keystrokes
Direct SOFT32
STR
$
1
B
ENT
2
C
ENT
OUT
GX
5
F
ENT
ORN
R
X1
Y5
OUT
X2
Handheld Programmer Keystrokes
Direct SOFT32
Operand Data Type
DL06 Range
A
aaa
Inputs
X
0-777
Outputs
Y
0-777
Control Relays
C
0–1777
Stage
S
0–1777
Timer
T
0–377
Counter
CT
0–177
Special Relay
SP
0-777
DS Implied
HPP Used
DS Implied
HPP Used
Direct
SOFT
Direct
SOFT
Or (OR)
The Or instruction will logically OR a normally open contact in
parallel with another contact in a rung. The status of the contact
will be the same state as the associated image register point or
memory location.
Or Not (ORN)
The Or Not instruction will logically OR a normally closed contact
in parallel with another contact in a rung. The status of the contact
will be opposite the state of the associated image register point or
memory location.