Camille Bauer LINAX A325 Operating Instructions Manual page 109

Table of Contents

Advertisement

Advanced Graphic Data Manager
6.7.3
Operators
Operators for calculation:
Operator
Function
+
Addition
-
Subtraction/negative sign
*
Multiplication
/
Division
%
Modulo (remainder of division x/y), see function "mod"
^
x to the power of y
Operators for comparison:
Operator
Function
>
Greater than
>=
Greater than or equal to
<
Smaller than
<=
Smaller than or equal to
=
Equal to
<>
Not equal to
Logical operators:
Function
Syntax
||
Value1 || Value2
&&
Value1 && Value2
Commissioning and use during operation
Description
Logical "OR" (see also "or" function)
Logical "AND" (see also "and" function)
Example
DI(2;1) || DI(2;2)
DI(2;1) && DI(2;2)
109

Advertisement

Table of Contents
loading

Table of Contents