PID Controller
PID Controller
The PID controller calculation (algorithm) involves three separate parameters; the
proportional, the integral and derivative values. The proportional value determines the
reaction to the current error, the integral value determines the reaction based on the sum of
recent errors, and the derivative value determines the reaction based on the rate at which
the error has been changing.
EXAMPLE:
A familiar example of a control loop is the action taken when adjusting hot and cold faucet
valves to maintain the faucet water at the desired temperature. This typically involves the
mixing of two process streams, the hot and cold water. The person touches the water to
sense or measure its temperature. Based on this feedback they perform a control action to
adjust the hot and cold water valves until the process temperature stabilizes at the desired
value.
One distinctive advantage of PID controllers is that two PID controllers can be used together
to yield better dynamic performance. This is called cascaded PID control.