summator
A logic circuit or other electronic device whose output is the sum of two or more input signals or values.
summator: circuit that adds electrical signals together
A summator is an electronic circuit that combines two or more input signals or numerical values into a single output that represents their sum. In its simplest form, it performs addition: if one input carries 3 volts and another carries 5 volts, the output will represent 8 volts (or 8 in digital logic). Summators appear across industrial control systems, data acquisition hardware, and analog signal processing equipment where multiple sensor readings or command signals must be integrated into a single result.
Summators take two main forms depending on the signal type. Analog summators use operational amplifiers configured with resistive networks to add continuous voltage or current signals with precise scaling. A classic inverting summing amplifier uses equal input resistors and a feedback resistor, producing an output proportional to the weighted sum of inputs. Digital summators are logic circuits (adders) built from logic gates that sum binary numbers bit by bit, used in microprocessors and programmable logic controllers to perform arithmetic.
Industrial applications and limitations
In process control, summators combine sensor outputs: a batch system might sum mass flow from multiple inlet pumps, or total electrical consumption across several motor branches. Summators also integrate rate signals over time, converting flow rate to total volume. The resolution and speed of a summator must match the application; analog summators have offset drift and noise that accumulate with temperature, while digital summators must process data at the control loop refresh rate.
The main failure mode in analog summators is amplifier saturation when input signals exceed the power supply voltage, causing the output to clip rather than sum correctly. Resistor tolerance errors cause gain errors in weighted summing. In digital summators, overflow occurs if the result exceeds the bit width available (an 8-bit adder cannot represent sums above 255 in unsigned mode). Proper scaling of inputs and selection of output range are essential to reliable operation.
The term summator is most common in Eastern European and Soviet-era industrial literature; Western texts typically use summer or summing amplifier for analog circuits, and adder for digital logic. Both terms refer to the same functional principle: the straightforward mathematical operation of addition performed in real time by hardware.