Pid
Pid
ERROR = PV - SP
P Sometimes used
PI - Most often used
PID Sometimes used
PD Very rare, useful for controlling servomotors.
The P-Control
In Proportional Only mode, the
controller simply multiplies the
Error by the Proportional Gain (Kp)
to get the controller output.
Controller Output(COI) = KI e d
CO = COP + COI
=KPe + (e d)/1
=KP (e + (e d)/N)
N = Reset Time
The PI-control
As e(t) grows or shrinks, the amount
added to CO grows or shrinks
immediately and proportionately. The
past history and current trajectory of the
controller error have no influence on the
proportional term computation.