x points: -7, -4+3i HW 5 Problem:05-01

Slides:



Advertisements
Similar presentations
Stability Margins Professor Walter W. Olson
Advertisements

Root Locus Analysis (1) Hany Ferdinando Dept. of Electrical Eng. Petra Christian University.
Root Locus Diagrams Professor Walter W. Olson
Design with Root Locus Lecture 9.
CHE 185 – PROCESS CONTROL AND DYNAMICS
CHE 185 – PROCESS CONTROL AND DYNAMICS
Control System Design Based on Frequency Response Analysis
Transient and steady state response (cont.)
Lecture 9: Compensator Design in Frequency Domain.
Professor of Electrical Engineering
PID Control and Root Locus Method
f(t) m x(t) fd(t) LINEAR CONTROL C (Ns/m) k (N/m)
Automatic Control System
ME375 Handouts - Spring 2002 Root Locus Method.
Chapter 4 Dynamic Systems: Higher Order Processes Prof. Shi-Shang Jang National Tsing-Hua University Chemical Engineering Dept. Hsin Chu, Taiwan April,
o Problem Reconsider Problem
MESB374 System Modeling and Analysis PID Controller Design
Subsea Control and Communications Systems
Modern Control System EKT 308 Steady-State and Stability.
Review. Feedback Terminology In Block diagrams, we use not the time domain variables, but their Laplace Transforms. Always denote Transforms by (s)!
Problem:05-01 x points: -7, -4+3i HW- 05 In the control system as shown in the figure, a) Write the MATLAB program to plot root-locus diagram for the closed.
Chapter 5: Root Locus Nov , Two Conditions for Plotting Root Locus Given open-loop transfer function G k (s) Characteristic equation Magnitude.
1 Time Response. CHAPTER Poles and Zeros and System Response. Figure 3.1: (a) System showing input and output; (b) Pole-zero plot of the system;
Exercise 1 (Root Locus) Sketch the root locus for the system shown in Figure K 1 (
Modern Control System EKT 308
2.1 Step Input Response: Eigenvalues: p 1 =-4.526, p 2,3 = ±2.7883i, p 4 = Final value theorem: Stability: If the step response reaches to.
5. Root-LocusKuo-91 (p.428) Example 5.1 )s(R Locations of the roots on the complex plane (s plane) Poles : D 1 (s)=0 Zeros: N 1 (s)=0 Number of branches.
Automatic Control Theory School of Automation NWPU Teaching Group of Automatic Control Theory.
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
Find f(kT) if Exercise 1. Solution 1 1 Begin by dividing F(z) by z and performing a partial-fraction expansion. For z = 0.5 For z = 0.7 For z = 0.9.
디지털 제어 Sun Moon University 1 of 32 목 차 7. Stability Kyoung-Chul DIGITAL CONTROL.
Control Systems Lect.3 Steady State Error Basil Hamed.
SKEE 3143 Control Systems Design Chapter 2 – PID Controllers Design
O o Problem Reconsider Problem a) Find the closed loop transfer function H(s) of the system. (Use K p as symbol) Answer: Duyarlılık= % 0.1.
General Stability Criterion Most industrial processes are stable without feedback control. Thus, they are said to be open-loop stable or self-regulating.
Exercise 1 Suppose we have a simple mass, spring, and damper problem. Find The modeling equation of this system (F input, x output). The transfer function.
Time Response Analysis
6. Nyquist Diagram, Bode Diagram, Gain Margin, Phase Margin,
PID Controller.
University of Virginia
Chapter 9 Design via Root Locus <<<4.1>>>
Chapter 9 Design via Root Locus <<<4.1>>>
Control System Toolbox
Eigenvalues: p1=-4.526, p2,3= ±2.7883i, p4=
Eigenvalues: p1=-4.526, p2,3= ±2.7883i, p4=
Parabolic Input: R(t) t (s) (Parabolic input error coefficient)
LAG LEAD COMPENSATOR.
HOMEWORK-04 Problem In a closed loop control system shown in the figure, the process transfer function is Gp(s)=(2s+3)/(s3+6s2-28s) and Gc=K. a)
SYSTEM OF DIFFERENTIAL EQUATIONS
HW-03 Problem Kuo-95 (p. 377) Find the steady-state errors for step, ramp and parabolic inputs. Determine the type of the system. ) s ( R Problem.
UNIVERSITI MALAYSIA PERLIS SCHOOL OF ELECTRICAL SYSTEM ENGINEERING
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
Stability of Closed-Loop Control Systems
9. Frequency-Domain Analysis
8. Root-Locus Analysis 8.1 Determining stability bonds in closed-loop systems DEU-MEE 5017 Advanced Automatic Control.
Root Locus Plot of Dynamic Systems
o Problem Reconsider Problem
CH. 6 Root Locus Chapter6. Root Locus.
ERT 210 DYNAMICS AND PROCESS CONTROL CHAPTER 11 – MATLAB TUTORIAL
Eigenvalues: p1=-4.526, p2,3= ±2.7883i, p4=
2a. Transfer function of closed loop system
o HOMEWORK-02 Problem Reconsider Problem
HOMEWORK-03 Problem Kuo-95 (p. 377)
INTRODUCTION TO CONTROL SYSTEMS
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
Frequency Response Techniques
The Design of Feedback Control Systems
x points: -7, -4+3i HW- 05 Problem:05-01
Time Response, Stability, and
Exercise 1 For the unit step response shown in the following figure, find the transfer function of the system. Also find rise time and settling time. Solution.
Presentation transcript:

x points: -7, -4+3i HW 5 Problem:05-01 In the closed-loop control system given in the figure, a) Write the Matlab code to plot the root loci of the system b) Add the commands, which plot the line of roots for damping ratio 0.707 c) The root loci graph for (a) and (b) is given in the figure. Find the roots of open loop system from this graph d) Add the necessary commands, which return the gain K for a root location clicked on the graph. e) The gain for the point A is K=250. Is the closed loop system stable for K=300? f) The gain can be found for point B as K=40. Find ess of the closed loop system for K=40 g) If there is a disturbance (noise) acting on the sytem in addition to the reference input, find the percantage deviation of the output (output due to the disturbance) (K=40). h) Write the Matlab code to calculate the roots of the closed loop system for K=40. The roots for K=40 are -7.4, -2.3±ωi and -3. Find the steady state time in case of a step reference input. i) Add the commands to calculate the overshoot for a unit step reference input.

x points: 0,-7, -4+3i HW 5 SOLUTIONS clc;clear num=[1 6]; den=[1 15 81 175 0]; rlocus(num,den) ksi=0.707;wn=10; sg=-ksi*wn;w=wn*sqrt(1-ksi^2); hold on;plot([0 sg],[0 w] rlocfind (num,den) a) b) d) c) The roots of the open loop system are marked with x. p1=0 p2=-7 p3,4= -4±3i

HW 5 SOLUTIONS e) Kcr=250 if K=250 for point A. For K=300, two roots of the closed loop system are located on the right hand side of the imaginary axis and then the system becomes unstable. f) ess for K=40 Variation of error versus time. g)

HW5 SOLUTIONS h) roots([1 15 81 215 240]) For real roots clc;clear num=[40 240]; den=[1 15 81 215 240]; hs=tf(num,den) [c,t]=step(hs); overs=max(c)-c(length(c))

Thompson (Sh. 157) Problem 05-02 Write the Matlab code to plot the root locations of the closed loop system. Write the command to find the Kcr. Find Kcr using Routh method. Is the closed loop system stable for K=1? Write the commands to find the gain K, for the roots having damping ratio 0.65. Write the Matlab code to find the roots to plot the step response of the system to find the overshoot of the response; for K=9 Find the steady state error to a step reference input for K=9. Determine the sensitivity to disturbance. What kind of controller should be added in order to make the steady state error and sensitivity to disturbance to be zero? What kind of controller should be added to reduce the overshoot?

The system is UNSTABLE for K=1. HW 5 SOLUTIONS clc;clear num=[1 3]; den=[1 -2 2]; rlocus(num,den) rlocfind(num,den) ksi=0.65;wn=20; sg=-ksi*wn;w=wn*sqrt(1-ksi^2); hold on;plot([0 sg],[0 w] K≈9 We will find K≈2 The system is UNSTABLE for K=1.

HW 5 SOLUTIONS clc;clear K=9; num=[K 3*K]; den=[1 K-2 3*K+2]; roots(den) hs=tf(num,den) [c,t]=step(hs); overs=max(c)-c(length(c)) Overshoort = 0.37  %37 Roots css=? for K=9 Integral Controller to reduce (or eliminate) the steady state error and sensitivty Derivative Controller to reduce the overshoot