Topic

 

Proportional-Integral-Derivative (PID) Controller

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), 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.

from PID Controller - Wikipedia

This topic includes the following resources and journeys:

 

 

TCLab PID Control

John Hedengren
60 min
Intermediate
Article / Blog
Application

Implement a PID controller on the Temperature Control Lab hardware to drive the temperature from room temperature to 60 degrees C. This resource lets you attempt the design yourself first...

See More

Introduction: PID Controller Design

Prof. Bill Messner and Prof. Dawn Tilbury
30 min
Beginner
Article / Blog
Application

In this tutorial we will introduce a simple, yet versatile, feedback compensator structure: the Proportional-Integral-Derivative (PID) controller. The PID controller is widely employed...

See More

Understanding PID Controller

Jay Mistry
13 min
Beginner
Article / Blog
Theory

This blog post begins by walking through the basics and the theoretical part of the PID controllers.  The controller is then tested, verified, and analyzed using MATLAB.

See More