Instructions
Library
akYtec GmbH · Vahrenwalder Str. 269 A · 30179 Hannover · Germany · Tel.: +49 (0) 511 16 59 672-0 · www.akytec.de
47
The output value Q is the value I1 raised to the power of the value I2.
Example:
Fig. 6.16
6.1.2.7 REAL-Absolute function (fABS)
Fig. 6.17
The function fABS operates with REAL variables.
The output value Q is an absolute value of the input value.
𝑄 =
|
𝑉
|
Examples:
Fig. 6.18
6.1.3 Relational operators
The relational operators are functions that test or define some kind of relation between
two or more values.
6.1.3.1 Equal (EQ)
Fig. 6.19
The function EQ operates with INT variables.
The output value Q is True if the value I1 and the value I2 are equal.
Table 6.6 Truth table
I1 / I2
Q
I1 = I2
1
I1 > I2
0
I1 < I2
0
Examples:










