Addition
Adds 2 to 32 integer, real, or time variables.

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 *)

(* ST equivalence: *)
ao10 := ai101 + ai102;
ao5 := ai51 + ai52 + ai53;
Provide Feedback