SIN

Yields the Sine of a REAL value.
lrsf_si1_cam5
Arguments
IN
IN
REAL
Any REAL value
SIN
Q
REAL
Sine of the input value (in set [-1.0 .. +1.0])
Example
(* FBD Program using "SIN" and "ASIN" Functions *)
lrsf_si2_cam5
(* ST Equivalence: *)
sine := SIN (angle); result := ASIN (sine); (* result is equal to angle *)
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal