Arithmetic
Divider
Description The Output is the quotient of the Input analog input divided by the Divisor analog input.

Output = Input ÷ Divisor



The intermediate internal value is a 32-bit number to prevent over/underflow errors.

Availability
  • Requires library: Process Control (option -05) or Basic Functions
  • Firmware versions 0x1000 and later
savvy-SFD Graphic divider
Graphic with Parameters divider

Parameters

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

If zero, results in an output of 327.67% (positive or negative based on sign of Input).
Output Output, Read-only, Analog (signed 16-bit integer)
-327.67 % to 327.67 %

Saturates if the result exceeds +327.67% or is less than -327.67%. A zero Divisor results in an output of 327.67% (positive or negative based on sign of Input). If both Input and Divisor are zero, the Output is positive.