PID Controller
PID Controller
-imaginary
-real X +real
+ e u
Input ∑ PID Plant Output
Being robust & easy to implement, it is one of the most widely used
u(t ) = uP (t ) = K Pe + Offset
In Proportional Control, the control signal, u, is directly
unstable.
Proportional Control Action
P Control Signal
Proportional Control
Advantages:
Simple and easy to design and tune
Disadvantages:
Not possible to eliminate Steady State Error / Offset
( dt)
u(t ) = uD (t ) = K D de
D Control Signal
Derivative Control
Advantages:
Reduces Settling time; Adds lead
Disadvantages:
Not possible to eliminate Steady State Error / Offset
Amplifies Noise
Applications:
In conjunction with P Control
PD Control
H (s ) = K P + K D s
Where,
K P = Proportional Gain, K D = Derivative Gain
(
u (t ) = u P (t ) + u D (t ) = K P e + K D de
dt
)
Proportional Derivative (PD) Control helps reduce rise
time, settling time as well as minimize overshoot.
Integral Control
u (t ) = u I (t ) = K I edt
I Control Signal
Integral Control
Advantages:
Eliminates steady state error/offset
Decreases Rise Time
Disadvantages:
Causes Integral Wind Up (Actuator saturation)
Leads to minor increase in overshoot
Could make the system less stable
Increases Settling time
Applications:
In conjunction with P Control
PI Control
H (s ) = K P + K I
s
Where,
K P = Proportional Gain, K I = Integral Gain
u (t ) = u P (t ) + u I (t ) = K P e + K I edt
Ki ui
s
+
ysp + e +
y
Kp up
+
u
plant
-
Ideal Form
C ( s) Ke − Ls
=
U ( s) Ts + 1
• The S-shaped curve may be characterized by two constants, delay time L and
time constant T. The delay time and time constant are determined by drawing
a tangent line at the inflection point of the S-shaped curve and determining
the intersections of the tangent line with the time axis and line c(t)=K.
Tuning of PID controllers
Ziegler Nichols: First Method