Operator - Performs a multiplication of all inputs.

Inputs

Input

Data type

Description

IN1

ANY_NUM

First input.

IN2

ANY_NUM

Second input.

Outputs

Output

Data type

Description

Q

ANY_NUM

Result: IN1 * IN2.

Remarks

All inputs and the output must have the same type. In FBD language, the block may have up to 16 inputs. In LD language, the input rung (EN) enables the operation, and the output rung keeps the same value as the input rung.

ST Language

Q := IN1 * IN2;

FBD Language

The block may have up to 16 inputs:

Fixed_Image

LD Language

The multiplication is executed only if EN is TRUE.
ENO is equal to EN.

Fixed_Image

Fixed_Image See also

+  -  /


Created with the Personal Edition of HelpNDoc: Easily create Web Help sites