This document discusses PID (proportional-integral-derivative) controllers. It explains that PID controllers use three terms: proportional to the error, integral of the error, and derivative of the error. The document provides equations for continuous and discrete PID controllers. It also describes Ziegler-Nichols tuning, which is a common method for adjusting the PID parameters (Kp, Ti, Td) based on open-loop step response testing of the plant. Ziegler-Nichols tuning values are given for proportional, PI, and PID controllers to minimize error. An example problem demonstrates identifying plant parameters from step response data and applying Ziegler-Nichols tuning to design proportional, PI, and PID controllers.