- #1
215
- 39
- 0
Homework Statement
Design a controller for the system G(S) such, that the step response to close loop transfer function has an overshoot of 0% and a settling time of less than 1 sec.
Homework Equations
[itex]G(s) = \frac{1}{10s^2 + 5s + 10}[/itex]
Controller has to be a PID controller.
The Attempt at a Solution
First as the assignment mentions, the overshoot has to be 0% which means that we interested in a critical damped system ζ = 1
since the settling time has to be lower than 1 sec, i can deduce that ωn has to be less than 4. which means that, my poles shall be on the real axis and less than -4.
I chose i want my poles to be at -5 and -7, and using solve i am able to see that a PD controller consiting of d = 115 and p = 340 would do the job.
but the step reponse is showing my about 12.5 percent overshoot, but the settling time matches. the close loop transfer function i end up with
[itex]G(s) = \frac{115s + 340}{10s^2 + 120s + 350}[/itex]
the poles are places where they should be.. so really don't see where i am going wrong with this ? please help my.
Last edited: