Multiplication
Multiplies 2 to 32 integer or real variables.

Arguments | ||
---|---|---|
(inputs) | DINT - REAL | All inputs must have the same format. From 2 to 32 inputs. |
output | DINT - REAL | Multiplication of the input terms. |
Example
(* FBD example with Multiplication Operators *)

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