DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-175
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 C7 is on, all the program logic between the GOTO and the
corresponding LBL instruction (designated with the same constant Kaaa value) will be skipped.
The instructions being skipped will not be executed by the CPU.
K aaa
GOTO
K aaa
LBL
K aaa
LBL
DirectS OF T32
Handheld Programmer Keystrokes
LBL
K5
C7
K5
GOTO
X1
C2
OUT
X5
Y2
OUT
S TR
$
S HF T
2
C
E NT
7
H
S HF T
6
G
INS T#
O
MLR
T
INS T#
O
5
F
S TR
$
OUT
GX
S HF T
2
C
2
C
E NT
S HF T
ANDS T
L
1
B
ANDS T
L
5
F
E NT
S TR
$
OUT
GX
1
B
E NT
E NT
5
F
2
C
E NT
E NT
Operand Data Type
DL06 Range
aaa
Constant K
1-FFFF
DS
Used
HPP Used
Direct
SOFT
Program Control Instructions
Goto Label (GOTO) (LBL)
The Goto / Label skips all instructions between the Goto and the
corresponding LBL instruction. The operand value for the Goto and
the corresponding LBL instruction are the same. The logic between
Goto and LBL instruction is not executed when the Goto instruction
is enabled. Up to 256 Goto instructions and 256 LBL instructions
can be used in the program.