{{Techniques infobox |image = |designers = |date = |vitamins = |materials = |transformations = |lifecycles = |parts = |techniques = |tools = |files = |suppliers = |git = |reversible = true }} [[Category:Techniques]] [[Category:Electric parts]] =Introduction= A proportional–integral–derivative controller (PID controller or three-term controller) is a control loop mechanism employing feedback that is widely used in industrial control systems and a variety of other applications requiring continuously modulated control. A PID controller continuously calculates an error value e ( t ) {\displaystyle e(t)} e(t) as the difference between a desired setpoint (SP) and a measured process variable (PV) and applies a correction based on proportional, integral, and derivative terms (denoted P, I, and D respectively), hence the name. In practical terms, it automatically applies an accurate and responsive correction to a control function. An everyday example is the cruise control on a car, where ascending a hill would lower speed if only constant engine power were applied. The controller's PID algorithm restores the measured speed to the desired speed with minimal delay and overshoot by increasing the power output of the engine in a controlled manner. =Challenges= =Approaches= =Development targets= =Resources= * [https://en.wikipedia.org/wiki/PID_controller Wikipedia: PID controller] * [https://calculusmadeeasy.org/ Calculus Made Easy] * [https://en.wikipedia.org/wiki/CORDIC Wikipedia: CORDIC]