Takes the arc sine of a number and stores the result (in radians) in the destination
Example
Equation: F8:1 = ASINE (0.5)
Ladder Logic Solution
Note
- If an overflow is generated or an invalid source is detected, a minor error will be generated. This error should be cleared to avoid a major error.
Takes the arc cosine of a number and stores the result (in radians) in the destination .
Example
Equation: F8:3 = ACOS (0.5)
Ladder Logic Solution:
Note
- If an overflow is generated or an invalid source is detected, a minor error will be generated. This error should be cleared to avoid a major error.