State Feedback Disturbance Controller Plant/Process Output u y S kr

Slides:



Advertisements
Similar presentations
PID Control Professor Walter W. Olson
Advertisements

Chapter 7: Steady-State Errors 1 ©2000, John Wiley & Sons, Inc. Nise/Control Systems Engineering, 3/e Chapter 7 Steady-State Errors.
President UniversityErwin SitompulModern Control 7/1 Dr.-Ing. Erwin Sitompul President University Lecture 7 Modern Control
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo State Feedback Disturbance Controller.
Stability Margins Professor Walter W. Olson
Root Locus Diagrams Professor Walter W. Olson
Bode Phase Plots Professor Walter W. Olson
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Lumped Parameter Systems.
Bode Magnitude Plots Constructed Bode Actual Bode
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Laplace Transforms.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo State Space Models Video: Diwheel.
PID Control -1 + Professor Walter W. Olson
Loop Shaping Professor Walter W. Olson
Feedback Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo.
Modeling Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo.
Exercise Exercise3.1 8 Exercise3.1 9 Exercise
Exercise Exercise Exercise Exercise
Exercise Exercise Exercise Exercise
Exercise Exercise6.1 7 Exercise6.1 8 Exercise6.1 9.
Process Control Computer Laboratory Dr. Emad M. Ali Chemical Engineering Department King SAUD University.
Euler Turbine Equation
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Loop Transfer Function Real Imaginary.
Linear Functions and Their Properties Section 4.1.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Solving ODE.
Control Design for Machines and Manufacturing Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo System Solutions Dc1c1 c2c2 c n-1 cncn.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Block Diagrams H(s) + - R(s) Y(s) E(s)
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Performance & Stability Analysis.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Transfer Functions.
赴国际水稻所访学情况汇报 长江大学农学院 邢丹英 2010 年 6 月. 学习目的 学习时间、地点 学习内容 学习收获 几点体会 汇报提纲.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo System Solutions y(t) t +++++… 11 22.
Lecture 3: Dynamic Models Spring: stores energy Damper: dissipates energy.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Observers/Estimators …  bnbn b n-1 b2b2.
P1 RJM 16/10/02EG1C2 Engineering Maths: Matrix Algebra Tutorial 6 Matrix Algebra - Tutorial 6 32.Find the eigenvalues and eigenvectors of the following.
Newton’s 2nd Law: Translational Motion
Using Partial Fraction Expansion
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Sensitivity.
1 ECE 1304 Introduction to Electrical and Computer Engineering Section 1.7 Linear Algebra with MATLAB.
ES 240: Scientific and Engineering Computation. Chapter 1 Chapter 1: Mathematical Modeling, Numerical Methods and Problem Solving Uchechukwu Ofoegbu Temple.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Linear Systems m k u x m k u x Fixed.
Engineering Relations from Second Law P M V Subbarao Professor Mechanical Engineering Department An Equation to Regulate Manufacturing Processes …..
1 Steady-State Error M. Sami Fadali Professor of Electrical Engineering University of Nevada.
Control Systems Engineering, Fourth Edition by Norman S. Nise Copyright © 2004 by John Wiley & Sons. All rights reserved. Table 7.1 Test waveforms for.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Lecture 27a: Problem Session.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Lecture 24a Problem Session.
State Space Models The state space model represents a physical system as n first order differential equations. This form is better suited for computer.
南水北调东线第一期工程山东段 情况简介. 主要汇报内容 二、南水北调山东段工程总体布置 三、山东段工程项目划分及工程主 要建设内容 一、南水北调东线工程概况 四、前期工作及工程建设进展情况 五、工程总投资.
Crystal Oscillator Circuit and Its Working
For field control with constant armature current
Control Systems Spring 2016 S. M. Umar Talha. Objectives  This course introduces the linear feedback control systems. This is a multidisciplinary course.
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.
Chapter 8 State Feedback and State Estimators State Estimator In previous section, we have discussed the state feedback, based on the assumption that all.
Lesson 13: Effects of Negative Feedback on System disturbances
Chapter 7: Steady state error analysis
CHAPTER 17 Process Costing.
Steady-State Errors System & Control Engineering Lab.
Problem Session Professor Walter W. Olson
Digital Control Systems (DCS)
Digital Control Systems (DCS)
MATLAB/SIMULINK Professor Walter W. Olson
המחלקה להנדסת חשמל ומחשבים תשע"ט (2019)
Modeling in the Time Domain
Controllability and Observability Of State Space
Application of Vehicle Controls ME5670
Chapter 8 State Feedback and State Estimators State Estimator In previous section, we have discussed the state feedback, based on the assumption that all.
Find the closed-loop transfer function in terms of Gİ.
USING ARRAYS IN MATLAB BUILT-IN MATH FUNCTIONS
Loop Transfer Function
Chapter 1 Introduction.
Presentation transcript:

State Feedback Disturbance Controller Plant/Process Output u y S kr x -K kr State Feedback Prefilter State Controller u Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo State Feedback

Exercise 1: Linearization

Exercise 1

Exercise 2: Steady State Value Compute the steady state response for the system below subject to a step input: m k b massless cart u x

Exercise 2: Steady State Value

Exercise 2: Steady State Values >> sys = ss(A,B,C,D) a = x1 x2 x1 0 1 x2 -0.6667 -0.1333 b = u1 x1 0.1333 x2 0.6489 c = x1 x2 y1 1 0 d = y1 0 Continuous-time state-space model. >> step(sys) From Matlab: >> A=[0 1;-k/m -b/m] A = 0 1.0000 -0.6667 -0.1333 >> B=[b/m;k/m-(b/m)^2] B = 0.1333 0.6489 >> C=[1,0] C = 1 0 >> D=0 D =

Exercise 3: Reachability Determine the Reachability of m k b massless cart u x

Exercise 3: Reachability

Exercise 4: State Feedback Design a state feedback controller that will move the eigenvalues from to for the purpose of reducing the amount of oscillation of the mass. m k b massless cart u x

Exercise 4: State Feedback

Exercise 4: State Feedback