All courses › Control Engineering › The P, I and D Terms
The P, I and D Terms
A PID controller combines three effects that each solve a problem: the P term gives a fast response proportional to the error, the I term integrates the error over time and removes steady-state error, and the D term reacts to how fast the error is changing and damps overshoot. Good control is about balancing the three against each other.
ideal PID controller
Symbols
| proportional gain | ||
| integral gain | ||
| derivative gain |
Example
, s:
.
More gives a faster response but more overshoot – add an I term instead to remove steady-state error.
Practise pID control for free →
← Second-Order System and Overshoot · Closed Loop →
Part of Control Engineering: PID control.