Lecture 4: Important structures of simple systems 1.

Slides:



Advertisements
Similar presentations
ERT 210 Process Control & dynamics
Advertisements

Poles and Zeros Chapter 6 The dynamic behavior of a transfer function model can be characterized by the numerical value of its poles and zeros. Two equivalent.
Dynamic Behavior of Closed-Loop Control Systems
Lecture 3: Common Simple Dynamic Systems
Process Control: Designing Process and Control Systems for Dynamic Performance Chapter 6. Empirical Model Identification Copyright © Thomas Marlin 2013.
ERT 210 Process Control & dynamics
Chapter 3 Dynamic Modeling.
Chapter Summer 2. Comparator 3. Block Blocks in Series
Development of Empirical Models From Process Data
Dynamic Behavior and Stability of Closed-Loop Control Systems
Modeling & Simulation of Dynamic Systems
Chapter 11 Simulating Wireless Control. Simulate Parameter – Analog Input Block  The current or digital outputs of these transmitters and switches are.
Modeling & Simulation of Dynamic Systems
Review last lectures.
More General Transfer Function Models
Control System Instrumentation
Chapter 5 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 8. The PID Controller Copyright © Thomas Marlin 2013
PID Tuning and Controllability Sigurd Skogestad NTNU, Trondheim, Norway.
Control Loop Interaction
Transfer Functions Chapter 4
DYNAMIC BEHAVIOR AND STABILITY OF CLOSED-LOOP CONTROL SYSTEMS
Dynamic Response Characteristics of More Complicated Systems
Control System Instrumentation
DYNAMIC BEHAVIOR OF PROCESSES :
Feedback Controllers Chapter 7.
Block Diagram Manipulation
Ch2 Mathematical models of systems
Chapter 4 Dynamic Systems: Higher Order Processes Prof. Shi-Shang Jang National Tsing-Hua University Chemical Engineering Dept. Hsin Chu, Taiwan April,
Interacting vs. Noninteracting Systems
Chapter 4. Modelling and Analysis for Process Control
Process Control: Designing Process and Control Systems for Dynamic Performance Chapter 5. Typical Process Systems Copyright © Thomas Marlin 2013 The copyright.
Process Control: Designing Process and Control Systems for Dynamic Performance Chapter 10. Stability and Tuning Copyright © Thomas Marlin 2013 The copyright.
ERT 210/4 Process Control Hairul Nazirah bt Abdul Halim Office: CHAPTER 8 Feedback.
Chapter 8 Feedback Controllers 1. On-off Controllers Simple Cheap Used In residential heating and domestic refrigerators Limited use in process control.
Lecture 15: Introduction to Control
Chapter 3 Dynamic Response The Block Diagram Block diagram is a graphical tool to visualize the model of a system and evaluate the mathematical relationships.
Subsea Control and Communications Systems
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
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.
Signals and Systems Analysis NET 351 Instructor: Dr. Amer El-Khairy د. عامر الخيري.
Lecture 2: Linear Discrete Systems 1. Introduction The primary new component of discrete or digital systems is the notion of time discretization. No longer.
ERT 210/4 Process Control & Dynamics DYNAMIC BEHAVIOR OF PROCESSES :
Topics 1 Specific topics to be covered are: Discrete-time signals Z-transforms Sampling and reconstruction Aliasing and anti-aliasing filters Sampled-data.
Tier 2Modulo 15NAMP Process Control and Process Integration 1 Created at Universidad de Guanajuato & École Polytechnique de Montréal Module 15: Process.
Lecture 6: Thermal and Fluid System. Heat Flow.
1 Teaching Innovation - Entrepreneurial - Global The Centre for Technology Enabled Teaching & Learning, MGI, India DTEL DTEL (Department for Technology.
President UniversityErwin SitompulSMI 1/1 Dr.-Ing. Erwin Sitompul President University Lecture 1 System Modeling and Identification
Dr. Tamer Samy Gaafar Lec. 2 Transfer Functions & Block Diagrams.
Lecture 20 (parts A & B) First order circuit step response
Lecture 2: Mathematical Modeling Copyright © Thomas Marlin 2013 The copyright holder provides a royalty-free license for use of this material at non-profit.
Lecture 3: Common Dynamic Systems 1. Identify common dynamic elements:  First order  Integrating (Non self-regulatory)  Second order  Dead time Predict.
1 Chapter 6 Time Delays Time delays occur due to: 1.Fluid flow in a pipe 2.Transport of solid material (e.g., conveyor belt) 3.Chemical analysis -Sampling.
Chapter 3 : Simple Process Dynamics and Transfer Function
MISS. RAHIMAH BINTI OTHMAN
Chapter 11 1 ERT 210/4 Process Control CHAPTER 11 DYNAMIC BEHAVIOR AND STABILITY OF CLOSED-LOOP CONTROL SYSTEMS.
Lecture 5\6 Analysis in the time domain (I) —First-order system North China Electric Power University Sun Hairong.
Chapter 4 Dynamical Behavior of Processes Homework 6 Construct an s-Function model of the interacting tank-in-series system and compare its simulation.
Lesson 13: Effects of Negative Feedback on System disturbances
Lesson 20: Process Characteristics- 2nd Order Lag Process
Lesson 12: Transfer Functions In The Laplace Domain
Chapter 4 Dynamical Behavior of Processes Homework 6 Construct an s-Function model of the interacting tank-in-series system and compare its simulation.
Inverse Response Systems
Salman Bin Abdulaziz University
Automatic Control Theory CSE 322
Chapter 10 Optimal Control Homework 10 Consider again the control system as given before, described by Assuming the linear control law Determine the constants.
Control System Instrumentation
Control System Instrumentation
Overview of Control System
Interacting vs. Noninteracting Systems
Presentation transcript:

Lecture 4: Important structures of simple systems 1

Outline of the lesson. Important structures of simple systems - Series - Parallel - Recycle 2

When I complete this chapter, I want to be able to do the following. Derive the dynamics for important structures of simple dynamic systems Recognize the strong effects on process dynamics caused by process structures 3

Interacting Tanks-in-Series The following tanks are interacting: The output of the second tank (level h 2 ) affects the flow between tanks and hence affects the input of the same tank. Hence, this is called an interacting series. 4

Non-Interacting Tanks-in-Series The output from an element does not influence the input to the same element Common example is tanks in series with pumped flow in between. Block diagram as shown T G valve (s) G tank2 (s)G tank1 (s)G sensor (s) v(s)F 0 (s)T 1 (s)T 2 (s)T meas (s) 5

STRUCTURES OF PROCESS SYSTEMS NON-INTERACTING SERIES G valve (s) G tank2 (s)G tank1 (s)G sensor (s) v(s)F 0 (s)T 1 (s)T 2 (s)T meas (s) In general: With each element a first order system: overall gain is product of gains no longer first order system (becomes of higher-order ) slower than any single element 6

3.4. Higher-Order Processes are Slower The more tanks we have in a series, the longer we have to wait until the last tank “sees” the changes that we have made in the first one. Hence, the more tanks in the series, the more sluggish the response of the overall process. Processes that are products of first-order functions are also called multicapacity processes. 7

Numerical illustration Numerical calculation is used to illustrate that the resulting response becomes more sluggish. If we assume that all stages have the same time constant, then the whole system can be modeled as This particular case is not common in reality, but is a useful textbook illustration. Let us simulate this system for n=1,2,3,… 8

9 tau = 3; % Just an arbitrary time constant G = tf(1,[tau 1]); step(G); % First-order function unit-step response hold step(G*G); % Second-order response step(G*G*G); % Third-order response step(G*G*G*G); % Fourth-order response step(G*G*G*G*G); % Fifth-order response

Approximation of high-order processes with First-Order Process plus Dead Time (FOPDT) It is clear that, as n increases, the response becomes slower. If we ignore the “data” at small times, it looks like that some dead time occurs. For this reason, high-order processes can be usually approximated with first-order process plus dead-time (FOPDT) of the following form 10

Example 3.4 Find a simple first-order approximation of the following transfer function In this example, the dominant pole is at − 1 / 3, corresponding to the largest time constant at 3 (time unit). Accordingly, we may approximate the full-order function as where 1.6 is the sum of the smaller time constants 0.1, 0.5, and 1. 11

Example 3.4 The unit-step response of the full-order function and that of the FOPDT approximation are shown below. The approximation is reasonable when time is large enough when the pole at − 1 / 3 can indeed be considered as dominant. 12

STRUCTURES OF PROCESS SYSTEMS Class Exercise: Sketch the step response for the system below. 13

STRUCTURES OF PROCESS SYSTEMS Class Exercise: Sketch the step response for the system below DYNAMIC SIMULATION Time Controlled Variable Time Manipulated Variable 14

STRUCTURES OF PROCESS SYSTEMS Class Exercise: Sketch the step response for each of the systems below and compare the results. Case 1  = 2  = 2  = 2  = 2  = 2  = 1  = 2 &  = 2 Case 2 15

Two plants can have different intermediate variables and have the same input-output behavior! Step Case1 Case2 16

3.5. Effect of Zeros in Time Response As we know, the inherent dynamics is governed by the poles, but the zeros can impart finer “fingerprint” features by modifying the coefficients of each term in the time- domain solution. One common illustrations on the effects of zeros is the sum of two functions in parallel. 17

Transfer Functions in Parallel PARALLEL STRUCTURES result from more than one causal path, with different time constants, between the input and output. This can be a flow split, but it can be from other process relationships. G 1 (s) G 2 (s) U(s) Y(s) A  B  C Example process systems Block diagram 18

Transfer Functions in Parallel Assume that both elements are first order, then the overall model is We can combine the two terms to give the second-order function with a zero where 19

Example We will compare the response of three transfer functions: 20

Matlab code G1 = tf(1,conv([1 1],[2 1])); G2 = tf([3 1],conv([1 1],[2 1])); G3 = tf([-3 1],conv([1 1],[2 1])); step(G1) hold on step(G2) step(G3) 21

22 Which would be difficult/easy to control?

Conclusion on Parallel Structures PARALLEL STRUCTURES can experience complex dynamics due to the presence of zeros in the transfer function and this may be sometimes difficult to control. 23

STRUCTURES OF PROCESS SYSTEMS: RECYCLE STRUCTURES RECYCLE STRUCTURES result from recovery of material and energy. They are essential for profitable operation, but they strongly affect dynamics. RECYCLE can be considered analogous to a positive feedback mechanism. Hence, systems with recycle tends to have longer response times (large time constants) and also may cause instability. 24

RECYCLE STRUCTURES H 1 (s)G(s) H 2 (s) Y 0 (s) Y(s) 25 Class exercise: Determine the effect of recycle on the dynamics of the given chemical reactor (faster or slower?).

OVERVIEW OF PROCESS SYSTEMS Even simple elements can yield complex dynamics when combined in typical process structures. 26

Mason’s gain formula It is a powerful method to find the transfer function between two variables in a way that is easier than block diagram reduction. Mason’s gain formula gives the transfer function between two variables as Where the different terms are defined in the next slide. 27

28

Example Find the transfer function C/R in the following system. 29

30