Operator`s manual

2.6 Instruction Which Adheres to an Instruction
2-222
13. Real type constant /B Variable number /LB Variable number /B [Array
number] /LB [Array number] /I Variable number /LI Variable number /I
[Array number] /LI [Array number] /D Variable number /LD Variable num-
ber /D [Array number] /LD [Array number] /R Variable number /LR Variable
number /R [Array number] /LR [Array number]
When an R Variable number, LR Variable number, R [Array number], or LR [Array number] is
selected from the table in part 1 of this Explanation, choose one of the tags from the following
table after "=", "<>", ">", ">=", "<" or "<=" is selected from the table in part 12 of this Explana-
tion.
(1) SET B000 1
JUMP B000 IF IN#(14)=ON
It jumps to Job 1 if input signal No.14 is turned ON.
(2) JUMP *2 IF D005<=D006
Jumps to *2 if D005 is below D006.
No Tag Explanation Note
53
Real type con-
stant
The comparison condition is specified by the real
type constant.
<Comparison ele-
ment 2>
54
B Variable num-
ber/
LB Variable num-
ber/
B [Array number]/
LB [Array num-
ber]
Specifies the byte type variable number which
becomes a comparison condition.
<Comparison ele-
ment 2>
55
I Variable num-
ber/
LI Variable num-
ber/
I [Array number]/
LI [Array number]
Specifies the integer type variable number which
becomes a comparison condition.
<Comparison ele-
ment 2>
56
D Variable num-
ber/
LD Variable num-
ber/
D [Array number]/
LD [Array num-
ber]
Specifies the double precision type variable
number which becomes a comparison condition.
<Comparison ele-
ment 2>
57
R Variable num-
ber/
LR Variable num-
ber/
R [Array number]/
LR [Array num-
ber]
Specifies the real type variable number which
becomes a comparison condition.
<Comparison ele-
ment 2>
Example