DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-36
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 example, when X1 is on, Y2 through Y5 will be set on in the image register
and on the corresponding output points.
In the following example, when X1 is on, Y5 through Y22 will be reset (off) in the image
register and on the corresponding output module(s).
aaa
Y aaa
SETI
aaa
Y aaa
RSTI
1
B
ENT
X1
Y2
SETI
Y5
Direct
SOFT32
Handheld Programmer Keystrokes
STR
$
SET
X
SHFT
8
I
ENT
2
C
5
F
1
B
ENT
X1
Y5
RSTI
Y22
Direct
SOFT32
Handheld Programmer Keystrokes
STR
$
SHFT
8
I
5
F
2
C
2
C
ENT
RST
S
Operand Data Type
DL06 Range
aaa
Ouputs
Y
0–777
DS
Used
HPP Used
DS
Used
HPP Used
Direct
SOFT
Direct
SOFT
Set Immediate (SETI)
The Set Immediate instruction immediately sets, or turns
on an output or a range of outputs in the image register and
the corresponding output point(s) at the time the instruction
is executed. Once the outputs are set, it is not necessary for
the input to remain on. The Reset Immediate instruction
can be used to reset the outputs.
Reset Immediate (RSTI)
The Reset Immediate instruction immediately resets, or
turns off, an output or a range of outputs in the image
register and the output point(s) at the time the instruction is
executed. Once the outputs are reset, it is not necessary for
the input to remain on.