Expert
Logger
Type of cal-
culation
Function
Data types
Syntax
Operand1 Operand2
with sets
float
float
and1, oper-
and2)
Maximum
bool, int,
float
bool, int,
float
Min(oper-
and1, oper-
and2)
Matching oper-
ations
Less than
bool, int,
float,
string
bool, int,
float,
string
Operand1 <
Operand2
Less than or
equal
bool, int,
float,
string
bool, int,
float,
string
Operand1
<= Oper-
and2
Greater than
bool, int,
float,
string
bool, int,
float,
string
Operand1 >
Operand2
Greater than or
equal
bool, int,
float,
string
bool, int,
float,
string
Operand1
>= Oper-
and2
Equals
bool, int,
float,
string
bool, int,
float,
string
Operand1
== Oper-
and2
Not equal to
bool, int,
float,
string
bool, int,
float,
string
Operand1 !=
Operand2
Trig. functions Tangent
bool, int,
float
—
TAN(Oper-
and1)
Cosine
bool, int,
float
—
COS(Oper-
and1)
Sine
bool, int,
float
—
SIN(Oper-
and1)
Reverse trig.
functions
Arctangent
bool, int,
float
—
ATAN(Oper-
and1)
Arccosine
bool, int,
float
—
ACOS(Oper-
and1)
Arcsine
bool, int,
float
—
ASIN(Oper-
and1)
155
Delphin Technology AG
Januar 2018
Expert
Logger
Manual