Instructions
Library
akYtec GmbH · Vahrenwalder Str. 269 A · 30179 Hannover · Germany · Tel.: +49 (0) 511 16 59 672-0 · www.akytec.de
48
Fig. 6.20
6.1.3.2 Greater than (GT, fGT)
Fig. 6.21
The function GT operates with INT variables, the function fGT operates with REAL varia-
bles.
The output value Q is True if the value I1 is greater than the value I2.
Table 6.7 Truth table
I1 / I2
Q
I1 = I2
0
I1 > I2
1
I1 < I2
0
Examples:
Fig. 6.22
6.1.3.3 Binary selection (SEL)
Fig. 6.23
The function SEL operates with INT variables, the function fSEL operates with REAL var-
iables.
If I1 = False, the output value Q is set to the value I2, else to the value I3.










