ME 431 System Dynamics Dept of Mechanical Engineering.

Slides:



Advertisements
Similar presentations
First Order Systems: Dynamic Systems ISAT 300 Spring 1999.
Advertisements

Introductory Control Theory I400/B659: Intelligent robotics Kris Hauser.
Automation I. Introduction. transmitter actuator Structure of control system Process or plant Material flow sensorstransducers actuating units actuating.
Lect.3 Modeling in The Time Domain Basil Hamed
Digital Control Systems INTRODUCTION. Introduction What is a control system? Objective: To make the system OUTPUT and the desired REFERENCE as close as.
Lecture 8B Frequency Response
A Typical Feedback System
280 SYSTEM IDENTIFICATION The System Identification Problem is to estimate a model of a system based on input-output data. Basic Configuration continuous.
ME 746 Spring Dynamic Models Differential Equations in State-Variable Form.
Process Control Instrumentation II
Feedback Control Systems (FCS)
ECE Introduction to Control Systems -
Control Systems.
Viscously Damped Free Vibration. Viscous damping force is expressed by the equation where c is a constant of proportionality. Symbolically. it is designated.
5.7 Impulse Functions In some applications, it is necessary to deal with phenomena of an impulsive nature—for example, voltages or forces of large magnitude.
CIS 540 Principles of Embedded Computation Spring Instructor: Rajeev Alur
ENGR-43_Lec-04b_2nd_Order_Ckts.pptx 1 Bruce Mayer, PE Engineering-43: Engineering Circuit Analysis Bruce Mayer, PE Registered.
Asymptotic Techniques
Autumn 2008 EEE8013 Revision lecture 1 Ordinary Differential Equations.
Automatic Control Theory-
1 Chapter 2 We need to write differential equations representing the system or subsystem. Then write the Laplace transform of the system. Then we will.
Ch. 6 Single Variable Control
System & Control Control theory is an interdisciplinary branch of engineering and mathematics, that deals with the behavior of dynamical systems. The desired.
INTRODUCTION TO CONTROL SYSTEMS
Lynbrook Robotics Team, FIRST 846 Control System Miniseries - Lecture 2 05/22/2012.
Unit 5: Feedback and control theory An Introduction to Mechanical Engineering: Part Two Feedback and control theory Learning summary By the end of this.
Chapter 3 mathematical Modeling of Dynamic Systems
ENT364/4 – Control System Sazali Yaacob BEng(Malaya), MSc(Surrey), PhD(Sheffield) Chartered Engineer, CEng (United Kingdom) Member Institute of Engineers.
20/10/2009 IVR Herrmann IVR:Control Theory OVERVIEW Control problems Kinematics Examples of control in a physical system A simple approach to kinematic.
Signals and Systems 1 Lecture 8 Dr. Ali. A. Jalali September 6, 2002.
Low Level Control. Control System Components The main components of a control system are The plant, or the process that is being controlled The controller,
Control of Robot Manipulators
Mechanical Engineering Department Automatic Control Dr. Talal Mandourah 1 Lecture 1 Automatic Control Applications: Missile control Behavior control Aircraft.
بسم الله الرحمن الرحيم Advanced Control Lecture one Mohammad Ali Fanaei Dept. of Chemical Engineering Ferdowsi University of Mashhad Reference: Smith &
Feedback Control system
University of Virginia PID Controllers Jack Stankovic University of Virginia Spring 2015.
Lecture 15: Introduction to Control
1 Introduction to Control System CHAPTER 1. 2   Basic terminologies.   Open-loop and closed-loop.   Block diagrams.   Control structure. . 
Lecture 5: Transfer Functions and Block Diagrams
Lecture 25: Implementation Complicating factors Control design without a model Implementation of control algorithms ME 431, Lecture 25.
Lecture 12: First-Order Systems
بسم الله الرحمن الرحيم Islamic University of Gaza Electrical Engineering Department.
Subsea Control and Communications Systems
Digital Control CSE 421.
Chapter 5 Dynamics and Regulation of Low-order Systems
Lecture 16: Introduction to Control (Part II)
ECE 576 – Power System Dynamics and Stability Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
Introduction Control Engineering Kim, Do Wan HANBAT NATIONAL UNIVERSITY.
Control Engineering. Introduction What we will discuss in this introduction: – What is control engineering? – What are the main types of control systems?
Class 3 Linear System Solution Using the Laplace Transform
1 PID Feedback Controllers PID 反馈控制器 Dai Lian-kui Shen Guo-jiang Institute of Industrial Control, Zhejiang University.
ABE425 Engineering Measurement Systems ABE425 Engineering Measurement Systems PID Control Dr. Tony E. Grift Dept. of Agricultural & Biological Engineering.
Modelling & Simulation of Semiconductor Devices Lecture 1 & 2 Introduction to Modelling & Simulation.
BASIC CONCEPTS OF CONTROL SYSTEM SEM :- V CONTROL ENGINEERING ENROLLMENT NO: GUIDED BY PROF. S.P.PATEL.
CIS 540 Principles of Embedded Computation Spring Instructor: Rajeev Alur
1 College of Communication Engineering Undergraduate Course: Signals and Linear Systems Lecturer: Kunbao CAI.
Introduction to control systems
بسم الله الرحمن الرحيم وبه نستعين
Chapter 1: Overview of Control
Laplace Transforms Chapter 3 Standard notation in dynamics and control
Control Systems EE 4314 Lecture 12 March 17, 2015
Chapter 7 The Root Locus Method The root-locus method is a powerful tool for designing and analyzing feedback control systems The Root Locus Concept The.
Time Domain and Frequency Domain Analysis
ECE 382. Feedback Systems Analysis and Design
Digital Control Systems
Linear Control Systems
Islamic University of Gaza Faculty of Engineering
Overview of Control System
CONTROL SYSTEM AN INTRODUCTION.
IntroductionLecture 1: Basic Ideas & Terminology
Presentation transcript:

ME 431 System Dynamics Dept of Mechanical Engineering

Lecture 1: Overview and Intro Introduction to the control system design process Control system example open loop vs. closed loop Introduction to modeling Solving differential equations Free response Forced response ME 431 Lecture 1 2

Control System Design Process ME 431 Lecture 1 3 Translate Plant Design (and Construction) ModelAnalyze Controller Design customer input / gov’t regulations eng specs physical system diagrams math behavior control system purpose of models analysis design verification types of models physical vs. empirical mathematical graphical types of analysis time domain frequency domain simulation hardware in the loop (HIL) types of control supervisory logic control on/off control P, PI, PD, PID advanced techniques

Control System Example Cruise Control Example ME 431 Lecture 1 4 Control Algorithm EngineCar desired speed throttle angle (voltage) force actual speed

Open-loop Control [feedforward] ME 431 Lecture disadvantages sensitive to errors in model sensitive to disturbances needs periodic recalibration advantages simple to design inexpensive doesn’t affect stability fast response wind force, gravity force Control Algorithm EngineCar throttle angle (voltage) force actual speed desired speed

Closed-loop Control [feedback] ME 431 Lecture 1 6 disadvantages extra complexity extra cost can affect stability can be slow to respond advantages robust to errors in model robust to disturbances + - wind force, gravity force Control Algorithm EngineCar throttle angle (voltage) force actual speed Speedometer + - measured speed RE D UY CONTROLLERACTUATORPLANT SENSOR desired speed

Introduction to Modeling A model is an abstraction of the physical world Used for analysis and design, possibly before physical system exists Can be obtained from first principles or experimentally Purpose determines level of abstraction, form Complex enough, but no more ME 431 Lecture 1 7

Model Derivation From first principles Use physical laws to derive models Provides understanding Can use empirical data to determine parameters, validate model ME 431 Lecture 1 8

Model Derivation From empirical data Feed a known input and observe output, fit model to data Good for complicated systems (IC engine, battery) Good for black-box systems (driver model) Does not provide intuition, can’t be widely applied ME 431 Lecture 1 9 SYSTEM

Complexity Depends on Purpose Design/analysis model: simpler Simple enough to generate closed-form solution Less accurate, but provides intuition ME 431 Lecture 1 10

Complexity Depends on Purpose Simulation model: more accurate

Static vs. Dynamic Systems Static Systems Output is determined only by the current input, reacts instantaneously Relationship does not change (it is static!) Relationship is represented by an algebraic equation Dynamic Systems Output takes time to react Relationship changes with time, depends on past inputs and initial conditions (it is dynamic!) Relationship is represented by a differential equation ME 431 Lecture 1 12 SYSTEM inputoutput

Static vs. Dynamic Systems Motor from a Dynamic ViewpointMotor from a Static Viewpoint ME 431 Lecture 1 13 speed torque T T stall e a1 e a2   no-load

Solving Differential Equations Homogenous differential equations Righthand side of equation equals 0 Represents free response of system Solution consists of exponentials where exponents are roots of the characteristic eq. ME 431 Lecture 1 14

Solving Differential Equations Homogenous differential equations For the above, the characteristic equation is Roots can be found from the quadratic formula ME 431 Lecture 1 15

Solving Differential Equations Recalling that If the roots are completely real, then the solution is exponential If all negative, stable If any positive, unstable ME 431 Lecture 1 16 time displacement, x

Solving Differential Equations If the roots are complex, then can rewrite in sines and cosines using Euler’s identity: Therefore, ME 431 Lecture 1 17

Solving Differential Equations Above follows when have complex roots of char. eq. real part = rate of decay (growth) imag part = freq of oscillation ME 431 Lecture 1 18

Solving Differential Equations Forced differential equations Solution consists of two parts ME 431 Lecture 1 19 x h is the homogenous solution - same form as before, natural response of system x p is the particular solution - generally same form as F(t), due to the input

Example has a solution of the form where the homogenous portion dies out (transient) the particular portion remains (steady state) xh(t)xh(t)xp(t)xp(t)

Example Consider other types of forcing functions:

Example Find the solution x(t) for

Example Find the solution x(t) for

Example (continued)