Takes the cosine of a number and stores the result in the destination.
Example
Equation: F8:7 = COS (270)
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 sine of a number and stores the result in the destination.
Example
Equation: F8:13 = SIN (90)
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.