Objectives: 054414 Process Control System Design
Objectives: 054414 Process Control System Design
Objectives: 054414 Process Control System Design
2-1
Objectives
On completing this section, you should be able to:
Draw Bode and Nyquist plots of an arbitrary SISO
linear system
Both by hand and using MATLAB
2-2
LECTURE TWO
Frequency Response
s =i
p ( s ) p ( i )
U sin ( t )
Y sin ( t + )
P(s)
Im {p (i)}
Re {p (i)}
2-4
LECTURE TWO
Kp
s + 1
Kp
p ( i ) =
i + 1
(1 i)
(1 + i) (1 i)
Kp
Kp (1 i)
(1 + )
2
1
s +1
Bode Plot
AR(1.00) = 0.707
AR(100) = 0.010
AR(0. 10) = 0.995
p ( i ) =
AR(0.01) = 1.000
(1.00) = -45o
Phase
Log (AR)
AR(10.0) = 0.099
1 + 2
(10.0) = -84.2o
(100) = -89.4o
(0.10) = -5.71o
( ) = tan 1 ( )
(0.01) = -0.57o
2-6
LECTURE TWO
p (s) =
1 Bode Plot
s +1
lim
Kp
1+
2
= Kp
Asymptotes
-1
lim
Kp
1 + 22
= Kp
Phase
lim tan ( ) = 0
1
2-7
2-8
LECTURE TWO
2-9
AR
(o )
0.01
1.000
-0.57
0.10
0.995
-5.71
1.00
0.707
-45.0
10.0
0.099
-84.2
100
0.010
-89.4
Nyquist Plot
w=logspace(-2,2,200);s=i*w;
p=1./(s+1);
plot(p)
2-10
Nyquist Plot
LECTURE TWO
Frequency ResponseIntegrator
p (s) =
Kp
s
p (i) =
Kp
i + 1
Kp i
i ( i)
iKp
Kp
2-11
Im {p (i)}
Re {p (i)}
= tan 1 ( ) =
Frequency ResponseIntegrator
Bode Plot
2-12
Nyquist Plot
LECTURE TWO
2-13
+
2
i
1
1
( )
i=1
More accurate approximations of
the true square wave are obtained
by using more terms in the above
expansion.
LECTURE TWO
1
sin
13
(13t )
2-15
Equivalent to the
square wave (step)
2-16
LECTURE TWO
2-17
p1 (i) = Kp (i + 1 )
p2 ( s ) = Kp ( s + 1 ) p2 (i) = Kp ( i + 1 )
2-18
Im {p1 (i)}
Re {p1 (i)}
Im {p2 (i)}
1
Re {p2 (i)}
= tan 1 ( )
= tan 1 ( )
LECTURE TWO
Nyquist Plot
+1
2-19
Kp
Kp
p ( i ) =
(1 ) + i2
K ( (1 ) i2 )
p (i) =
( (1 ) + i2) ((1 ) i2)
K (1 )
K (2)
p ( i ) =
i
(1 ) + (2) (1 ) + (2)
s + 2s + 1
2 2
2 2
2 2
Kp
(1 ) + (2)
2
2 2
10
Im {p (i)}
Re {p (i)}
2
= tan 1
2 2
1
LECTURE TWO
lim
Kp
(1 + )
2
2 2
= Kp 22
-2
2-21
2
= 180o
lim tan 1
2 2
11
LECTURE TWO
= 2 2 =
Dead time: The phase lag of pd ( s ) = e s is . The AR of
this component is AR = 1, which has a phase lag of zero.
2-23
s +1
2
(10s + 1 )
e 0.5s
Solution.
The Bode plot is plotted by combining the contributions of
the components:
s + 1,
2-24
12
1
2
(10s + 1)
and e 0.5s
LECTURE TWO
s +1
1
(10s +1)2
2-25
(e-0.5s)
0.01
-0.287
0.10
-2.87
1.00
-28.7
10.0
-287
s +1
e 0.5 s
(10s +1)2
2-26
13
LECTURE TWO
1 zero @ = 0.1
Kp = 1
p (s) =
2-27
(10s + 1 )
2
( s + 1)
or
( 10s + 1 )
2
( s + 1)
p (s) =
2-28
14
(10s + 1 )
2
( s + 1)
or
( 10s + 1 )
2
( s + 1)
LECTURE TWO
Summary
On completing this section, you should be able to:
Draw Bode and Nyquist plots of an arbitrary
SISO linear system
Compute each component separately and combine in
Bode plot
15