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:

 

 

Sort
3 items

PID Control - A Brief Introduction

Submitted by Brian Douglas on Fri, 12/25/2020
Explanation 9 resources

This journey covers the very basics of PID control.  The goal is to give you an intuitive understanding of the controller, how to implement it in code, and how to tune it.  Plus, if you're...

See More