User Manual For - CONTROLLER/DATA RECORDER MultiCon CMC-99/141
Math function
Description
Example
ANY X[i]>Y
The result = 1 if the value of any set
of selected channels is greater than
the value of the channel or constant
value Y
ANY[1,2,3,4]>[5]
– if the
value of any set of channel 1,
2, 3, 4 is greater than the
value of channel 5 then the
result is 1, otherwise it will
be 0
ALL X[i]>Y
The result = 1 if all values of
selected channels are greater than
the value of the channel or constant
value Y
ALL[1,2,3,4]>[5]
– the result
is 1 if all values of channels
1, 2, 3, 4 are greater than the
value of channel 5
ANY X[i]<Y
The result = 1 if the value of any set
of selected channels is less than the
value of the channel or constant
value Y
ANY[1,2,3,4]<[5]
- if the
value of any set of channel 1,
2, 3, 4 is less than the value
of channel 5 then the result is
1, otherwise it will be 0
ALL X[i]<Y
The result = 1 if all values of
selected channels are smaller than
the value of the channel or constant
value Y
ALL[1,2,3,4]>[5]
– the result
is 1 if all values of channels
1, 2, 3, 4 are less than the
value of channel 5
X[i] selected by Y
The result is a value of channel from
list of channel X which selected by
the value of channel Y
[1,2,3,4]selected by[5]
- by
the value of channel 5 is
selected appropriate value
from channels 1, 2, 3, 4 (for
value
≤ 0
of channel 5 will be
selected value of channel 1;
for value (0,1> of channel 5
-> value of channel 2; for
value (1,2> of channel 5 ->
value of channel 3; for value
>2 of channel 5 -> value of
channel 4). (see example
sin(X)
Sine of
Source X
value
sin([17])
- sine value of
channel 17
arcsin(X)
Arcsine of
Source X
value
arcsin([8])
- arcsine value of
channel 8
cos(X)
Cosine of
Source X
value
cos([4])
- cosine value of
channel 4
arccos(X)
Arccosine of
Source X
value
arccos([1])
- arccosine value
of channel 1
tan(X)
Tangent of
Source X
value
tan([2])
- tangent value of
channel 2
111