2 INFORM Explanation
FS100 2.6 Instruction Which Adheres to an Instruction : IF
2-213
8. =/<>/>/>=/</<=
When an I Variable number, LI Variable number, I [Array number] or LI
[Array number] is selected the table in part 1 of this Explanation, choose
one of the tags from the following table.
22 I Variable number/
LI Variable number/
I [Array number]/
LI [Array number]
Specifies the integer type variable number which
becomes a comparison condition.
<Comparison element 2>
23 D Variable number/
LD Variable number/
D [Array number]/
LD [Array number]
Specifies the double precision type variable number
which becomes a comparison condition.
<Comparison element 2>
24 R Variable number/
LR Variable number/
R [Array number]/
LR [Array number]
Specifies the real type variable number which becomes
a comparison condition.
<Comparison element 2>
No Tag Explanation Note
No Tag Explanation Note
25 = It is equal.
26 <> It is not equal.
27 > It is greater than.
28 >= It is greater than or equal.
29 < It is less than.
30 <= It is less than or equal.