Standard function blocks
351
LT
<
(10044)
Illustration
Execution time 0.89 µs (when two inputs are used) + 0.43 µs (for every additional input). When all
inputs are used, the execution time is 13.87 µs.
Operation Output (OUT) is 1 if (IN1 < IN2) & (IN2 < IN3) & … & (IN31 < IN32). Otherwise the
output is 0.
Inputs The input data type and the number of inputs (2…32) are selected by the user.
Input (IN1…IN32): INT, DINT, REAL, REAL24
Outputs Output (OUT): Boolean
NE
<>
(10045)
Illustration
Execution time 0.44 µs
Operation The output (O) is 1 if I1 <> I2. Otherwise the output is 0.
Inputs The input data type is selected by the user.
Input (I1, I2): INT, DINT, REAL, REAL24
Outputs Output (O): Boolean
LT
(DINT) 79
TLA1 1 msec (1)
IN1
IN2
OUT
OUT(79)
NE
(DINT) 80
TLA1 1 msec (1)
I1
I2
O
O(80)