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,

Slides:



Advertisements
Similar presentations
PID Controllers and PID tuning
Advertisements

Modern Control Systems (MCS)
Introductory Control Theory I400/B659: Intelligent robotics Kris Hauser.
Robotics Research Laboratory 1 Chapter 6 Design Using State-Space Methods.
Ch3 Feedback control system characteristics
Chapter 4: Basic Properties of Feedback
LECTURE#10 PID CONTROLLER
CHE 185 – PROCESS CONTROL AND DYNAMICS
A Typical Feedback System
Control System Design Based on Frequency Response Analysis
Controller Tuning: A Motivational Example
Process Control Instrumentation II
Prof. Wahied Gharieb Ali Abdelaal Faculty of Engineering Computer and Systems Engineering Department Master and Diploma Students CSE 502: Control Systems.
CHE 185 – PROCESS CONTROL AND DYNAMICS CONTROL LOOP ANALYSIS.
LECTURE#11 PID CONTROL AUTOMATION & ROBOTICS
Lecture 4: Basic Concepts in Control CS 344R: Robotics Benjamin Kuipers.
PID Feedback Controllers PID 反馈控制器
Proportional/Integral/Derivative Control
CIS 540 Principles of Embedded Computation Spring Instructor: Rajeev Alur
Asymptotic Techniques
Introduction to estimation theory Seoul Nat’l Univ.
A Shaft Sensorless Control for PMSM Using Direct Neural Network Adaptive Observer Authors: Guo Qingding Luo Ruifu Wang Limei IEEE IECON 22 nd International.
Book Adaptive control -astrom and witten mark
A Typical Feedback System
Ch. 9 Application to Control. 9.1 Introduction to Control Consider a causal linear time-invariant system with input x(t) and output y(t). Y(s) = Gp(s)X(s)
Chapter 8 Model Based Control Using Wireless Transmitter.
CS 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Feedback Control.
20/10/2009 IVR Herrmann IVR:Control Theory OVERVIEW Control problems Kinematics Examples of control in a physical system A simple approach to kinematic.
Fuzzy Logic Control of Blood Pressure During Anesthesia
Introduction to ROBOTICS
Model Reference Adaptive Control (MRAC). MRAS The Model-Reference Adaptive system (MRAS) was originally proposed to solve a problem in which the performance.
PID Controller Design and
Control Systems and Adaptive Process. Design, and control methods and strategies 1.
Introductory Control Theory. Control Theory The use of feedback to regulate a signal Controller Plant Desired signal x d Signal x Control input u Error.
Feedback Control system
University of Virginia PID Controllers Jack Stankovic University of Virginia Spring 2015.
MESB374 System Modeling and Analysis PID Controller Design
NONLINEAR ADAPTIVE CONTROL RICCARDO MARINO UNIVERSITA DI ROMA TOR VERGATA.
PID CONTROLLERS By Harshal Inamdar.
Chapter 8 Feedback Controllers 1. On-off Controllers Simple Cheap Used In residential heating and domestic refrigerators Limited use in process control.
Control systems KON-C2004 Mechatronics Basics Tapio Lantela, Nov 5th, 2015.
ME 431 System Dynamics Dept of Mechanical Engineering.
Lecture 25: Implementation Complicating factors Control design without a model Implementation of control algorithms ME 431, Lecture 25.
Digital Control CSE 421.
Chapter 5 Dynamics and Regulation of Low-order Systems
Features of PID Controllers
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.
Feedback Controllers Chapter 8
SKEE 3143 Control Systems Design Chapter 2 – PID Controllers Design
1 PID Feedback Controllers PID 反馈控制器 Dai Lian-kui Shen Guo-jiang Institute of Industrial Control, Zhejiang University.
A PID Neural Network Controller
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
Feedback Control System THE ROOT-LOCUS DESIGN METHOD Dr.-Ing. Erwin Sitompul Chapter 5
Process Control. Feedback control y sp = set point (target value) y = measured value The process information (y) is fed back to the controller The objective.
EEN-E1040 Measurement and Control of Energy Systems Control I: Control, processes, PID controllers and PID tuning Nov 3rd 2016 If not marked otherwise,
Control Systems EE 4314 Lecture 12 March 17, 2015
Presentation at NI Day April 2010 Lillestrøm, Norway
Ch3 Feedback control system characteristics
PID Controllers Jordan smallwood.
Digital Control Systems
PID Controller.
Basic Design of PID Controller
Controller Tuning: A Motivational Example
Process Control Engineering
Features of PID Controllers
Dynamical Systems Basics
PID Controller Design and
The Design of Feedback Control Systems
The Frequency-Response Design Method
Presentation transcript:

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, which controls the plant The measurement system, which is needed for feedback control

Control Aim of control: making the plant respond to inputs in a desired manner. In a regulator-type control system the objective is to maintain the output at a desired (constant) value. In a servomechanism-type control system the objective is for the output to follow a desired trajectory.

Types of Feedback Control Systems Linear versus Nonlinear Control Time-Invariant vs Time-Varying Continuous vs Discrete

Open Loop Control If the plant is stable and is completely and accurately known, and if the inputs to the plant from the controller can be generated and applied accurately, accurate control will be possible even without feedback control. In this case the measurement system is not needed (or at least not needed for feedback) and thus we have an open-loop control system

Control System Specifications

Performance Parameters

Conventional Control Methods Proportional Integral Derivative Control Nonlinear Feedback Control Adaptive Control Sliding Mode Control Linear Quadratic Control H-Infinity Control

Proportional (P) Control Using both the direction and the magnitude of the error allows the control system to respond in proportion to the error, and thus compensate for it more effectively. A proportional controller has an output o proportional to its input e : o = K p * e where K p is a proportionality constant.

Gains Incorrect gain values will cause the system to undershoot or overshoot, i.e., not reach or go beyond the desired state. If a system cannot correct its gain incrementally, and it overshoots, it will do so repeatedly, resulting in oscillations. We use the term damping for systematically decreasing oscillations. A system is properly damped if it does not oscillate out of control

Derivative (D) Control Setting gains is difficult, and simply increasing the proportional gain does not remove oscillatory problems in a control system. While at low values this may work, as the gain increases, the system's oscillations increase. The basic problem has to do with the distance from the set point/desired state: when the system is close to the desired state, it needs to be controlled differently than when it is far from it. A derivative controller has an output o proportional to the derivative of its input e : o = K d * de/dt where K d is a proportionality constant.

Integral (I) Control This type of a system observes repeatable fixed steady state errors. It integrates them over time, and when they reach a threshold, moves the system in a direction to compensate for the errors. An integral controller has an output o proportional to the integral of its input e : o = K i * ∫ ∫ e(t)dt where K i is a proportionality constant.

Proportional-Integral-Derivative Servo Control

Characteristics of PID Control

Nonlinear Feedback Control Simple linear servo control is inadequate for transient and high speed operation of complex plants. Nonlinearities and dynamic coupling must be compensated faster than the control bandwidth. One method is feedback linearization.

Model-Based Nonlinear Feedback Control System

Adaptive Control A feedback control system in which the values of some or all of the control parameters are modified (adapted) during system operation on the basis of some performance measure when the output requirements are not satisfied.

Model Reference Adaptive Control The same reference input applied to the plant is applied to the model. The difference between the response of the physical system and the output from the model is the error. The ideal objective is to make this error zero at all times. The reference model is an idealized model which generates a desired response at least in an asymptotic manner.

Sliding Mode Control

Linear Quadratic Gaussian Control An optimal control technique intended for linear systems with random input disturbances and output (measurement) noise

H-Infinity Control

Evaluation of Conventional Control Methods Advantages When the values of the controller parameters are known, the control signals are generated exactly. When the underlying assumptions are satisfied, many of these methods provide good stability, robustness to model uncertainties and disturbances, and speed of response. Disadvantages: The control algorithms are ''hard'' or “inflexible'' and cannot generally handle "soft'' intelligent control which may involve reasoning and inference making using incomplete, vague, not-crisp, and qualitative information, and learning and self-organization through past experience and knowledge.