4 numerical operations, 1 minimum, 2 maximum – HYDAC CSI-F-10 User Manual
Page 91: 3 limit, 4 if - then - else

GSM Radio Module CSI-F-10
Page 91
Status 29.01.2009
HYDAC ELECTRONIC GMBH
Part.-Nr.:
669752
9.4 Numerical Operations
9.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: -
9.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: -
9.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: -
9.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: -