13 Control of Second-Order System

advertisement
13
Control of Second-Order System
In this section, we analyze PD and PID control of a plant typical in mechanical
positioning systems. We also propose a possible design method. The nominal
model for the plant is
A
P (s) =
s(s + p)
where A and p are fixed parameters.
13.1
PD control
First, consider PD control, specifically proportional control, with inner loop ratefeedback. This is shown below (its just the PID diagram, with the integral action
removed)
d
r
- i
−6
-K
P
- i
u
-
6
−
KD ¾ ¾
¾
×
?- A - i
1
s+p
-
y
-
1
s
?
?
Inner-loop Rate-Feedback
In terms of plant and controller parameters, the loop gain (at breaking point
marked by ×) is
A(KD s + KP )
L(s) =
s(s + p)
In other words, from a stability point of view, the system is just unity-gain, negative
feedback around L.
6
- KP
- i
-
6
KD ¾ ¾
¾
126
?- A - i
1
s+p
?
y
-
1
s
?
The closed-loop transfer function from R and D to Y is
Y (s) =
s2
AKP
1
R(s) + 2
D(s)
+ (AKD + p)s + AKP
s + (AKD + p)s + AKP
The characteristic equation is
CE :
s2 + (AKD + p)s + AKP
Clearly, with two controller parameters, and a 2nd order closed-loop system, the
poles can be freely assigned. Using the (ξ, ωn ) parametrization, we set the characteristic equation to be
s2 + 2ξωn s + ωn2
giving design equations
ωn2
,
KP :=
A
KD :=
2ξωn − p
A
In terms of the (ξ, ωn ) parametrization, the loop gain and transfer functions are
L(s) =
Y (s) =
(2ξωn − p)s + ωn2
s(s + p)
1
ωn2
R(s) + 2
D(s)
2
2
s + 2ξωn + ωn
s + 2ξωn + ωn2
(66)
Although this is a 2nd order system, and most quantities can be computed analytically, the formulae that arise are rather messy, and interpretation ends up
requiring plotting. Hence, we skip the analytic calculations, and simply numerically compute and plot interesting properties for different values of ωn , p and ξ.
Normalization is the key to displaying the data in a cohesive and minimal fashion.
For now, take p = 0 (you should take the time to write a MatLab script file
that duplicates these results for arbitrary p). In this case, it is possible to write
everything in terms of normalized frequency, all relative to ωn . This simultaneously
leads to a normalization in time (recall homework 8). Hence frequency responses
are plotted G(jω) versus ωωn , and time responses plotted y(t) versus ωn t. We
consider a few typical values for ξ.
127
The plots below are:
• Magnitude/Phase plots of Loop transfer function. These are normalized
in frequency, and show L(jω) versus ωωn . From these, we can read off the
crossover frequencies and margins.
Open−Loop Transfer Function, PD
4
10
xi = 0.5
3
10
xi = 0.707
xi = 0.95
2
Magnitude
10
xi = 1.3
1
10
0
10
−1
10
−2
10
−2
10
−1
10
0
10
Normalized Frequency (w/wn)
1
10
2
10
Open−Loop Transfer Function, PD
−90
−100
−110
Phase (degrees)
−120
−130
xi = 0.5
−140
xi = 0.707
−150
xi = 0.95
xi = 1.3
−160
−170
−180 −2
10
−1
10
0
10
Normalized Frequency (w/wn)
128
1
10
2
10
• Magnitude/Phase plots of closed-loop R → Y transfer function. These are
normalized in frequency, and show GR→Y (jω) versus ωωn .
R−>Y Frequency Response, PD
1
10
0
10
−1
Magnitude
10
xi = 0.5
−2
10
xi = 0.707
xi = 0.95
xi = 1.3
−3
10
−4
10
−2
10
−1
10
0
10
Normalized Frequency (w/wn)
1
10
2
10
R−>Y Frequency Response, PD
0
−20
xi = 0.5
xi = 0.707
−40
xi = 0.95
xi = 1.3
Phase (degrees)
−60
−80
−100
−120
−140
−160
−180 −2
10
−1
10
0
10
Normalized Frequency (w/wn)
129
1
10
2
10
• Magnitude plot of closed-loop D → Y These are normalized in frequency
and magnitude,, and show ωn2 GD→Y (jω) versus ωωn .
Normalized Disturbance Response, PD
1
10
xi = 0.5
xi = 0.707
0
Normalized Magnitude, | wn^2 G |
10
xi = 0.95
xi = 1.3
−1
10
−2
10
−3
10
−4
10
−2
−1
10
10
0
10
Normalized Frequency (w/wn)
1
2
10
10
• Unit step d → y responses. These are normalized both in time, and in
response. Hence the plot is ωn2 y(t) versus ωn t.
Normalized Disturbance Response, PD
1.2
Normalized Response, wn^2 y
1
0.8
0.6
0.4
xi = 0.5
xi = 0.707
0.2
xi = 0.95
xi = 1.3
0
0
1
2
3
4
5
Normalized Time (wn*t)
130
6
7
8
• Unit step r → y responses. These are normalized in time, and show y(t)
versus ωn t.
R−>Y Step Response, PD
1.2
1
Y
0.8
0.6
0.4
xi = 0.5
xi = 0.707
0.2
xi = 0.95
xi = 1.3
0
0
1
2
3
4
5
Normalized Time (wn*t)
6
7
8
• Magnitude plot of closed-loop R → E. These are normalized in frequency,
and show GR→E (jω) versus ωωn .
R−>E (Sensitivity), PD
1
10
0
Magnitude
10
xi = 0.5
xi = 0.707
−1
10
xi = 0.95
xi = 1.3
−2
10
−2
10
−1
10
0
10
Normalized Frequency (w/wn)
Some things to notice.
131
1
10
2
10
• The r → y response has the canonical 2nd order response we have come to
know and love.
• The steady-state disturbance rejection properties are dependent on ωn . As
ωn increases, the effect of a disturbance d on the output y is decreased.
Hence, in order to improve the disturbance rejection characteristics, we need
to pick larger ωn .
• Depending on ξ, the gain-crossover frequency is between about 1.3ωn and
2.5ωn . So, using this controller architecture, the gain crossover frequency
must increase when the steady-state disturbance rejection is improved. The
phase margin varies between 53◦ and 83◦ .
• There is no phase-crossover frequency, so as defined, the gain margin is infinite.
• The closer that the complex frequency response remains to 1 (over a large
frequency range), the better the r → y response. The term “bandwidth” is
often used to mean the largest frequency ωB such that for all ω satisfying
0 ≤ ω ≤ ωB ,
|1 − GR→Y (jω)| ≤ 0.3
Be careful with the word “bandwidth.” Make sure whoever you are talking
to agrees on exactly what you both mean. Sometimes people use it to mean
the gain crossover frequency. Generally, the higher the bandwidth, the faster
the response, and better the disturbance rejection. Of course, its hard to
explicitly assess time-domain properties from a single number about a frequency response, so use it carefully. The same types of intuition can also be
assessed by looking at the frequency range over which the transfer function
is GR→E small, and also verifying that it is not too large in another range.
13.2
PID Control
In order to reduce the steady-state effect of the disturbance, we next analyze
PID control, namely proportional+integral, with inner loop rate feedback. This is
shown below.
d
r
- i -
−6
- KI - i
¢̧ 6
−
¢
- KP
¢
R
u
-
KD ¾ ¾
¾
132
?- A - i
1
s+p
-
Inner-loop Rate-Feedback
?
y
-
1
s
?
The open-loop transfer function is
L(s) =
A(KD s2 + KP s + KI )
s2 (s + p)
The closed-loop transfer function is
Y (s) =
s
A(KP s + KI )
R(s)
+
D(s)
s3 + (p + AKD )s2 + AKP s + AKI
s3 + (p + AKD )s2 + AKP s + AKI
The closed-loop characteristic equation is
s3 + (p + AKD )s2 + AKP s + AKI
With three controller parameters, and a 3rd order closed-loop system, the poles
can be freely assigned. Using the (ξ, ωn ) parametrization, along with a 3rd pole at
−αωn , we set the characteristic equation to be
CE :
(s2 + 2ξωn s + ωn2 )(s + αωn )
Multiplied out, this gives
s3 + (2ξ + α)ωn s2 + (2ξα + 1)ωn2 s + αωn3
Choosing specific values of ξ, ωn and α yields appropriate controller gains, via the
design equations, which are obtained by simply equating coefficients,
KD =
(2ξ + α)ωn − p
,
A
KP =
(2ξα + 1)ωn2
,
A
KI =
αωn3
A
Note that for α ¿ 1, the design equations give KD and KP as in the PD case, along
with a very small integral control term. Hence, for a given pair (ξ, ω n ), picking α
small and doing the full PID design is equivalent to doing the PD design for ξ and
ωn , and then simply adding a small amount of integral control as an afterthought.
That approach will leave a closed-loop pole near the origin, approximately at
I
(= −αωn ).
s = − AK
ω2
n
In terms of the parameters, the closed-loop transfer function is
Y (s) =
(2ξα + 1)ωn2 s + αωn3
s
R(s) + 2
D(s)
2
2
(s + 2ξωn s + ωn )(s + αωn )
(s + 2ξωn s + ωn2 )(s + αωn )
The steady-state gain from d to y is zero, due to the integral term. Again, take
the case p = 0. For clarity, let’s also pick ξ = 0.707, and only study the variation
in responses due to our choice of α. Again, the normalization with ωn is complete,
in both time and frequency, with frequency responses plotted versus ωωn , and time
responses plotted versus ωn t.
133
The plots below are:
• Magnitude/Phase plots of Loop transfer function
Open−Loop Transfer Function, PID, xi = 0.707
7
10
6
10
alpha = 0.1
5
10
alpha = 0.3162
alpha = 1
4
Magnitude
10
alpha = 3.162
alpha = 10
3
10
2
10
1
10
0
10
−1
10
−2
10
−2
10
−1
10
0
10
Normalized Frequency (w/wn)
1
10
2
10
Open−Loop Transfer Function, PID, xi = 0.707
300
Phase (degrees)
250
200
150
alpha = 0.1
alpha = 0.3162
alpha = 1
100
alpha = 3.162
alpha = 10
50 −2
10
−1
10
0
10
Normalized Frequency (w/wn)
134
1
10
2
10
• Magnitude/Phase plots of closed-loop R → Y transfer function
R−>Y Frequency Response, PID, xi = 0.707
1
10
0
10
−1
Magnitude
10
alpha = 0.1
−2
alpha = 0.3162
10
alpha = 1
alpha = 3.162
−3
alpha = 10
10
−4
10
−2
10
−1
10
0
10
Normalized Frequency (w/wn)
1
10
2
10
R−>Y Frequency Response, PID, xi = 0.707
0
−20
−40
Phase (degrees)
−60
−80
−100
−120
alpha = 0.1
alpha = 0.3162
alpha = 1
−140
alpha = 3.162
alpha = 10
−160
−180 −2
10
−1
10
0
10
Normalized Frequency (w/wn)
• Magnitude plot of closed-loop R → E
135
1
10
2
10
• Normalized Disturbance-to-output response
Normalized Disturbance Response, xi = 0.707
0
10
−1
| wn^2 G |
10
−2
10
alpha = 1e−05
alpha = 0.1
alpha = 0.3162
−3
alpha = 1
10
alpha = 3.162
alpha = 10
−4
10
−2
−1
10
10
0
10
Normalized Frequency (w/wn)
1
2
10
10
Normalized Disturbance Response, xi = 0.707
1.2
1
wn^2 y
0.8
0.6
alpha = 1e−05
0.4
alpha = 0.1
alpha = 0.3162
0.2
alpha = 1
alpha = 3.162
0
alpha = 10
−0.2
0
1
2
3
4
5
Normalized Time (wn*t)
136
6
7
8
• Unit step r → y responses
R−>Y Step Response, PID, xi = 0.707
1.4
1.2
1
0.8
Y
alpha = 0.1
alpha = 0.3162
0.6
alpha = 1
alpha = 3.162
0.4
alpha = 10
0.2
0
0
1
2
3
4
5
Normalized Time (wn*t)
6
7
8
• R → E magnitude plots
R−>E (Sensitivity), PID, xi = 0.707
1
10
0
10
−1
Magnitude
10
alpha = 0.1
−2
10
alpha = 0.3162
alpha = 1
alpha = 3.162
−3
10
alpha = 10
−4
10
−2
10
−1
10
0
10
Normalized Frequency (w/wn)
Some things to notice.
137
1
10
2
10
• For a given ωn and α > 1, both the crossover frequencies, and bandwidth
(look at GR→E ) are much higher than the PD case. This is somewhat reflected
in quicker rise times and comparable settling times.
• The gain crossover frequency increases significantly with increasing α. For
instance, at α ≈ 0 (which is the same as the PD control) the crossover
frequency is about 1.7ωn , whereas for the crossover frequency jumps to approximately ≈ 5ωn at α ≈ 3.1. At the respective crossover frequencies, the
phase margins of eth PD and PID designs are similar.
• As α increases, the disturbance rejection properties change. Any (and every)
α > 0 gives perfect steady-state disturbance rejection, but the time-domain
and frequency domain properties for different α are quite different.
• It is instructive to calculate the residue associated with the pole at −αωn
when r(t) is a unit step. It is then fairly easy to explain the slow settling
times that occur for the intermediate values of α.
Remember, in typical applications, the uncertainty in the plant’s behavior increases
with increasing frequency, so designs that lead to higher crossover frequencies usually are required (for confidence) to have significantly larger phase margins. Usually, for a given problem, modeling innaccuracies and unknown dynamics typically
impose a maximum allowable crossover frequency, regardless of phase margin.
138
Since some normalization is possible (using ωn ), brute-force repeated simulation
allows us to approximately compute several functions. They are functions of p,
ξ and α. Here, we imagine that p is known, and fixed. We also propose to fix
ξ = 0.707, leaving only functions of α. In any given design situation, it may be
necessary to modify the choice of ξ, and recompute. The functions are plotted
below.
• normalized crossover frequency versus α
Normalized Gain Crossover Frequency, xi = 0.707
100
80
wc/wn
60
40
20
0 −2
10
−1
10
0
10
Alpha
139
1
10
2
10
• phase margin versus α
Phase Margin, xi = 0.707
90
85
PHI
80
75
70
65
60 −2
10
−1
10
0
10
Alpha
140
1
10
2
10
• normalized rise time versus α
Normalized Rise Time, xi = 0.707
3.5
3
wn*Trise
2.5
2
1.5
1 −2
10
−1
0
10
10
Alpha
1
10
2
10
• normalized settling time versus α
Normalized Settling Time, xi = 0.707
30
2 percent
3 percent
25
4 percent
wn*Tsettle
20
15
10
5
0 −2
10
−1
10
0
10
Alpha
141
1
10
2
10
• normalized peak response due to step disturbance versus α
Normalized Peak Disturbance Response, xi = 0.707
1.2
1
wn^2 y
0.8
0.6
0.4
0.2
0 −2
10
−1
10
0
10
Alpha
1
10
2
10
• normalized settling time due to step disturbance versus α
Normalized Disturbance Settling (Relative), xi = 0.707
400
350
300
wn*Tsettle
250
200
150
100
50
0 −2
10
−1
10
0
10
Alpha
142
1
10
2
10
• percentage overshoot versus α
Percent Overshoot, xi = 0.707
35
30
% Overshoot
25
20
15
10
5 −2
10
−1
10
0
10
Alpha
1
10
2
10
Suppose that these have been computed reasonably accurately, at sufficiently large
numbers of α values. Can we use all of this data to develop a foolproof design
method?
13.3
A Brute-Force Design Method
In designing the PID controller gains, the free parameters (at this point) to be chosen are ξ, ωn and α. For fixed choice of ξ, we can precompute functions f1 , f2 , . . . , f5
of α such that
1. Gain crossover frequency (ωc ) equals ωn f1 (α)
2. Rise Time (tR ) equals f2 (α)/ωn
3. Settling Time (tS ) equals f3 (α)/ωn
4. Peak response to step disturbance (yd,max ) equals f4 (α)/ωn2
5. Settling time of step disturbance response (tS,d ) equals f5 (α)/ωn
So, given target requirements, we can fairly easily determine if there is a PID
controller which satisfies the objectives. Specifically, take objectives as
ωc ≤ ω̄c , tR ≤ t̄R , tS ≤ t̄S , yd,max ≤ ȳd,max , tS,d ≤ t̄S,d
143
where the over-bar quantities are targets. Hence we search for values of ωn and α
which satisfy

 f (α) f (α)
2
3
gL (α) := max 
,
,
t̄R
t̄S
v

u
u f4 (α) f5 (α) 
ω̄c
t
,
=: gU (α)
≤
ω
n ≤
ȳd,max t̄S,d 
f1 (α)
Hence, we simply graph the two functions gL and gU , and see if there is any value
of α where gl (α) ≤ gu (α). If so, then simply pick an α∗ for which the inequality it
true, and pick any ωn∗ such that
gL (α∗ ) ≤ ωn∗ ≤ gU (α∗ )
Moreover, since the overshoot reaches a maximum at α = 1, and falls off on both
sides, you can easily reduce the overshoot by moving to one side of the feasible
region.
13.4
Design Example
Consider the Lab, with single inertia, and pulley. The PD control worked reasonably well with ωn = 25, and ξ = 0.707. This implies that a phase margin of 65◦ at
a crossover frequency of 38 is adequate for stability robustness. So, in designing a
PID controller, let’s aim for a crossover frequency of 38, a rise time of 0.4 seconds,
settling time of 0.55 seconds, and a disturbance response settling time of 0.7 seconds. We’ll set the peak disturbance response at 5, which essentially makes it not
relevant, and then we could tighten down on it if we wanted.
The constraints on α and ωn are shown below
wn/Alpha Design Options
3
10
2
10
1
wn
10
0
10
−1
10
−2
10
−2
10
−1
10
0
10
Alpha
144
1
10
2
10
The circle is the point I chose, which MatLab tells me is
α = 0.36,
ωn = 19.2
which is pretty similar to what we had working in the lab. Plots of the various
relevant quantities
• Open-Loop gain
Open−Loop Gain
2
10
1
| L(j w) |
10
0
10
−1
10
−2
10
0
10
1
2
10
10
Frequency, rad/sec
145
3
10
• Open-Loop Phase
Open−Loop Phase
280
260
Phase L(j w), degrees
240
220
200
180
160
140
120
100 0
10
1
2
10
3
10
10
Frequency, rad/sec
• Response to unit-step reference
Unit Step response
1.4
1.2
1
y
0.8
0.6
0.4
0.2
0
0
0.1
0.2
0.3
0.4
0.5
0.6
Time, sec
146
0.7
0.8
0.9
1
• Response to unit-step disturbance
Unit Step disturbance response
−3
1.6
x 10
1.4
1.2
y
1
0.8
0.6
0.4
0.2
0
0
0.1
0.2
0.3
0.4
0.5
0.6
Time, sec
147
0.7
0.8
0.9
1
Download