ABS

Yields the absolute (positive) value of a REAL value.
lrsf_ab1_cam5
Arguments
IN
IN
REAL
Any signed real value
ABS
Q
REAL
Absolute value (always positive)
Example
(* FBD Program using "ABS" Function *)
lrsf_ab2_cam5
(* ST Equivalence: *)
over := (ABS (delta) > range);
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal