7.1.2 PID Control
PID, also referred to as ‘Three Term Control’, is an algorithm which continuously adjusts the output, according to a set of rules, to compensate for changes in the process variable. It provides more stable control but the parameters need to be set up to match the characteristics of the process under control.
The three terms are:
Proportional band PB
Integral time ti
Derivative time TD
The output from the controller is the sum of the contributions from these three terms. The combined output is a function of the magnitude and duration of the error signal, and the rate of change of the process value.
In Operator Level 2 it is possible to turn off integral and derivative terms and control on proportional only (P), proportional plus integral (PI) or proportional plus derivative (PD).
PI control might be used, for example, when the sensor measuring an oven temperature is susceptible to noise or other electrical interference where derivative action could cause the heater power to fluctuate wildly.
PD control may be used, for example, on servo mechanisms.
In addition to the three terms described above, there are other parameters which determine how well the control loop performs. These include Cutback terms, Relative Cool Gain, Manual Reset and are described in detail in following sections.