- #1
gfd43tg
Gold Member
- 950
- 50
Homework Statement
Homework Equations
The Attempt at a Solution
Part (a)
Starting with the formula
$$ g_{c} = \frac {g_{CL}}{g_{p}(1-g_{CL})} $$
The controller transfer function is determined,
$$ g_{c} = \frac { \frac {1}{\lambda s + 1}}{\frac {k_{p}}{(\tau_{p1}s+1)(\tau_{p2}s+1)}
- \frac {k_{p}}{(\tau_{p1}s_1)(\tau_{p2}s+1)(\lambda s+1)}} $$
$$ = \frac {1}{\lambda s + 1} \times \frac
{(\tau_{p1}s+1)(\tau_{p2}s+1)(\lambda s+1)}{K_{p} \lambda s} $$
$$ = \frac {1}{K_{p} \lambda} \times \frac {\tau_{p1} \tau_{p2} s^{2} +
(\tau_{p1}+\tau_{p2})s + 1}{s} $$
$$ = \frac {\tau_{p1} \tau_{p2}}{K_{p} \lambda}s + \frac
{\tau_{p1}+\tau_{p2}}{K_{p} \lambda} + \frac {1}{K_{p} \lambda s} $$
$$ = \frac {\tau_{p1}+\tau_{p2}}{K_{p} \lambda} \bigg [ 1 + \frac
{\tau_{p1} \tau_{p2}}{\tau_{p1}+\tau_{p2}} s + \frac
{1}{\tau_{p1}+\tau_{p2}} \frac {1}{s} \bigg ] $$
Which is of the form of a PID Controller,
$$ g_{c,PID} = k_{c} \bigg ( 1 + \frac {1}{\tau_{I}s}+ \tau_{D}s \bigg )
$$
Where ##k_{c}= \frac {\tau_{p1} + \tau_{p2}}{K_{p} \lambda}##, ##\tau_{I} =
\tau_{p1} + \tau_{p2}##, and ##\tau_{D} = \frac {\tau_{p1}
\tau_{p2}}{\tau_{p1}+\tau_{p2}}##
Part (b)
Here is my simulink model
However, because the numerator coefficient is second order, and the denominator is first order, I cannot run the simulation due to an error. I know that it is a big no-no to have higher order numerators, but how should I go about solving the problem?