Operator`s manual

2.3 Operating Instruction
2-47
1. B Variable number /LB Variable number /B [Array number] /LB [Array num-
ber] /I Variable number/ LI Variable number /I [Array number] /LI [Array
number] /D Variable number/ LD Variable number /D [Array number] /LD
[Array number]
Choose one of the tags from the following table.
No Tag Explanation Note
1
B Variable num-
ber/
LB Variable num-
ber/
B [Array number]/
LB [Array num-
ber]
Specifies the number of the byte type variable.
2
I Variable num-
ber/
LI Variable num-
ber/
I [Array number]/
LI [Array number]
Specifies the number of the integer type variable.
3
D Variable num-
ber/
LD Variable num-
ber/
D [Array number]/
LD [Array num-
ber]
Specifies the number of the double precision
type variable.
Explanation
Example
N
O
P
SET B000 0
*1
MOVJ VJ=100.00
MOVJ VJ=50.00
INC B000
JUMP *1 IF B000<200
END
1 is added to B000.
1 is repeatedly added to B000 until it reaches 200.