User Manual For - CONTROLLER/DATA RECORDER MultiCon CMC-99/141
Math function
Description
Example
X+Y
The sum of
Source X
and
Source Y
value
[1] + [2]
– The sum of
channel 1 and 2
X-Y
The subtraction of
Source X
and
Source Y
value
[1] - [2]
– The subtraction of
channel 1 and 2
X/Y
The ratio of
Source X
and
Source Y
value
[1] / [2]
– The ratio of
channel 1 to channel 2
X*Y
The product of
Source X
and
Source Y
value
[1] * [2]
– The product of
channel 1 and channel 2
(X>0) AND (Y>0)
Logical AND
[1] AND [2]
- result = 1, when
the value of channel 1 and 2
is greater than 0
(X>0) OR (Y>0)
Logical OR
[1] OR [2]
– result = 1, when
the value of channel 1 or/and
2 is greater than 0
(X>0) XOR (Y>0)
Logical XOR
[1] XOR [2]
– result = 1,
when the value of one
channel is greater than 0 and
the value of second channel
is
≤ 0.
When both channels
have values
≤ 0
or when both
channels have values >0
then the result is 0.
SUM X[i]
The sum of selected channels
SUM[1,2,3,4]
– the result is
the sum of channels 1, 2, 3, 4
MEAN X[i]
The mean value of the selected
channels.
MEAN[1,2,3,4]
– the result is
the arithmetic mean value of
channels 1, 2, 3, 4
MULT X[i]
The product of the value of the
selected channels.
MULT[1,2,3,4]
- the result is
the product of channels 1, 2,
3, 4
MIN X[i]
The smallest value of selected value
of the selected channels
MIN[1,2,3,4]
- the result is
the lowest value of the
selected channels 1, 2, 3, 4
MAX X[i]
The largest value of selected value
of the selected channels
MAX[1,2,3,4]
- the result is
the highest value of the
selected channels 1, 2, 3, 4
110