Arithmetic
Multiplier-Divider (mini)
Description The Output is the product of the Input and the Multiplier analog inputs divided by the Divisor analog input.



Output = [ Input × Multiplier ] ÷ Divisor

The intermediate internal values are 32-bit numbers to prevent over/underflow errors.

Availability
  • Available only in the dw2xx & dw2xx-v2 series products
  • Requires library: Process Control (option -05)
  • Firmware versions 0x2028 and later
savvy-SFD Graphic mulDivMini
Graphic with Parameters mulDivMini

Parameters

Input Input, Read-write, Analog (signed 16-bit integer)
-327.67 % to 327.67 %
Multiplier Internal Parameter, Read-write, Analog (signed 16-bit integer)
-327.67 % to 327.67 %
Divisor Internal Parameter, Read-write, Analog (signed 16-bit integer)
-327.67 % to 327.67 %

When the intermediate product is positive (+) (or zero) and the Divisor is zero the Output is +327.67% . When the intermediate product is negative (-) and the Divisor is zero the Output is -327.67%.
Output Output, Read-only, Analog (signed 16-bit integer)
-327.67 % to 327.67 %

Saturates if the final result exceeds 327.67% or is less than -327.67%. When the intermediate product is positive (+) (or zero) and the Divisor is zero the Output is +327.67% . When the intermediate product is negative (-) and the Divisor is zero the Output is -327.67%.