
Multiplies up to 16 input values.
Inputs
Mul |
Multiplicand |
M1–15 |
Multiplier |
Outputs
Functionality
Overflow:
- If the calculated value is greater than the maximum DPT value:
- Value = 0
- Overflow = 1 (true)
- If the calculated value is less than the minimum DPT value:
- Value = 0
- Overflow = 1 (true)
- If the calculated value is within the valid range of the DPT:
- Value = Product of all linked input values
- Overflow = 0 (false)
The output sends whenever a value is received.