Condition Monitoring Unit CMU 1000
Page 91
V03 R21 - 2020/07/09
HYDAC ELECTRONIC GMBH
Mat.-No.:
669749
7.3.5 Division Remainder
The
Division remainder
function returns the division remainder of the
two input values at the output (the modulo). The division remainder
is determined by performing a whole number division x
1
/ x
2
and
outputting the remainder of this division as output value.
If the input x
1
counts upward, e.g. sequentially by 1, and the input x
2
amounts to 5, the the output will count around from 0 to 4.
Inputs: x
1
: (Numerical)
x
2
: (Numerical)
Outputs: y: (Numerical)
Parameters: -
7.3.6 Absolute Value
The
Absolute value
function returns the input value without algebraic
sign at the output:
y = |x|
Inputs: x:
(Numerical)
Outputs: y: (Numerical)
Parameters: -
7.3.7 Change of Algebraic Sign
The
Change of algebraic sign
function returns the inverse input
value at the output:
y = -x
Inputs: x:
(Numerical)
Outputs: y: (Numerical)
Parameters: -
7.3.8 Rounding
The
Rounding
function returns the rounded-off input value at the
output. With this function, one can not only round off to whole
decimal places, but also to whole-number multiples of a step.
The size of the step will be specified in the
Step
parameter.
If the step size is 20, for example, then all values between -10 and
10 will be rounded off to 0, all values between 10 and 30 to 20, and
so on.
Inputs: x:
(Numerical)
Outputs: y: (Numerical)
Parameters: p
1
:
Step
(Numerical)