ProfiMessage
l Function(operand),e.g.sin(pressure)
l Function(operand1,operand2),e.g.pow(pressure,2)
Available calculation functions
Type of cal-
culation
Function
Data types
Syntax
Operand1 Operand2
Basiccal-
culations
Addition
bool,int,
float
bool,int,
float
Operand1+
Operand2
Subtraction
bool,int,
float
bool,int,
float
Operand1-
Operand2
Multiplication
bool,int,
float
bool,int,
float
Operand1*
Operand2
Division
bool,int,
float
bool,int,
float
Operand1-
Operand2
Logicaloper-
ations
AND
bool,int,
float
bool,int,
float
Operand1&&
Operand2
OR
bool,int,
float
bool,int,
float
Operand1||
Operand2
NOT
bool,int,
float
- !Operand1
Binaryoper-
ations
AND bool,int bool,int
Operand1&
Operand2
OR bool,int bool,int
Operand1|
Operand2
XOR bool,int bool,int
Operand1^
Operand2
Negation bool,int bool,int ~Operand1
Leftshift
(moveoperand1
totherightby
numberofpos-
itionsinoper-
and2.)
bool,int bool,int
Operand1<<
Operand2
134
Delphin Technology AG
Dezember 2015
ProfiMessage Manual