RLL PLUS
Stage Programming
7–23
RLL
PLUS
Stage Programming
DirectSOFT
Handheld Programmer Keystrokes
ISG S0
X1
S1
JMP
SG S1
X2
Y5
OUT
X7
S2
JMP
S3
NJMP
S
S
S
ISG
U
0
A
ENT
STR
$
JMP
K
1
B
ENT
SG
2
1
B
ENT
STR
$
OUT
GX
STR
$
JMP
K
ENT
2
C
SHFT
TMR
N
SHFT
JMP
K
ENT
3
D
ENT
1
B
ENT
2
C
5
F
ENT
ENT
7
H
X7
S aaa
CV
The Converge Stage instruction is used to
group certain stages together by defining
them as Converge Stages.
When all of the Converge Stages within a
group become active, the CVJMP
instruction (and any additional logic in the
final CV stage) will be executed. All
preceding CV stages must be active before
the final CV stage logic can be executed. All
Converge Stages are deactivated one scan
after the CVJMP instruction is executed.
Additional logic instructions are only
allowed following the last Converge Stage
instruction and before the CVJMP
instruction. Multiple CVJUMP instructions
are allowed.
Converge Stages must be programmed in
the main body of the application program.
This means they cannot be programmed in
Subroutines or Interrupt Routines.
S aaa
CVJMP
Operand Data Type DL05 Range
aaa
Stage S 0–377
Converge Stage
(CV) and Converge
Jump (CVJMP)