Closed-Loop Transfer Functions

Slides:



Advertisements
Similar presentations
Dynamic Behavior of Closed-Loop Control Systems
Advertisements

Feedback loop (CV changes input) SP Controller Gc Plant Gp Sensor Gs E MV (Manipulated Variable CV Controlled Variable +-+- S.
ERT 210 Process Control & dynamics
CHE 185 – PROCESS CONTROL AND DYNAMICS
Dynamic Behavior of Closed-Loop Control Systems
Automation I. Introduction. transmitter actuator Structure of control system Process or plant Material flow sensorstransducers actuating units actuating.
Ratio Control Chapter 15.
CHAPTER V CONTROL SYSTEMS
Development of Dynamic Models Illustrative Example: A Blending Process
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
Chapter Summer 2. Comparator 3. Block Blocks in Series
Dynamic Behavior and Stability of Closed-Loop Control Systems
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
Dynamic Behavior and Stability of Closed-Loop Control Systems
Chapter 11 1 Closed-Loop Responses of Simple Control Systems In this section we consider the dynamic behavior of several elementary control problems for.
Chapter 11 Simulating Wireless Control. Simulate Parameter – Analog Input Block  The current or digital outputs of these transmitters and switches are.
Control System Instrumentation
Introduction to Process Control
Chapter 8. The PID Controller Copyright © Thomas Marlin 2013
THEORETICAL MODELS OF CHEMICAL PROCESSES
Introduction to Industrial Control Systems
CHAPTER IV INPUT-OUTPUT MODELS AND TRANSFER FUNCTIONS
CHAPTER II PROCESS DYNAMICS AND MATHEMATICAL MODELING
Anis Atikah Ahmad CHAPTER 11: Dynamic Behaviour & Stability of Closed-Loop Control Systems Anis Atikah Ahmad
INTRODUCTION TO CONTROL SYSTEMS
Transfer Functions Chapter 4
DYNAMIC BEHAVIOR AND STABILITY OF CLOSED-LOOP CONTROL SYSTEMS
Control System Instrumentation
Introduction to Process Control
What is Control System? To answer this question, we first have to understand what a system is Simon Hui Engineer Control and Informatics, Industrial Centre.
Interacting vs. Noninteracting Systems
DYNAMIC BEHAVIOR OF PROCESSES :
Chapter 2 Modeling Approaches  Physical/chemical (fundamental, global) Model structure by theoretical analysis  Material/energy balances  Heat, mass,
ERT 210/4 Process Control Hairul Nazirah bt Abdul Halim Office: CHAPTER 8 Feedback.
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
INSTRUMENTATION & CONTROL
CHAPTER VI BLOCK DIAGRAMS AND LINEARIZATION
ERT 210/4 Process Control & Dynamics DYNAMIC BEHAVIOR OF PROCESSES :
TRANSFER FUNCTION Prepared by Mrs. AZDUWIN KHASRI.
President UniversityErwin SitompulSMI 1/1 Dr.-Ing. Erwin Sitompul President University Lecture 1 System Modeling and Identification
1 Steady-State Error M. Sami Fadali Professor of Electrical Engineering University of Nevada.
Lecture 2: Mathematical Modeling Copyright © Thomas Marlin 2013 The copyright holder provides a royalty-free license for use of this material at non-profit.
Anis Atikah Ahmad CHAPTER 11: Dynamic Behaviour & Stability of Closed-Loop Control Systems Anis Atikah Ahmad
MISS. RAHIMAH BINTI OTHMAN
Chapter 11 1 ERT 210/4 Process Control CHAPTER 11 DYNAMIC BEHAVIOR AND STABILITY OF CLOSED-LOOP CONTROL SYSTEMS.
Multi-Variable Control
ERT 321 – Process Control & Dynamics Feedforward & Ratio Control Ms Anis Atikah Ahmad
SAL COLLEGE OF ENGINEERING
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
Control System Instrumentation
ERT 321 – Process Control & Dynamics Feedforward & Ratio Control
Chapter 1: Overview of Control
Transfer Functions Chapter 4
Controllers and Positioners
Workshop for Flipped Class
CHAPTER IV INPUT-OUTPUT MODELS AND TRANSFER FUNCTIONS
CHAPTER VI BLOCK DIAGRAMS AND LINEARIZATION
Dynamic Behavior and Stability of Closed-Loop Control Systems
Control System Instrumentation
Process Control Engineering
Control System Instrumentation
G1 and G2 are transfer functions and independent of the
Important Properties of Laplace Transforms
Introduction to Process Control
Modeling Approaches Chapter 2 Physical/chemical (fundamental, global)
Proportional Control and Disturbance Changes
Interacting vs. Noninteracting Systems
Control Systems Prof Swanson MECH 3550.
G1 and G2 are transfer functions and independent of the
Control Systems Prof Swanson MECH 3550.
Presentation transcript:

Closed-Loop Transfer Functions Introduction Stirred tank heating system Closed-loop block diagrams Closed-loop transfer functions Simulink example

Introduction Block diagrams Closed-loop transfer functions Convenient tool to represent closed-loop systems Also used to represent control systems in Simulink Closed-loop transfer functions Transfer function between any two signals in a closed-loop system Usually involve setpoint or disturbance as the closed-loop input and the controlled output as the closed-loop output Conveniently derived from block diagram Can be derived automatically in Simulink Used to analyze closed-loop stability and compute closed-loop responses

Stirred Tank Blending System Control objective Drive outlet composition (x) to setpoint (xsp) by manipulating pure stream flow rate (w2) despite disturbances in flow rate (w1) and composition (x1) of other feed stream Control system Measure x with composition analyzer (AT) Perform calculation with composition controller (AC) Convert controller output to pneumatic signal with current-pressure converter (I/P) to drive valve

Blending Process Model Mass balances for constant volume Linearized model Transfer function model

Control System Components Composition analyzer – assume first-order dynamics Controller – assume PI controller I/P converter – assume negligible dynamics

Control System Components cont. Control valve – assume first-order dynamics Entire blending system

Closed-Loop Block Diagrams Gp(s) – process transfer function Gd(s) – disturbance transfer function Gv(s) – valve transfer function Gc(s) – controller transfer function Gm(s) – measurement transfer function Km – measurement gain Y(s) – controlled output U(s) – manipulated input D(s) – disturbance input P(s) – controller output E(s) – error signal Ysp(s) – setpoint Ym(s) – measurement

Transfer Function for Setpoint Changes

Transfer Function for Disturbance Changes

Simultaneous Changes Principle of superposition Open-loop transfer function Obtained by multiplying all transfer functions in feedback loop

General Method Closed-loop transfer function Setpoint change Z = any variable in feedback system Zi = any input variable in feedback system Z and Zi Pf = product of all transfer functions between Z and Zi Pe = product of all transfer functions in feedback loop Setpoint change Disturbance change

Closed-Loop Transfer Function Example

Simulink Example >> gp=tf([6.37],[5 1]); >> kv=0.0103; >> kip=0.12; >> km=50; >> gc=tf([2.5 5],[0.5 0]); >> gcl=gp/(1+gc*kv*gp*km) Disturbance transfer function: 15.93 s^2 + 3.185 s ----------------------------------- 12.5 s^3 + 46.01 s^2 + 90.72 s + 16.4