Chapter 8
Chapter 8
Chapter 8
Chapter 8
FEEDBACK CONTROLLERS
7/24/2013
Chapter Objectives
End of this chapter, you should be able to:
1.
2.
7/24/2013
Historical Perspective:
1930s Commercial Three-mode controllers with
proportional, integral and derivative
(PID) feedback control action
Introduction
Consider the following blending process (Fig. 8.1).
7/24/2013
Control system
Control objective:
To keep the tank exit composition x at the
desired setpoint by adjusting w2.
Block Diagram
Figs. 8.2 & 8.3: Flow control system/loop (top) and its
block diagram (bottom).
7/24/2013
Block Diagram
7/24/2013
e(t ) y SP (t ) y m (t )
(6.1)
7/24/2013
where
7/24/2013
(6.2)
10
7/24/2013
11
100%
PB
Kc
(6.3)
7/24/2013
12
Proportional controller
In order to derive the transfer function for an ideal
proportional controller, define a deviation variable
as
p(t ) p(t ) p
(6.4)
Then (6.2) can be written as
p(t ) K c e(t )
(6.5)
13
Remarks
An inherent limitation of proportional controller is
that a steady-state error (offset) occurs after a setpoint change or a sustained disturbance.
Offset can be eliminated by manually resetting
either the set-point or bias after an offset occurs
impractical.
7/24/2013
14
A controller saturates
when its output reaches a
physical limit, either pmax
or pmin.
7/24/2013
15
16
Integral Control
(reset control, floating control)
For integral action, the controller output depends
on the integral of the error signal over time,
1
p(t) p
I
e(t)dt
0
(6.7)
P(s)
1
E(s) I s
(6.8)
17
Integral Control
An important practical advantage: Eliminates offset.
18
7/24/2013
19
PI Controller
Integral control is used in conjunction with
proportional control as the proportional-integral (PI)
controller:
t
1
p(t ) p K c e(t ) e(t )dt
I 0
(6.9)
P(s)
1
K c 1
E(s)
Is
7/24/2013
(6.10)
20
PI Controller
The response of the PI controller to a unit step
change in e(t) is shown in Fig.
1/ I
7/24/2013
21
PI Controller
Disadvantages:
Produces oscillatory response
Reset windup
22
Reset windup
SP=setpoint
PV=process
variable to
control
Valve
movement
7/24/2013
23
Anti wind-up
7/24/2013
24
Derivative control
(Rate action, pre-act, anticipatory control )
de(t )
dt
(6.11)
7/24/2013
25
Derivative control
Derivative action is never used alone.
Always used in conjunction with P or PI control.
PD controller has the transfer function
P(s)
K c 1 D s
E(s)
(6.12)
7/24/2013
26
PID Controller
PID control algorithm is given by
t
1
de
p(t ) p K c e(t ) e(t )dt D
I 0
dt
(6.13)
P(s)
1
K c 1
D s
E(s)
Is
(6.14)
K c I
E(s)
1
I D
= [0.05, 0.2]
7/24/2013
(6.15)
Derivative filter
27
ON-OFF controllers
(two-position or bang-bang controllers)
Ideal controller
28
P control
Offset reduced
PI control
Offset eliminated
Oscillatory response
PID control
Oscillations reduced
Response time reduced
7/24/2013
29
Sluggish response
Larger deviation
30
7/24/2013
31
Summary
1. Two Position (On-Off):
Inexpensive
Extremely simple
2. Proportional:
Simple
32
3. Proportional + Integral:
No offset
Better dynamic response than reset alone
Possibilities exist for instability due to lag introduced
4. Proportional + Derivative:
Stable
Less offset than proportional alone (use of higher gain
possible).
Faster response time.
7/24/2013
33
Difficult to tune
Best control if properly tuned.
7/24/2013
34
Conclusion
Concept of feedback control
P, I, D controller modes
ON-OFF as a special case of P-controller
7/24/2013
35