Addition

Adds 2 to 32 integer, real, or time variables.
lrso_ad
Arguments
(inputs)
DINT - REAL - TIME
All inputs must have the same format. From 2 to 32 inputs.
output
DINT - REAL - TIME
addition of the input variables
Example
(* FBD example with Addition Operators *)
lrso_ad2
(* ST equivalence: *)
ao10 := ai101 + ai102;
ao5 := ai51 + ai52 + ai53;
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal