DL205 User Manual, 4th Edition, Rev. B
5–16
Chapter 5: Standard RLL Instructions - Boolean
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
And Store (ANDSTR)
The And Store instruction logically ands two
branches of a rung in series. Both branches must
begin with the Store instruction.
In the following And Store example, the branch consisting of contacts X2, X3, and X4 have
been anded with the branch consisting of contact X1.
Or Store (ORSTR)
The Or Store instruction logically ors two branches
of a rung in parallel. Both branches must begin with
the Store instruction.
In the following Or Store example, the branch consisting of X1 and X2 have been ored with
the branch consisting of X3 and X4.
STR
$
1
B
ENT
STR
$
ENT
2
C
AND
V
ENT
3
D
OR
Q
ENT
4
E
ANDST
L
ENT
OUT
GX
5
F
ENT
Y5
OUT
X1 X2
X4
X3
Handheld Programmer KeystrokesDirectSOFT
STR
$
1
B
ENT
STR
$
ENT
AND
V
ENT
OUT
GX
5
F
ENT
2
C
3
D
AND
V
ENT
4
E
ORST
M
ENT
Y5
OUT
X1 X2
X3 X4
Handheld Programmer KeystrokesDirectSOFT
DS Implied
HPP Used
DS Implied
HPP Used