LAG LEAD COMPENSATOR.

Slides:



Advertisements
Similar presentations
Design with Root Locus Lecture 9.
Advertisements

Modern Control Theory Lecture 5 By Kirsten Mølgaard Nielsen
Multivariable Control
4.3. Time Response Specification in Design
Chapter 10 – The Design of Feedback Control Systems
Lecture 9: Compensator Design in Frequency Domain.
Lect. 5 Lead-Lag Control Basil Hamed
Professor of Electrical Engineering
PID Control and Root Locus Method
Automatic Control Theory-
Automatic Control System
Automatic Control Theory School of Automation NWPU Teaching Group of Automatic Control Theory.
Feedback Control System THE ROOT-LOCUS DESIGN METHOD Dr.-Ing. Erwin Sitompul Chapter 5
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Loop Shaping.
Root Locus Method. Root Locus Method Root Locus Method.
Steady-state tracking & sys. types G(s) C(s) + - r(s) e y(s) plant controller.
Chapter 5: Root Locus Nov , Two Conditions for Plotting Root Locus Given open-loop transfer function G k (s) Characteristic equation Magnitude.
Exercise 1 (Root Locus) Sketch the root locus for the system shown in Figure K 1 (
Prof. Wahied Gharieb Ali Abdelaal
7.1 Root Locus (RL) Principle We introduce the RL through an example. Consider servo motor system shown bellow The closed loop transfer function is motor.
Lecture 10 Feedback Control Systems President UniversityErwin SitompulFCS 10/1 Dr.-Ing. Erwin Sitompul President University
Control Systems Lect.3 Steady State Error Basil Hamed.
SKEE 3143 Control Systems Design Chapter 2 – PID Controllers Design
1 Chapter 9 Mapping Contours in the s-plane The Nyquist Criterion Relative Stability Gain Margin and Phase Margin PID Controllers in the Frequency Domain.
Feedback Control System THE ROOT-LOCUS DESIGN METHOD Dr.-Ing. Erwin Sitompul Chapter 5
Page : PID Controller Chapter 3 Design of Discrete- Time control systems PID C ontroller.
Root locus A technique enabling you to see how close-loop poles would vary if a parameter in the system is varied Can be used to design controllers or.
Root Locus Method Assist. Professor. Dr. Mohammed Abdulrazzaq
Part B – Effect of Feedback on BW
Dr. Hatem Elaydi Digital Control, EELE 4360 Dec. 16, 2014
Nyguist criterion Assist. Professor. Dr. Mohammed Abdulrazzaq.
Chapter 5 Root Locus.
Design via Root Locus (Textbook Ch.9).
Lecture 20: Root Locus for Design
Lec 14. PID Controller Design
Examples on Compensator Design Spring 2011
Frequency-Domain Analysis and stability determination
Part B – Effect of Feedback on BW
PID Controller.
LINEAR CONTROL SYSTEMS
Chapter 9 Design via Root Locus <<<4.1>>>
Two parameters: k and a. would like to know how they affect poles
The root locus technique
Chapter 9 Design via Root Locus <<<4.1>>>
Modern Control Systems (MCS)
Control System Toolbox
7.1 Root Locus (RL) Principle
What damping ratio range do we typically want?___0.4~1____
Name:_________________
Root-locus Technique for Control Design
Modern Control Systems (MCS)
Digital Control Systems (DCS)
Prototype 2nd order system:
Root Loci Analysis (3): Root Locus Approach to Control System Design
Two parameters: k and a. would like to know how they affect poles
Frequency Response Techniques
Compensators.
Frequency Response Techniques
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
Frequency Domain specifications.
Root Locus Plot of Dynamic Systems
Root-Locus Analysis (2)
7-4 Control System Design by Frequency Response Approach
Design via Root Locus Techniques
CH. 6 Root Locus Chapter6. Root Locus.
ERT 210 DYNAMICS AND PROCESS CONTROL CHAPTER 11 – MATLAB TUTORIAL
4.0 ROOT LOCUS OBJECTIVE ~ Rules on sketching the root locus.
Frequency Response Techniques
IntroductionLecture 1: Basic Ideas & Terminology
The Frequency-Response Design Method
Presentation transcript:

LAG LEAD COMPENSATOR

7.6 Root Locus Design Example. Consider rigid satellite control system The RL is along the j axis, then the system will always oscillate regardless the value of K. To obtain an acceptable design the following system will be employed motor compensator R(s) A(s) + K – motor compensator K R(s) – + KV R(s) j –j The open loop-function is now:

7.6 Root Locus Design And the RL is The rate feedback changes the gain to KKv and add a zero at s = - 1/Kv . The system is seen to be stable for all K and Kv positive. Since there are 2 parameters K and Kv, the poles theoretically can be placed anywhere in the s plane. However it must be remembered that the physical system always has limitation. The rate feedback is actually a PD compensation with TF j –j A problem with PD compensator is that its gain increases with frequency. If high frequency noise presents another compensator (phase lead) can be used to limit the high frequency gain.

PHASE LEAD DESIGN The TF of 1st order phase lead compensator is given by The angle criteria is (all zero angles) – (all pole angles) = r consider the RL of the uncompensated is j –j 2 poles Where |z0| < |p0|, and Kc, z0, and p0 are to be determined to satisfy the design criteria. First before we present the design procedure we consider the CE of compensated system Adding the lead compensation the root locus will shift the RL to the left. Suppose S1 is on the RL then θz – θp- 2θ1=-180 j θ1 θz θp The product of KKc can be considered as single gain parameter p0 z0 –j 2 poles

Analytical Phase Lead Design We can choose K=1 leaving 3 unknown. ao can be chosen arbitrarily For this procedure it is convenient to express lead compensator as ao can be chosen arbitrarily, a1 and a2 is computed using (7.53) from the reference book The object of the design is to choose a0, a1, and b1 such that given s1 That is we design the compensator places the pole at s1. Here we have 4 unknowns with only 2 equations (magnitude and angle).

Controller Design Using Computer The following material can be downloaded from http://www.engin.umich.edu/group/ctm/rlocus/rlocus.html Using computer the design will be much easier. MATLAB®, give a convenient way to design. Consider an open loop system which has a transfer function of Say our design criteria are 5% overshoot and 1 second rise time. First we have to draw the root locus using MATLAB® program: num=[1 7]; den=conv(conv([1 0],[1 5]),conv([1 15],[1 20])); rlocus(num,den) axis([-22 3 -15 15])

Controller Design Using Computer The program will produce the root locus chart as follows

Choosing a value of K from the root locus In our problem, we need an overshoot less than 5% (which means a damping ratio Zeta of greater than 0.7) and a rise time of 1 second (which means a natural frequency Wn greater than 1.8). Enter in the Matlab command window: zeta=0.7; Wn=1.8; sgrid(zeta, Wn) This command will give chart as follows

To meet the requirement the pole must be located in the shaded area. Note: the blue shaded area is added to the original chart for clarity