Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Run the following design of a PID controller for the plant given by: s y s = 1 ( s + 1 ) 3 .
Run the following design of a PID controller for the plant given by:
As a first pass, create a model of the plant and design a simple PI controller for it
Cpi is a pid controller object that represents a PI controller. The fields of info show that the tuning
algorithm chooses an openloop crossover frequency of about
a Examine the closedloop step response reference tracking of the controlled system. Obtain the
Step response and comment.
The new controller achieves the higher crossover frequency, but at the cost of a reduced phase
margin.
c Compare the closedloop step response with the two controllers. Comment on the two responses
obtained.
This reduction in performance results because the PI controller does not have enough degrees of
freedom to achieve a good phase margin at a crossover frequency of Adding a derivative
action improves the response.
Part II
Design a PIDF controller for with the target crossover frequency of
The fields of info show that the derivative action in the controller allows the tuning algorithm to
design a more aggressive controller that achieves the target crossover frequency with a good phase
margin.
d Compare the closedloop step response and disturbance rejection for the fast PI and PIDF
controllers. Comment on the two responses obtained.
You can compare the input load disturbance rejection of the controlled system with the fast Pl and
PIDF controllers.
e plot the response of the closedloop transfer function from the plant input to the plant output.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started