User Manual For - CONTROLLER/DATA RECORDER MultiCon CMC-99/141
User should pay attention for a fact that some mathematical functions have
limitations. Those limitations are listed bellow:
Function
X/Y
:
•
If
Y
equals
0
, then logical channel will be in
-Err
- state;
in other way:
Y == 0 ERROR
⇒
Function
arcsin(X)
:
•
If
absolute value
of
X
is greater than
1
, then logical channel will be in
-Err-
state; in other way:
abs(X) > 1.0 ERROR
⇒
Function
arccos(X)
:
•
If
absolute value
of
X
will be greater than
1
, then logical channel will be in
-Err
- state; in other way:
abs(X) > 1.0 ERROR
⇒
Function
tan(X)
:
•
If
absolute value
of
X
(in radians), minus
k
multiplied by
π
is lower than
one hundred millionth
, then logical channel will be in
-Err-
state; in other
way:
abs(X[rad]) - k*π < 1.0e-8, k
∈Ν
ERROR
⇒
Function
arctan(X)
:
•
If
absolute value
of
X
(in radians) is lower than
one hundred millionth
,
then the function result will be
0
; in other way:
abs(X[rad]) < 1e-8 arctan(X) = 0
⇒
•
If
absolute value
of
X
(in radians) is greater than
one hundred millions,
then the function result will be
π
divided by
2,
multiplied by
sign of X
;
in other way:
abs(X[rad]) > 1e8
⇒
arctan(X) = PI/2 * sign(X)
Function
cot(X)
:
•
If
absolute value
of
X
(in radians), minus
k
multiplied by
π
is lower than
one hundred millionth
, then logical channel will be in
-Err-
state; in other
way:
abs(X[rad]) - k*π < 1.0e-8, k
∈Ν
ERROR
⇒
Function
arcctg(X)
:
•
If
absolute values
of
X
(in radians) is lower than
one hundred millionth
,
then the function result will be
π
divided by
2
, multiplied by
sign of X
;
in other way:
X [rad] < 1e-8 arcctg(X) = PI/2 * sign(X)
⇒
•
If
absolute value
of
X
(in radians) is greater than
one hundred millions
,
then the function result will be
0
; in other way:
abs(X[rad]) > 1e8 arcctg(X) = 0
⇒
103
i