PIregulator
PIregulator, also called proportional-integral controller, is a feedback control element that combines proportional and integral actions to regulate a process variable toward a reference.
In continuous time, the control output u(t) is u(t) = Kp e(t) + Ki ∫0^t e(τ) dτ, where e(t)
For digital control with sampling interval Ts, an incremental implementation is u[k] = u[k−1] + Kp (e[k] − e[k−1])
PIregulators are widely used in process control, temperature regulation, motor speed and position control, and other
Tuning is critical; common methods include open-loop Ziegler–Nichols and Cohen–Coon rules, as well as closed-loop/IMC approaches
Limitations: PI regulators can overshoot or oscillate if not tuned properly, and the integral term may slow