2.1 Step Input Response: Eigenvalues: p 1 =-4.526, p 2,3 =-0.4993±2.7883i, p 4 =-0.4753 Final value theorem: Stability: If the step response reaches to.

Slides:



Advertisements
Similar presentations
The Performance of Feedback Control Systems
Advertisements

Intro. ANN & Fuzzy Systems Lecture 33 Fuzzy Logic Control (I)
Chapter 4: Basic Properties of Feedback
Lect.7 Steady State Error Basil Hamed
Chapter 5 – The Performance of Feedback Control Systems

Automatic control by Meiling CHEN
Transient & Steady State Response Analysis
Process Control Instrumentation II
LTI system stability Time domain analysis
Prof. Wahied Gharieb Ali Abdelaal Faculty of Engineering Computer and Systems Engineering Department Master and Diploma Students CSE 502: Control Systems.
Review last lectures.
Out response, Poles, and Zeros
Feedback Control Systems (FCS) Dr. Imtiaz Hussain URL :
CIS 540 Principles of Embedded Computation Spring Instructor: Rajeev Alur
MESB374 System Modeling and Analysis Forced Response
سیستمهای کنترل خطی پاییز 1389 بسم ا... الرحمن الرحيم دکتر حسين بلندي- دکتر سید مجید اسما عیل زاده.
It is the time response of a system to an input that sets the criteria for our control systems. Many quantitative criteria have been defined to characterise.
Chapter 3 mathematical Modeling of Dynamic Systems
Chapter 5 Transient and Steady State Response “I will study and get ready and someday my chance will come” Abraham Lincoln.
INC341 Design Using Graphical Tool (continue)
Control Systems EE 4314 Final Study Guideline May 1, 2014 Spring 2014 Woo Ho Lee
o Problem Reconsider Problem
Chapter 3 Dynamic Response The Block Diagram Block diagram is a graphical tool to visualize the model of a system and evaluate the mathematical relationships.
Lec 11. Common Controllers Some commonly used controllers –Proportional Controller –Integration Controller –Derivative Controller Reading: 5-8. TexPoint.
Lecture 17: Introduction to Control (part III)
Subsea Control and Communications Systems
Lec 6. Second Order Systems
Modern Control System EKT 308 Steady-State and Stability.
Chapter 4 A First Analysis of Feedback Feedback Control A Feedback Control seeks to bring the measured quantity to its desired value or set-point (also.
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.
Discrete Controller Design
System Time Response Characteristics
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;
Modern Control System EKT 308
1 Teaching Innovation - Entrepreneurial - Global The Centre for Technology enabled Teaching & Learning, M G I, India DTEL DTEL (Department for Technology.
Lecture 13: Second-Order Systems Time Response Lecture 12: First-order systems Lecture 13: Second-order systems Lecture 14: Non-canonical systems ME 431,
Intelligent Robot Lab Pusan National University Intelligent Robot Lab Chapter 7. Forced Response Errors Pusan National University Intelligent Robot Laboratory.
SKEE 3143 Control Systems Design Chapter 2 – PID Controllers Design
3.0 Time Response OBJECTIVE
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.
CIS 540 Principles of Embedded Computation Spring Instructor: Rajeev Alur
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.
Page : PID Controller Chapter 3 Design of Discrete- Time control systems PID C ontroller.
Automatic Control Theory CSE 322
Lesson 20: Process Characteristics- 2nd Order Lag Process
Control Systems EE 4314 Lecture 12 March 17, 2015
Time Response Analysis
Lec 14. PID Controller Design
Instructor: Jongeun Choi
Frequency Response Bode and Nyquist plots Nyquist stability theorem
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)
Time Response System & Control Engineering Lab.
UNIT-II TIME RESPONSE ANALYSIS
UNIVERSITI MALAYSIA PERLIS SCHOOL OF ELECTRICAL SYSTEM ENGINEERING
E(s): Laplace transform of the error e(t)
Y(s).
CBE / MET Feb 12.
o Problem Reconsider Problem
Eigenvalues: p1=-4.526, p2,3= ±2.7883i, p4=
2a. Transfer function of closed loop system
o HOMEWORK-02 Problem Reconsider Problem
3. Steady State Error and Time Response Performance
x points: -7, -4+3i HW- 05 Problem:05-01
Chapter 5 – The Performance of Feedback Control Systems
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.
By: Nafees Ahamad, AP, EECE, Dept. DIT University, Dehradun
Presentation transcript:

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 a constant value, the system is said to be stable. Steady State Error: e ss =1-c ss e ss =0 [r,p,k]=residue(nh,[dh,0]) r = i i z=r(3);a2=2*abs(z),fi2=angle(z) Roots([ ]) Laplace transform of unit step input Steady-state response

Step Response of a Second Order System: ω n : Undamped natural frequency ξ: Damping Ratio clc,clear wn=1;ksi=0.2; tp=2*pi/wn;dt=tp/20;ts=tp/ksi; t=0:dt:ts;w=wn*sqrt(1-ksi^2); a=wn/w;sigma=ksi*wn;fi=-acos(ksi)-pi/2; c=a*exp(-sigma*t).*cos(w*t-fi)+1; plot(t,c)

c max : Peak value, t max : Peak time, c max -c ss :Maksimum overshoot c ss : Steady State Response, 1-c ss : Steady State Error t s : Settling time (%5) t r : Rise Time t d : Delay Time Re - σ 

Design Criteria of Control Systems: Stability Steady State Error e ss =1-c ss → 0 Sensitivity to a disturbance [c ss ] d → 0 Overshoot, typical value % 5, damping ratio ξ=0.7 Settling time : t ss (Depends on the application) At the first stage apply P control: observe the stability e ss, [c ss ] d If necessary apply PI control, it eliminates/reduces the steady state error If necessary apply PD kontrol, it reduces the overshoot Apply PID control, useful for all criteria Transfer Function of a PID Controller Sensitivity to disturbance