Condition Monitoring Unit CMU 1000
Page 90
V03 R21 - 2020/07/09
HYDAC ELECTRONIC GMBH
Mat.-No.:
669749
7.3 Numerical Calculations
7.3.1 Addition
The
Addition
function returns the sum of the two input values at the
output:
y = x
1
+ x
2
Inputs x
1
: (Numerical)
x
2
: (Numerical)
Outputs: y: (Numerical)
Parameters: -
7.3.2 Subtraction
The
Subtraction
function returns the difference between the two
input values at the output:
y = x
1
- x
2
Inputs x
1
: (Numerical)
x
2
: (Numerical)
Outputs: y: (Numerical)
Parameters: -
7.3.3 Multiplication
The
Multiplication
function returns the product of the two input
values at the output:
y = x
1
* x
2
Inputs x
1
: (Numerical)
x
2
: (Numerical)
Outputs: y: (Numerical)
Parameters: -
7.3.4 Division
The
Division
function returns the quotient of the two input values at
the output:
y = x
1
/ x
2
Inputs: x
1
: (Numerical)
x
2
: (Numerical)
Outputs: y: (Numerical)
Parameters: -