Standard
RLL Instructions
5–27
Standard RLL Instructions
Immediate Instructions
Operand Data Type DL05 Range
aaa
Inputs X 0–377
In the following example, when X1 or X2 is on, Y5 will energize.
1
B
ENT
ENT
2
C
ENT
5
F
X1
X2
Y5
OUT
Handheld Programmer KeystrokesDirectSOFT
STR
$
OR
Q
SHFT
8
I
OUT
GX
In the following example, when X1 is on or X2 is off, Y5 will energize.
ENT
5
F
ENT
2
C
1
B
ENT
X1
X2
Y5
OUT
Handheld Programmer Keystrokes
DirectSOFT
STR
$
SHFT
8
I
ORN
R
OUT
GX
aaaX
The And Immediate connects two
contacts in series. The status of the
contact will be the same as the status of
the associated input point at the time the
instruction is executed. The image
register is not updated.
aaaX
The And Not Immediate connects two
contacts in series. The status of the
contact will be opposite the status of the
associated input point at the time the
instruction is executed. The image
register is not updated.
Operand Data Type DL05 Range
aaa
Inputs X 0–377
In the following example, when X1 and X2 are on, Y5 will energize.
OUT
GX
X1 X2
Y5
OUT
Handheld Programmer KeystrokesDirectSOFT
STR
$
1
B
ENT
AND
V
SHFT
8
I
ENT
2
C
ENT
5
F
In the following example, when X1 is on and X2 are off, Y5 will energize.
X1 X2
Y5
OUT
Handheld Programmer KeystrokesDirectSOFT
STR
$
ANDN
W
SHFT
8
I
OUT
GX
1
B
ENT
ENT
2
C
ENT
5
F
OR Immediate
Instructions Cont’d
And Immediate
(ANDI)
And Not Immediate
(ANDNI)