proportionalintegralderiv
ProportionalIntegralDeriv, commonly abbreviated PID, is a widely used feedback control loop in engineering, designed to regulate a process variable toward a desired setpoint. It combines three concurrent actions—proportional, integral, and derivative—to respond to current error, accumulated past error, and predicted future error. The approach is standard in process control, automotive systems, and robotics, and exists in both analog and digital versions.
In continuous time, the controller output u(t) is given by u(t) = Kp e(t) + Ki ∫ e(τ) dτ
Discrete implementation applies to digital controllers: u[k] = Kp e[k] + Ki T ∑ e[i] + Kd (e[k]-e[k-1]) / T, with
Applications and limitations: PID is versatile and common for regulating temperature, speed, position, and pressure. It