Question

Design Project #1 : Design of PID Controller Design a PID controller so that the step response of the following closed-loop system satisfy (settling time) 3sec, POS(% overshoot) 20%, and steady state tracking error (ess)<0. R(s) Y(s) K, ss +1 If you can reduce both settling time and overshoot, then it would be much better. To verify your answer, you should use Matlab simulink and show that your answer is correct in your report. Describe the detailed design procedure (as studied in the lecture) and show that your design satisfies the above specification in your report. Also, provide the discussion on your results Submit your Matlab files (!) to e-class. (Caution!!) Do not copy the report or simulation. TA will check it in details and in that case both of you will get zero point
0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
Design Project #1 : Design of PID Controller Design a PID controller so that the step...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • b) Design a PID controller via root-locus to satisfy the following requirements for the controlled system...

    b) Design a PID controller via root-locus to satisfy the following requirements for the controlled system 2.9 T,-0.18 The following notation has been used for the system parameters: Percent Overshoot(%)-pos Settling time (s) Peak time (s)- Tp Start by manual calculations for the locations of the poles and zeros of the PID controller to satisfy the requirements. Find the required location of the zero for PD control and introduce PI control. Afterwards, use the Sisotool in MATLAB to simulate the...

  • Matlab 2. A PID controller allows one to adjust the performance of a plant to the...

    Matlab 2. A PID controller allows one to adjust the performance of a plant to the designer's specifications. The following system is given (s+1)(0.2 s+ 1 )(0.04 s + 1 )(0.00%+1) Create this system symbolically in Matlab. Use the command expand to get it in the form of a ratio of polynomials. Use the coefficients to create a transfer function. Import the transfer function to 'pidTuner. There is no perfect controller. So, to achieve the best result, one has to...

  • Question: CODE: >> %% PID controller design Kp = 65.2861; Ki = 146.8418; Kd = 4.0444;...

    Question: CODE: >> %% PID controller design Kp = 65.2861; Ki = 146.8418; Kd = 4.0444; Gc = pid(Kp,Ki,Kd); % close-loop TF T = feedback(G*Gc,1); %% checking the design obejective a_pid = stepinfo(T); % Settling Time tp_pid = a_pid.SettlingTime % Overshhot OS_pid = a_pid.Overshoot %% steady-state error [yout_pid,tout_pid] = lsim(T,stepInput,t); % steady-state error ess_pid = stepInput(end) - yout_pid(end); >> %% Effect of P in G Kp = 65.2861; Ki = 0; Kd = 0; Gc = pid(Kp,Ki,Kd); % close-loop TF...

  • I required to design a PID controller that has overshoot less than 10% with minimise rise...

    I required to design a PID controller that has overshoot less than 10% with minimise rise time, settling time, peak time and steady-state error. The transfer function of the plant is shown below: and the step response of the open loop system by using unit-step is shown below: Then I have designed my PID controller by referring to the example from Modern Control Engineering 5th Edition by Katsuhiko Ogata page 572 by using Ziegler Nichols 2nd Method. I get Kcr...

  • [0 111x1 -10-10」[22 T2 a) Design a state-feedback controller so that the closed-loop step response has an overshoot of less than 25% and a 1% settling time under 0.115 sec. b) Use MATLAB to verify t...

    [0 111x1 -10-10」[22 T2 a) Design a state-feedback controller so that the closed-loop step response has an overshoot of less than 25% and a 1% settling time under 0.115 sec. b) Use MATLAB to verify that your design meets the specifications. If it does not, modify your feedback gains accordingly. [0 111x1 -10-10」[22 T2 a) Design a state-feedback controller so that the closed-loop step response has an overshoot of less than 25% and a 1% settling time under 0.115 sec....

  • Could you write down the answer legible please i cannot read most of the answer sheets. Thank you in advance, professor...

    Could you write down the answer legible please i cannot read most of the answer sheets. Thank you in advance, professor. Question 2: Using >> controlSystemDesigner in MATLAB, design an analog PID controller (find Kp, K, Ka values) for the given plant that satisfies the specifications listed below, Plant transfer function: Y(s)4 GS s-25+5 Design specifications for step response Overshoot : %20 Rise time: 0.5 s Settling time : 1 s Settling : %3 Use default values for others ....

  • simulation. 9.24. (a) Design a PID compensator for the system of Problem 9.3 to yield a...

    simulation. 9.24. (a) Design a PID compensator for the system of Problem 9.3 to yield a phase margin of 50°. Let K, 0.04. (b) Verify the phase margin with MATLAB. (c) Determine the approximate rise time and percent overshoot for the system step response by simulation (d) To see the effects of the integrator term, repeat (a) and (c) for i. Ky equal to one-half the value used in (a) ii. Ki equal to twice the value used in (a)...

  • 1. [25%] Consider the closed-loop system shown where it is desired to stabilize the system with...

    1. [25%] Consider the closed-loop system shown where it is desired to stabilize the system with feedback where the control law is a form of a PID controller. Design using the Root Locus Method such that the: a. percent overshoot is less than 10% for a unit step b. settling time is less than 4 seconds, c. steady-state absolute error (not percent error) due to a unit ramp input (r=t) is less than 1. d. Note: The actuator u(t) saturates...

  • System dynamics and control course. Use only “MATLAB “to solve this. Need a pro to help Let a system have plant transfer function (00.2) s3 +22s 156s+232 Design a PID controller such that the cl...

    System dynamics and control course. Use only “MATLAB “to solve this. Need a pro to help Let a system have plant transfer function (00.2) s3 +22s 156s+232 Design a PID controller such that the closed-loop rise time is less than 0.5 seconds, the overshoot is less than 10%, and the steady-state error is zero for a step command. Let a system have plant transfer function (00.2) s3 +22s 156s+232 Design a PID controller such that the closed-loop rise time is...

  • Consider the same plant G(s) Design a controller so that if you desire an angle of...

    Consider the same plant G(s) Design a controller so that if you desire an angle of r 1 rad, s(s+10) (s+20) (R the actual angle of the motor y(t) has an overshoot less than or equal to 20% and a settling time less than or equal to 0.3s as it is settling down to the steady state angle. Write down the steps you followed in the sisotool (or otherwise), include: i. ii. iii. iv. Your error calculations and calculations for...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT