Understanding PID Control
This series provides an introduction to proportional-integral-derivative (PID) control.
PID is just one form of feedback controller, and it can be fairly easy to understand and implement. It is the simplest type of controller that uses the past, present, and future error, and it’s these primary features that you need to satisfy most control problems. That is why PID is the most prevalent form of feedback control for a wide range of real applications.
Often, when learning something new in control theory, it’s easy to get bogged down in the detailed mathematics of the problem. So in this series, we’re going to skip most of the math and instead focus on building a solid foundation.
Throughout this series, you’ll learn what a PID controller is, how to modify it to make it more robust, and you’ll get an overview of tuning methods. Along the way, you’ll understand how PID controllers are used to handle practical applications like actuator saturation and the anti-windup algorithms that protect against it, sensor noise and the derivative filter that is required, and multi-loop control.