Two-term control
What Is Two-term Control?
Two-term control is a feedback control strategy that combines a proportional term and an integral term to generate a corrective output signal based on the difference between a desired setpoint and a measured process variable. Also called PI control, it represents a subset of the broader proportional-integral-derivative (PID) family, retaining the two components most useful for eliminating steady-state error while maintaining responsive tracking, and omitting the derivative term that can amplify measurement noise. Two-term control is among the most widely deployed feedback strategies in industrial process control, applied wherever setpoint tracking and load-disturbance rejection are required without the tuning complexity of full PID.
The PI controller emerged from the classical control theory developed in the mid-twentieth century, drawing on frequency-domain analysis methods that characterize closed-loop behavior in terms of gain margin, phase margin, and bandwidth.
Proportional Action
The proportional term generates an output proportional to the instantaneous error between the setpoint and the measured variable, scaled by a gain constant denoted K_c. Large values of K_c produce fast, aggressive responses to error but can cause overshoot or oscillation if the gain exceeds the stability margin of the plant. Small values reduce oscillation risk but leave the loop sluggish. Proportional action alone cannot eliminate steady-state error in response to a constant load disturbance: for the output to remain nonzero at steady state, a nonzero error must persist, creating an offset that proportional-only control cannot correct. This fundamental limitation is the principal motivation for adding integral action. The introduction to PI, PD, and PID controllers on Engineering LibreTexts describes the transfer-function representation of each controller type and the closed-loop poles introduced by each.
Integral Action
The integral term accumulates the error over time and adds its running sum, scaled by an integral gain or divided by an integral time constant tau_I, to the controller output. Because the integral grows as long as any error persists, it forces the steady-state error to zero for step inputs and constant disturbances. The integral action effectively inserts a pole at the origin (a pure integrator) into the open-loop transfer function, ensuring that the loop gain is infinite at zero frequency. This guarantees zero steady-state error but introduces a phase lag that must be accounted for when setting K_c and tau_I to maintain adequate phase margin. Integral windup, a condition in which the integrator accumulates large values during actuator saturation, is a known practical problem; anti-windup schemes conditionally suspend integration when the actuator output is clamped. IEEE-published research on PI controller design for coupled tank systems documents one methodical approach to tuning K_c and tau_I for multi-input multi-output plants with dead time, a common challenge in industrial process control.
Tuning and Performance
Two primary tuning parameters, K_c and tau_I, determine all closed-loop performance characteristics: rise time, overshoot, settling time, and disturbance rejection bandwidth. Classical tuning rules, including the Ziegler-Nichols reaction-curve and ultimate-gain methods developed in 1942, provide initial parameter estimates from open-loop or relay-feedback experiments on the plant. Model-based methods such as internal model control (IMC) tuning express tau_I and K_c in terms of the plant time constant and a desired closed-loop time constant, giving a single tuning knob with a clear physical interpretation. The integral action and PI control guidance from Control Guru outlines the IMC-PI tuning approach and explains the trade-off between response aggressiveness and robustness to plant model uncertainty.
Applications
Two-term control has applications in a range of fields, including:
- Flow, level, pressure, and temperature regulation in chemical process plants
- Motor speed control in variable-frequency drive systems
- DC-DC converter output voltage regulation in power electronics
- Water treatment and distribution system pressure management
- HVAC system temperature setpoint tracking in building automation