5-154
5.6 Standard Comparison Functions
5.6.1 Comparison
GT(_E), GE(_E), EQ(_E), LE(_E), LT(_E), NE(_E)
5.6 Standard Comparison Functions
5.6.1 Comparison
GT(_E), GE(_E), EQ(_E), LE(_E), LT(_E), NE(_E)
Function
Operation processing
(1) Performs comparison operation between the values input to variables to , and outputs
the operation result from in the same data type as that of variables to .
GT(_E)
GE(_E)
EQ(_E)
LE(_E)
LT(_E)
NE(_E)
_E: With EN/ENO
indicates any of the following
functions.
GT GT_E
GE GE_E
EQ EQ_E
LE LE_E
LT LT_E
NE NE_E
Input argument, EN:
Executing condition (TRUE: Execution, FALSE: Stop) :Bit
s1 to s27:
Input :ANY_SIMPLE
Output argument, ENO:
Output status (TRUE: Normal, FALSE: Error) :Bit
d:
Output (TRUE: True value, FALSE: False value) :Bit
Universal
UD
High
Performance
GT_E
(EN, s1, s2
...
s27, d);ENO:=
Structured ladder
ST
EN ENO
s1 d
s2
s27
GT_E
to
s1
s27
d
s1
s27