Multiplication

Multiplies 2 to 127 integer or real variables.
lrso_mu1_cam5
Arguments
(inputs)
SINT - USINT - BYTE - INT - UINT - WORD - DINT - UDINT - DWORD - LINT - ULINT - LWORD - REAL - LREAL
All inputs must have the same format. From 2 to 127 inputs.
output
SINT - USINT - BYTE - INT - UINT - WORD - DINT - UDINT - DWORD - LINT - ULINT - LWORD - REAL - LREAL
Multiplication of the input variables.
Example
(* FBD example with Multiplication Operators *)
lrso_mu2_cam5
(* ST equivalence *)
ao10 := ai101 * ai102; ao5 := (ai51 * ai52) * ai53;
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal