Condition Monitoring Unit CMU 1000
Page 95
V03 R21 - 2020/07/09
HYDAC ELECTRONIC GMBH
Mat.-No.:
669749
7.4 Numerical Operations
7.4.1 Minimum
The
Minimum
function supplies the smaller of the two input values at
the output.
Inputs: x
1
: (Numerical)
x
2
: (Numerical)
Outputs: y: (Numerical)
Parameters: -
7.4.2 Maximum
The
Maximum
function supplies the larger of the two input values at
the output.
Inputs: x
1
: (Numerical)
x
2
: (Numerical)
Outputs: y: (Numerical)
Parameters: -
7.4.3 Limit
The
Limit
function limits the input value x
1
, and makes it available at
the output.
The two limits are set by the input values x
2
and x
3
. If x
1
is less than
x
2
, then x
2
will be output, if x
1
is greater than x
3
, then x
3
will be
output, otherwise x
1
.
Inputs: x
1:
Input value
(Numerical)
x
2
:
Lower limit
(Numerical)
x
3
:
Upper limit
(Numerical)
Outputs: y: (Numerical)
Parameters: -
7.4.4 If - Then - Else
The function
If-Then-Else
has two numerical inputs x
1
and x
2
as well
as a Boolean input x
3
.
If the Boolean input value is "1", then the input value of x
1
is output
at the output, otherwise the value of x
2
.
Inputs x
1
: (Numerical)
x
2
: (Numerical)
x
3
: (Boolean)
Outputs: y: (Numerical)
Parameters: -