Division

Divides two integer or real variables (the first divided by the second).
lrso_dv1
Arguments
IN1
DINT - REAL
can be integer or real format (operand)
IN2
DINT - REAL
non-zero integer or real value (divisor)
(IN1 and IN2 must have the same format)
Q
DINT - REAL
integer or real division of IN1 by IN2
Example
(* FBD example with Division Operators *)
lrso_dv2
(* ST Equivalence: *)
ao10 := ai101 / ai102;
ao5 := (ai51 / 1) / ai53;
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal