The performance of a control system is evaluated based on its transient response (speed of response, overshoot, settling time) and its steady-state response (accuracy or steady-state error). Different control modes address these characteristics in specific ways.
1. Proportional (P) Mode:
The proportional action provides an output proportional to the current error. While it increases the speed of response, it inherently results in a steady-state error (offset).
2. Integral (I) Mode:
The integral action integrates the error over time. Its primary purpose is to eliminate steady-state error, thereby improving the
steady-state response. However, it tends to make the system more oscillatory and can degrade the transient response by increasing overshoot.
3. Derivative (D) Mode:
The derivative action reacts to the rate of change of the error. It provides a damping effect that reduces overshoot and improves the settling time, thereby significantly enhancing the
transient response. It cannot be used alone as it does not respond to a constant error.
4. Combined PID Mode:
A Proportional-Integral-Derivative (PID) controller combines all three actions:
• The
Proportional part provides basic control and speed.
• The
Integral part eliminates the offset, improving the steady-state accuracy.
• The
Derivative part provides damping to stabilize the response and reduce overshoot, improving the transient performance.
By utilizing a P+I+D configuration, the designer can optimize the system to be both fast and stable (transient improvement) while remaining perfectly accurate at equilibrium (steady-state improvement).