
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
144/
316
TITLE
DRAW.NO.
(e) Relational Instructions (Basic IL)
Mnemonic Description
GT Set the boolean accumulator to True if the content of the integer accumulator is
greater than the single-precision integer operand.
GE
Set the boolean accumulator to True if the content of the integer accumulator is
greater than or equal to the single-precision integer operand.
EQ Set the boolean accumulator to True if the content of the integer accumulator is
equal to the single-precision integer operand.
NE Set the boolean accumulator to True if the content of the integer accumulator is
not equal to the single-precision integer operand.
LE
Set the boolean accumulator to True if the content of the integer accumulator is
less than or equal to the single-precision integer operand.
LT Set the boolean accumulator to True if the content of the integer accumulator is
less than the single-precision integer operand.