Funciones de Transferencia de Controladores PID
Funciones de Transferencia de Controladores PID
Funciones de Transferencia de Controladores PID
The following PID controllers can be optimized by using the excellent PID auto-tuning software
BESTune (see http://bestune.50megs.com/ for details). Theoretically, BESTune is able to
optimize any PID controllers, as long as the PID equations implemented in them are known. In
order to include more PID controllers in BESTune, I am asking you to give me more information
about other well-known brands of industrial PID controllers (brand names, PID equations
implemented, units of the three PID constants, etc). Your help will be very much appreciated.
In the following PID equations,
There are three types of PID controllers: Type A, Type B, and Type C. It is strongly
recommended that type C be used. For more about this, please take a look at
http://bestune.50megs.com/typeABC.htm. A method of desinging type C PID is given at
http://bestune.50megs.com/piddesign.htm. For a quick look at a type C PID loop, take a look at
this picture.
BESTune.Com
Email: [email protected]
WWW: http://bestune.50megs.com/
de
Type A: CO K p e K i edt K d
dt
d ( PV )
Type B: CO K p e K i edt K d
dt
d ( PV )
Type C: CO K p ( PV ) K i edt K d
dt
We strongly recommend type C (Unfortunately, most industrial PID controllers use either type A
or type B equations). Differentiating both sides of type C equation gives:
d 2 PV
dCO K i edt K p dPV K d
dt
Discretization of the above equation with sampling period Ts gives the following form that can be
implemented in a digital computer:
Kd
CO (k ) CO (k 1) K i e(k )Ts K p [ PV (k ) PV (k 1)] [ PV (k ) 2 PV (k 1) PV (k 2)]
Ts
where
The last important thing that is often ignored but can never be ignored is to bring CO back to the
upper or lower limit values whenever it is outside these limits, i.e., whenever CO(k)>CO’s upper
limit value, we must set CO(k)=CO’s upper limit value; and whenever CO(k)<CO’s lower limit
value, we must set CO(k)=CO’s lower limit value.
For example, if CO(k)=100 means the control valve is 100% open and CO=10 means the control
valve is just closed, then whenever the value of CO(k) calculated by the above PID equation is
larger than 100, we must set CO(k)=100 and whenever the value of CO(k) calculated by the
above PID equation is less than 10, we must set CO(k)=10.
1 de
Type A: CO K c e edt Td
Ti dt
1 d ( PV )
Type B: CO K c e edt Td
Ti dt
1 d ( PV )
Type C: CO K c ( PV ) edt Td
Ti dt
1 d ( PV )
CO K c ( PV ) edt Td
Ti dt
where
Kc: Proportional gain No unit
Ti: Reset time (min/rep)
Td: Rate time (min)
Allen Bradley Logix5550 Independent PID
d ( PV )
CO K p e K i edt K d
dt
where
Kp: Proportional gain No unit
Ki: Integral gain (1/second)
Kd: Derivative gain (seconds)
where
Kc: Proportional gain No unit
Ti: Reset time (min/rep)
Td: Rate time (min)
The equivalent continuous time equation the Concept PID1 PID algorithm implements is:
1 de
CO Gain e edt TD
TI dt
where
Gain: Proportional gain No unit
TI: Reset time (milliseconds)
TD: Derivative Action time (milliseconds)
where
KP: Proportional gain No unit
KI: Integral rate (1/milliseconds)
KD: Differentiation rate (milliseconds)
1 de
CO KC e
TR edt TD
dt
where
KC: Gain constant No unit
TR: Reset time (min/rep)
TD: Derivative term (min)
Fischer & Porter DCU 3200 CON Parallel KP variable with KC=1
1 de
CO KC KPe
TR edt TD
dt
1 de
CO KPe
TR edt TD
dt
where
KP: Proportional gain No unit
TR: Reset time (min/rep)
TD: Derivative term (min)
1 de
CO CP e
TR edt TD
dt
where
where
PB: Proportional band No unit
K2: Integral mode gain constant (0.01min/rep)
K3: Derivative mode gain constant (0.01min)