EasyManua.ls Logo

Delphin ProfiMessage - Page 134

Delphin ProfiMessage
322 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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
Basiccal-
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
Logicaloper-
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
Leftshift
(moveoperand1
totherightby
numberofpos-
itionsinoper-
and2.)
bool,int bool,int
Operand1<<
Operand2
134
Delphin Technology AG
Dezember 2015
ProfiMessage Manual

Table of Contents