6F3B0253
184 T1-16S User’s Manual
7. Instructions

FUN 102 D>Double-word greater than

Expression
Input [ A+1A D> B+1B ] Output
Function
When the input is ON, the double-word data of A+1A and B+1B are compared, and if A+1A is
greater than B+1B, the output is turned ON.
Execution condition
Input Operation Output
OFF No execution OFF
ON Execution A+1A > B+1BON
A+1A B+1BOFF
Operand
Name Device Register Constant Index
X Y R S T. C. XWYWRWSW T C D I J K
ACompared
data √√√√√√√ √
BReference
data √√√√√√√ √
Example
When R010 is ON, the data of D0101D0100 is compared with the constant data 200000, and
if the data of D0101D0100 is greater than 200000, R014 is turned ON.
If the data of D0101D0100 is 250000, the comparison result is true. Consequently, R014 is
turned ON.
D0101D0100 250000 >Constant 200000 R014 is ON
If the data of D0101D0100 is -100, the comparison result is false. Consequently, R014 is
turned OFF.
D0101D0100 -100 Constant 200000 R014 is OFF
Note
This instruction deals with the data as double-word integer (-2147483648 to 2147483647).