PID Control
Prev: Loop Analysis | Chapter 10 - PID Control | Next: Loop Shaping |
This chapter describes the use of proportional integral derivative (PID) feedback for control systems design. We discuss the basic concepts behind PID control and the methods for choosing the PID gains.
Textbook Contents
|
Lecture MaterialsSupplemental Information
|
Chapter Summary
This chapter describes the design and use of PID (proportional-integral-derivative) control:
The basic PID controller as the form
where
is the control signal and
is the control error. The control signal is thus a sum of three terms: a proportional term that is proportional to the error, an integral term that is proportional to the integral of the error, and a derivative term that is proportional to the derivative of the error.
Integral action guarantees that the process output agrees with the reference in steady state and provides an alternative to including a feedforward term for tracking a constant reference input. Integral action can be implemented using automatic reset, where the output of a proportional controller is fed back to its input through a low pass filter:
Derivative action provides a method for predictive action. The input-output relation of a controller with proportional and derivative action is
where
is the derivative time constant. The action of a controller with proportional and derivative action can be interpreted as if the control is made proportional to the \emph{predicted} process output, where the prediction is made by extrapolating the error
time units into the future using the tangent to the error curve.
Exercises
Frequently Asked Questions