Recovering from a Gradual Degradation in MPC Performance

Size: px
Start display at page:

Download "Recovering from a Gradual Degradation in MPC Performance"

Transcription

1 Preprints of the The International Federation of Automatic Control Furama Riverfront, Singapore, July 1-13, 212 Recovering from a Gradual Degradation in MPC Performance Mohammed Jimoh*, John Howell** *School of Engineering, College of Science and Engineering, James Watt South Building, University of Glasgow, Glasgow G12 8 QQ, UK. ( m.jimoh.1@research.gla.ac.uk) **School of Engineering, College of Science and Engineering, James Watt South Building, University of Glasgow, Glasgow G12 8 QQ, UK. (Tel: +44() ; John.Howell@Glasgow.ac.uk) Abstract: Anecdotal evidence suggests that Model Predictive Control (MPC) performance sometimes deteriorates in commercially operated plants. When deterioration occurs, the operators are sometimes quick to switch off the MPC. Given the significant benefits of MPC, it is important that means should be fashioned to exploit its full potential when these events arise. In this paper a situation is hypothesised in which a CSTR operator has been sold a MPC, which subsequently begins to perform badly. The situation is examined to discover a suitable, acceptable recovery path. Keywords: model predictive control, supervisory control, prediction horizon, control horizon 1. INTRODUCTION There is anecdotal evidence to suggest that Model Predictive Control (MPC) performance sometimes deteriorates in commercially operated process plants (Huang et al 2). The MPC is commissioned by specialist engineers who visit the plant to set-up the MPC. Sometime later, the operators start to observe difficulties. Again anecdotal evidence suggests that this deterioration sometimes derives from actual shift operators interfering with MPC settings (i.e. because they know better). However stories also allude to process drift or to operating at points removed from that at which the MPC was commissioned. Whatever the cause, in all circumstances a key question for the operators is to decide whether there is a preferable MPC configuration, whether they themselves can return the MPC performance to previous levels, whether they require specialist support, or whether they should simply switch the MPC off. The scenarios described here may seem very obvious or even trivial to seasoned MPC engineers, yet anecdotal evidence of such occurrences abound. This paper is part of a wider study to develop a recipe for MPC maintenance, to help the operators diagnose and recover from reported MPC problems such as wrong CV and MV selection, wrong regulatory configurations, process drifts, and effects of measured and unmeasured disturbances, amongst others. MPC is an advanced form of control that is mostly used in process industries. Its practical implementations and the underlying principles and designs have been widely presented and discussed. The design of step response MPC (Seborg et al 24), transfer function MPC (Maciejowski 22) and state space MPC (Maciejowski 22, Wang 29) are among many publications on MPC design. Nikolaou (21) provides a detailed synthesis of theory and industrial needs of MPC. The industrial applications of MPC are also reported in Froisy (1994), Qin & Badgwell (23), and Gao et al (23). A Continuous Stirred Thermal Reactor (CSTR) based investigation is described here, which attempts to draw out some of these issues. The CSTR itself is just a vehicle to explore ideas. A situation is hypothesised here in which a CSTR operator has been sold a MPC, which subsequently begins to perform badly. Taken from Luyben (199), the CSTR in question has particularly difficult properties, because it is open-loop unstable. In essence, the MPC as configured should never have been sold. The aim is to help the operator reach this conclusion, and choose a more suitable configuration. For convenience this study has been carried out using MATLAB s SIMULINK (version 7.5) and Model Predictive Control (Version 3.2) toolboxes, although clearly the actual MPC would be implemented on the plant using a commercial control product. Such toolboxes are grey in their transparency, and at this stage the authors are unclear as to whether their diagnostic recipe could be applied using these tools. The next section gives the basic MPC algorithm, the description of the CSTR process and dynamics, an overview of the installed MPC configuration, and the nature of degradation that is envisioned. In section 3 the diagnosis and recovery strategies are given. The final section gives conclusions arising from the study. IFAC, 212. All rights reserved. 679

2 Furama Riverfront, Singapore, July 1-13, THE PROCESS AND ITS CONTROL The process involved in a CSTR is non-linear, multivariable and highly coupled. A description of the process flow, its dynamics and the basic MPC algorithm is given in this section. 2.1 The Process The CSTR has an impeller that continuously stirs the reactant to ensure perfect mixing (figure 1). The reaction in the CSTR is non-isothermal, is irreversible and exothermic. The exothermic reaction occurs at an appropriate temperature T hence the use of a controller is vital. The reactant feed is introduced to the reaction tank at a flowrate of F, with feed temperature T and feed concentration C A. FO, CA, T Fj, Tj Tj V2 V, T, CA Fig. 1: Flow diagram of the CSTR unit The set of nonlinear differential equations used to describe the non-isothermal CSTR are given in equations 1 to 4. The nominal steady-state values as well as the parameter values are shown in table 1. The equations and the values are taken from Luyben (199). V Fj F...(1)...(2)...(3) Table 1: Variables and parameter values of the CSTR model Symbol Description and units Nominal values F Reaction Product flowrate ( /h) 4. F j Cooling water flow rate () 49.9 F Fresh Feed Flow rate () 4. C A Fresh Feed concentration.5 (Ib.mol A/ ) T Ambient Temperature ( o R) 53. V Reactor holdup volume ( ) 48. C A Reaction product concentration.245 (Ib.mol A/ ) T Reactor absolute Temperature ( o R) 6. T j Cooling water temperature ( o R) T jo Cooling water initial temperature ( o R) 53. V j Cooling water volume ( ) 3.85 E Activation Energy (Btu/Ib.mol) 3,. U Overall heat transfer coefficient 1. (Btu/h ft 2 o R) C p Heat capacity of process liquid.75 (Btu/Ibm o R) ρ Density of process liquid (Ibm/ ). α Frequency factor (h -1 ) 7.8x1 1 R Universal gas constant (Btu/Ib mol 1.99 A h Heat transfer area (ft 2 ) 2. λ. Heat of reaction (Btu/Ib mol) - 3,. C j Heat capacity of cooling liquid 1. (Btu/Ibm o R) ρj Density of cooling water (Ib/ ) MPC Control Algorithm The model in the MPC is obtained by linearizing the stabilised CSTR SIMULINK model, at nominal values of V set and Tj set (48 and o R respectively). The state space linear model is written as:...(5)...(6) Propagating the prediction for P steps ahead from the current kth sampling time is performed by:...(4) 2.2 The CSTR Dynamics At its nominal operating point, the open loop process has one pole at the origin (resulting in the integrating loop F - V) and another in the right half plane. The steady-state operating point of table 1 cannot be maintained with open loop control. In open loop simulation, the reaction essentially stops; product concentration tends to (feed concentration) and the reactor temperature T drops. It is obvious that without the use of controllers, the reactor volume (V) will either overflow or dry up unless F is controlled, and the desired product concentration will not be unachieved. (7) 68

3 Furama Riverfront, Singapore, July 1-13, 212 The quadratic cost function to be solved optimally at every kth step is given by: (8) The unconstrained solution of the cost function is given as: (9) where (1) In the equations above, P is the prediction horizon, M is the control horizon, and r is the vector of set-point at kth step. Advanced MPC incorporates features for handling measured disturbances, blocking, state estimation and constraints, amongst others. 2.4 The installed MPC The CSTR was stabilised by using two PI controllers. The first is a PI level controller LC that is used to control the volume V of reactant in the tank by manipulating the flow rate of reactant product F. The other is a temperature controller TC used to control the temperature Tj of the cooling jacket by manipulating the flow rate Fj of coolant. The PI controller settings are shown in table 2. Table 2: PI settings for the stabilizing controller Loop Proportional Gain Integral TC F-V -5 2 Fj-Tj -1 2 Fig. 2: MPC as supervisory controller on a CSTR The configured MPC was tested by applying small perturbations to the disturbance inputs (figure 3), while step changing set-points. As can be seen in Figures 4 and 5, the controlled variables V and C A performed very well Perturbations in Feed flowrate (F) Perturbations in Feed Concentration (CA) It is assumed that a supervisory MPC was implemented on the stabilised plant using MVs V set and Tj set and CVs V and C A, and with MPC parameters given in table 3. The work of Grosdidier et al (1993) shows how the model of MPC as supervisory controller may be obtained. The constraints on V set and Tj set are hard and for safety reasons are not allowed to drift far from their nominal values. Table 3: MPC Simulation Parameters for CSTR control Name Symbol Value Sampling Interval Ts.1 hr Prediction P 3 Horizon Control Horizon M 3 Input weights iw [, ] Output weights ow [1, 1] Constraint on Vset Constraint on Tjset The MPC supervisory configuration setting is shown in figure 2. ib.mol A/ R Perturbations in Feed Temperature (T) -5 Fig. 3: Trend of perturbations in disturbance inputs Figure 4 shows that the MPC controller is able to make the two CVs track the set points even in the presence of perturbations in the disturbance inputs. Figure 5 shows the trend of the manipulated variables from the MPC and the PI controllers. The MV responsible for controlling the variable C A is Fj. 681

4 ib.mol A/ Furama Riverfront, Singapore, July 1-13, Volume (V) Concentration (CA) might also be operated at a point away from its nominal values and disturbances might differ from those observed at testing. These factors may cause the MPC to degrade drastically and become immune to correction via tuning by the plant operators. A situation is envisioned here where the heat transfer coefficient U is reduced by 2% (from 1 to 12 Btu/h ft 2 o R), while the plant is subjected to perturbations in the disturbance inputs higher than those observed at commissioning (figure 6). As can be seen in figures 7 and 8 the plant s performance degrades sharply and the MPC no longer keeps the product concentration at the set point. The plant becomes unstable and the MPC breaks down Perturbations in Feed flowrate (F) Fig. 4: Trends of reference and controlled V and CA Vset (MPC MV1).1 Perturbations in Feed Concentration (CA) ib.mol A/ Tjset (MPC MV2) 4 Perturbations in Feed Temperature (T) R F (PI output1) R Fig. 5: Trends of manipulated inputs (MPC and PI outputs) 2.5 Process Degradation Fj (PI output2) Process drift may occur when process parameters such as heat transfer coefficients (U) change over time. For example material might build-up on the surface of the jacket, reducing the overall heat transfer coefficient significantly. The plant Fig.6: Trend of perturbations in disturbance inputs 3.1 Diagnosis 3. DIAGNOSIS AND RECOVERY When faced with this situation, the operator might embark on a series of checks. a) Check the effect of changing MPC parameters such as manipulated variable weights, prediction and control horizons on the performance. b) Check cases of limit violations on the controlled variables. c) Check the performance of the PI controllers. The well-supported operator might have computer tools: for instance controlled variable limit violations can be diagnosed from the plots of the MV and CV Lp targets (Jiang et al, 212). These plots can also help to reveal possible problems in the performance of PI controllers. 682

5 ib.mol A/ Furama Riverfront, Singapore, July 1-13, Volume (V) Concentration (CA) d) Check whether the correct variables (MVs and CVs) are used in the MPC design A useful aid in doing this might be a small computer simulation of the model incorporated into the MPC. We imagine that the operator has this: Figure 9 shows model step response plots. These might help to confirm his understanding that C A is highly correlated and coupled with T and Tj. It also shows that the steady-state gains of T and Tj are much higher than that of C A. The combination of the two factors implies that T and Tj are much highly affected by changes in Fj compared with effect of Fj on C A. It also implies that C A is dependent on T or Tj, and that it is sufficient that by controlling any of them, C A is also controlled. A second useful aid might now be a computer simulation of the MPC: the operator might experiment with switching CVs, and in doing this the operator might find that performance is now improved..5 Fig. 7: Trends of reference and controlled V and CA for the degraded performance 55 Vset (MPC MV1) Tjset (MPC MV2) R F (PI output1) Fj (PI output2) Fig. 8: Trends of manipulated inputs (MPC and PI outputs) for the degraded performance Changes in the MV weights and in the prediction and control horizon values did not improve the performance. Also from the simulation plots, there are no cases of constraint violation. Although the operator would not be an expert modeller, it is quite likely that he would understand the workings of his plant. It is quite possible that he would question the MPC structure: Fig. 9: Step response plots for the CSTR MPC model 3.2 Recovery In light of the above diagnosis, the proposed recovery involves that T is used as a CV instead of CA, while still maintaining the initial PI configurations. The objective function in the optimisation level can be programmed to set the reference temperature (Tref) to values corresponding to the required CA values. The trends from the implementation of the proposed MPC configuration are shown in figures 1 and Alternatives Clearly, the MPC dynamic model differed from the plant model in this particular scenario. Both vendors and theoreticians might therefore add e) check the quality of the MPC dynamic model. 683

6 Model quality evaluation requires expert revalidation since this may involve obtaining open-loop data with pseudorandom binary excitation (PRBS) and/or data sampled under routine operation (Huang et al 2). Such activities are costly, which is perhaps why operators might choose to switch off the MPC instead. Again operator access to a simulation tool might encourage them to open up a dialogue with vendors once more. ib.mol A/ Fig.11 Trends of V and T for the corrected performance R Furama Riverfront, Singapore, July 1-13, 212 R Concentration (CA) Temperature (T) Vset (MPC MV1) 59 4 Tjset (MPC MV2) 3 1 F (PI output1) Fj (PI output2) CONCLUSIONS The simulation results show that some degradation in MPC performance can be caused by choices made during the design stage. Even when using MPV as supervisory controller for lower level PI controllers, the choice of CV is very important. Whilst this is somewhat obvious to seasoned MPC engineers, it may be unclear to most plant operators. In situations where the design of the MPC allows the operator to select what variables to include as CV, the knowledge of information presented in step response plots allow them to make informed decisions. ACKNOWLEDGEMENT Mohammed Jimoh wishes to acknowledge the support and funding of the PETROLEUM TECHNOLOGY DEVELOPMENT FUND (PTDF), Nigeria, for this work REFERENCES Froisy, J. B. (1994). Model Predictive Control: Past, Present and Future. ISA Transactions, volume (33), pp Gao, J. et al (23). Performance Evaluation of Two Industrial MPC Controllers. Control Engineering Practice, volume (11), pp Grosdidier P. et al (1993). FCC Unit Reactor-Regenerator Control. Computer Chemical Engineering, volume (17), No 2, pp Huang, B., et al (2). An Investigation into the Poor Performance of a Model Predictive Control System on An Industrial CGO Coker. Control Engineering Practice, volume (8), pp Jiang H. Et al (212). Model analysis and performance analysis of two industrial MPCs. Control Engineering Practice, vol. 2, pp Luyben, W. L. (199). Process Modelling, Simulation and Control for Chemical Engineers, McGraw-Hill Publishing Company, New York. Maciejowski, J. M. (22). Predictive Control with Constraints, Peason Education Limited, England. Nikolaou, M. (21). Model Predictive Controllers: A Critical Synthesis of theory and industrial needs Control Engineering Practice, volume (26), pp Qin, S. J. & Badgwell, T. A. (23). A Survey of Industrial Model Predictive Control Technology. Control Engineering Practice, volume (11), pp Seborg, D. E. et al (24). Process Dynamics and Control, John Wiley and Sons Inc., USA. Wang, L. (29). Model predictive Control System Design and Implementation Using Matlab, Springer-Verlag Publishing, London, UK Fig. 12: Trends of manipulated inputs (MPC and PI outputs) for corrected performance 684

H-Infinity Controller Design for a Continuous Stirred Tank Reactor

H-Infinity Controller Design for a Continuous Stirred Tank Reactor International Journal of Electronic and Electrical Engineering. ISSN 974-2174 Volume 7, Number 8 (214), pp. 767-772 International Research Publication House http://www.irphouse.com H-Infinity Controller

More information

CONTROL OF MULTIVARIABLE PROCESSES

CONTROL OF MULTIVARIABLE PROCESSES Process plants ( or complex experiments) have many variables that must be controlled. The engineer must. Provide the needed sensors 2. Provide adequate manipulated variables 3. Decide how the CVs and MVs

More information

CONTROLLER PERFORMANCE ASSESSMENT IN SET POINT TRACKING AND REGULATORY CONTROL

CONTROLLER PERFORMANCE ASSESSMENT IN SET POINT TRACKING AND REGULATORY CONTROL ADCHEM 2, Pisa Italy June 14-16 th 2 CONTROLLER PERFORMANCE ASSESSMENT IN SET POINT TRACKING AND REGULATORY CONTROL N.F. Thornhill *, S.L. Shah + and B. Huang + * Department of Electronic and Electrical

More information

arxiv: v1 [cs.sy] 2 Oct 2018

arxiv: v1 [cs.sy] 2 Oct 2018 Non-linear Model Predictive Control of Conically Shaped Liquid Storage Tanks arxiv:1810.01119v1 [cs.sy] 2 Oct 2018 5 10 Abstract Martin Klaučo, L uboš Čirka Slovak University of Technology in Bratislava,

More information

Model Predictive Control Design for Nonlinear Process Control Reactor Case Study: CSTR (Continuous Stirred Tank Reactor)

Model Predictive Control Design for Nonlinear Process Control Reactor Case Study: CSTR (Continuous Stirred Tank Reactor) IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 7, Issue 1 (Jul. - Aug. 2013), PP 88-94 Model Predictive Control Design for Nonlinear Process

More information

CHAPTER 2 CONTINUOUS STIRRED TANK REACTOR PROCESS DESCRIPTION

CHAPTER 2 CONTINUOUS STIRRED TANK REACTOR PROCESS DESCRIPTION 11 CHAPTER 2 CONTINUOUS STIRRED TANK REACTOR PROCESS DESCRIPTION 2.1 INTRODUCTION This chapter deals with the process description and analysis of CSTR. The process inputs, states and outputs are identified

More information

Real-Time Feasibility of Nonlinear Predictive Control for Semi-batch Reactors

Real-Time Feasibility of Nonlinear Predictive Control for Semi-batch Reactors European Symposium on Computer Arded Aided Process Engineering 15 L. Puigjaner and A. Espuña (Editors) 2005 Elsevier Science B.V. All rights reserved. Real-Time Feasibility of Nonlinear Predictive Control

More information

Design and Implementation of Controllers for a CSTR Process

Design and Implementation of Controllers for a CSTR Process Design and Implementation of Controllers for a CSTR Process Eng. Muyizere Darius, Dr. S. Sivagamasundari Dept. of M.Sc (EI), Annamalai University, Cuddalore. Abstract Continuous Stirred Tank Reactor (CSTR)

More information

PROPORTIONAL-Integral-Derivative (PID) controllers

PROPORTIONAL-Integral-Derivative (PID) controllers Multiple Model and Neural based Adaptive Multi-loop PID Controller for a CSTR Process R.Vinodha S. Abraham Lincoln and J. Prakash Abstract Multi-loop (De-centralized) Proportional-Integral- Derivative

More information

Linear Parameter Varying and Time-Varying Model Predictive Control

Linear Parameter Varying and Time-Varying Model Predictive Control Linear Parameter Varying and Time-Varying Model Predictive Control Alberto Bemporad - Model Predictive Control course - Academic year 016/17 0-1 Linear Parameter-Varying (LPV) MPC LTI prediction model

More information

Index. INDEX_p /15/02 3:08 PM Page 765

Index. INDEX_p /15/02 3:08 PM Page 765 INDEX_p.765-770 11/15/02 3:08 PM Page 765 Index N A Adaptive control, 144 Adiabatic reactors, 465 Algorithm, control, 5 All-pass factorization, 257 All-pass, frequency response, 225 Amplitude, 216 Amplitude

More information

BITS-Pilani Dubai, International Academic City, Dubai Second Semester. Academic Year

BITS-Pilani Dubai, International Academic City, Dubai Second Semester. Academic Year BITS-Pilani Dubai, International Academic City, Dubai Second Semester. Academic Year 2007-2008 Evaluation Com anent: Com rehensive Examination Closed Book CHE UC441/11NSTR UC 45'1 PROCESS CONTROL Date:

More information

Representative Model Predictive Control

Representative Model Predictive Control Representative Model Predictive Control A. Wahid 1 and A. Ahmad 2 1. Department of Chemical Engineering, University of Indonesia, Depok. 2. Department of Chemical Engineering, Universiti Teknologi Malaysia,

More information

Sensors & Transducers 2015 by IFSA Publishing, S. L.

Sensors & Transducers 2015 by IFSA Publishing, S. L. Sensors & Transducers 2015 by IFSA Publishing, S. L. http://www.sensorsportal.com Multi-Model Adaptive Fuzzy Controller for a CSTR Process * Shubham Gogoria, Tanvir Parhar, Jaganatha Pandian B. Electronics

More information

Model Predictive Control For Interactive Thermal Process

Model Predictive Control For Interactive Thermal Process Model Predictive Control For Interactive Thermal Process M.Saravana Balaji #1, D.Arun Nehru #2, E.Muthuramalingam #3 #1 Assistant professor, Department of Electronics and instrumentation Engineering, Kumaraguru

More information

CBE495 LECTURE IV MODEL PREDICTIVE CONTROL

CBE495 LECTURE IV MODEL PREDICTIVE CONTROL What is Model Predictive Control (MPC)? CBE495 LECTURE IV MODEL PREDICTIVE CONTROL Professor Dae Ryook Yang Fall 2013 Dept. of Chemical and Biological Engineering Korea University * Some parts are from

More information

Domain s Sweep, a Computational Method to Optimise Chemical and Physical Processes

Domain s Sweep, a Computational Method to Optimise Chemical and Physical Processes Article Domain s Sweep, a Computational Method to Optimise Chemical and Physical Processes Alexandre César Balbino Barbosa Filho Department of Chemical Engineering, Federal University of Campina Grande,

More information

System Identification for Process Control: Recent Experiences and a Personal Outlook

System Identification for Process Control: Recent Experiences and a Personal Outlook System Identification for Process Control: Recent Experiences and a Personal Outlook Yucai Zhu Eindhoven University of Technology Eindhoven, The Netherlands and Tai-Ji Control Best, The Netherlands Contents

More information

Model Predictive Controller of Boost Converter with RLE Load

Model Predictive Controller of Boost Converter with RLE Load Model Predictive Controller of Boost Converter with RLE Load N. Murali K.V.Shriram S.Muthukumar Nizwa College of Vellore Institute of Nizwa College of Technology Technology University Technology Ministry

More information

ECE Introduction to Artificial Neural Network and Fuzzy Systems

ECE Introduction to Artificial Neural Network and Fuzzy Systems ECE 39 - Introduction to Artificial Neural Network and Fuzzy Systems Wavelet Neural Network control of two Continuous Stirred Tank Reactors in Series using MATLAB Tariq Ahamed Abstract. With the rapid

More information

Integrated Knowledge Based System for Process Synthesis

Integrated Knowledge Based System for Process Synthesis 17 th European Symposium on Computer Aided Process Engineering ESCAPE17 V. Plesu and P.S. Agachi (Editors) 2007 Elsevier B.V. All rights reserved. 1 Integrated Knowledge Based System for Process Synthesis

More information

Cascade Control of a Continuous Stirred Tank Reactor (CSTR)

Cascade Control of a Continuous Stirred Tank Reactor (CSTR) Journal of Applied and Industrial Sciences, 213, 1 (4): 16-23, ISSN: 2328-4595 (PRINT), ISSN: 2328-469 (ONLINE) Research Article Cascade Control of a Continuous Stirred Tank Reactor (CSTR) 16 A. O. Ahmed

More information

DESIGN OF AN ON-LINE TITRATOR FOR NONLINEAR ph CONTROL

DESIGN OF AN ON-LINE TITRATOR FOR NONLINEAR ph CONTROL DESIGN OF AN ON-LINE TITRATOR FOR NONLINEAR CONTROL Alex D. Kalafatis Liuping Wang William R. Cluett AspenTech, Toronto, Canada School of Electrical & Computer Engineering, RMIT University, Melbourne,

More information

Solutions for Tutorial 10 Stability Analysis

Solutions for Tutorial 10 Stability Analysis Solutions for Tutorial 1 Stability Analysis 1.1 In this question, you will analyze the series of three isothermal CSTR s show in Figure 1.1. The model for each reactor is the same at presented in Textbook

More information

Theoretical Models of Chemical Processes

Theoretical Models of Chemical Processes Theoretical Models of Chemical Processes Dr. M. A. A. Shoukat Choudhury 1 Rationale for Dynamic Models 1. Improve understanding of the process 2. Train Plant operating personnel 3. Develop control strategy

More information

Design of Decentralised PI Controller using Model Reference Adaptive Control for Quadruple Tank Process

Design of Decentralised PI Controller using Model Reference Adaptive Control for Quadruple Tank Process Design of Decentralised PI Controller using Model Reference Adaptive Control for Quadruple Tank Process D.Angeline Vijula #, Dr.N.Devarajan * # Electronics and Instrumentation Engineering Sri Ramakrishna

More information

FAULT-TOLERANT CONTROL OF CHEMICAL PROCESS SYSTEMS USING COMMUNICATION NETWORKS. Nael H. El-Farra, Adiwinata Gani & Panagiotis D.

FAULT-TOLERANT CONTROL OF CHEMICAL PROCESS SYSTEMS USING COMMUNICATION NETWORKS. Nael H. El-Farra, Adiwinata Gani & Panagiotis D. FAULT-TOLERANT CONTROL OF CHEMICAL PROCESS SYSTEMS USING COMMUNICATION NETWORKS Nael H. El-Farra, Adiwinata Gani & Panagiotis D. Christofides Department of Chemical Engineering University of California,

More information

Development of Dynamic Models. Chapter 2. Illustrative Example: A Blending Process

Development of Dynamic Models. Chapter 2. Illustrative Example: A Blending Process Development of Dynamic Models Illustrative Example: A Blending Process An unsteady-state mass balance for the blending system: rate of accumulation rate of rate of = of mass in the tank mass in mass out

More information

Optimizing Control of Hot Blast Stoves in Staggered Parallel Operation

Optimizing Control of Hot Blast Stoves in Staggered Parallel Operation Proceedings of the 17th World Congress The International Federation of Automatic Control Optimizing Control of Hot Blast Stoves in Staggered Parallel Operation Akın Şahin and Manfred Morari Automatic Control

More information

Principles and Practice of Automatic Process Control

Principles and Practice of Automatic Process Control Principles and Practice of Automatic Process Control Third Edition Carlos A. Smith, Ph.D., P.E. Department of Chemical Engineering University of South Florida Armando B. Corripio, Ph.D., P.E. Gordon A.

More information

Real-Time Implementation of Nonlinear Predictive Control

Real-Time Implementation of Nonlinear Predictive Control Real-Time Implementation of Nonlinear Predictive Control Michael A. Henson Department of Chemical Engineering University of Massachusetts Amherst, MA WebCAST October 2, 2008 1 Outline Limitations of linear

More information

ROBUST STABLE NONLINEAR CONTROL AND DESIGN OF A CSTR IN A LARGE OPERATING RANGE. Johannes Gerhard, Martin Mönnigmann, Wolfgang Marquardt

ROBUST STABLE NONLINEAR CONTROL AND DESIGN OF A CSTR IN A LARGE OPERATING RANGE. Johannes Gerhard, Martin Mönnigmann, Wolfgang Marquardt ROBUST STABLE NONLINEAR CONTROL AND DESIGN OF A CSTR IN A LARGE OPERATING RANGE Johannes Gerhard, Martin Mönnigmann, Wolfgang Marquardt Lehrstuhl für Prozesstechnik, RWTH Aachen Turmstr. 46, D-5264 Aachen,

More information

IMPROVED MULTI-MODEL PREDICTIVE CONTROL TO REJECT VERY LARGE DISTURBANCES ON A DISTILLATION COLUMN. Abdul Wahid 1*, Arshad Ahmad 2,3

IMPROVED MULTI-MODEL PREDICTIVE CONTROL TO REJECT VERY LARGE DISTURBANCES ON A DISTILLATION COLUMN. Abdul Wahid 1*, Arshad Ahmad 2,3 International Journal of Technology (2016) 6: 962-971 ISSN 2086-9614 IJTech 2016 IMPROVED MULTI-MODEL PREDICTIVE CONTROL TO REJECT VERY LARGE DISTURBANCES ON A DISTILLATION COLUMN Abdul Wahid 1*, Arshad

More information

Incorporating Feedforward Action into Self-optimizing Control Policies

Incorporating Feedforward Action into Self-optimizing Control Policies Incorporating Feedforward Action into Self-optimizing Control Policies Lia Maisarah Umar, Yi Cao and Vinay Kariwala School of Chemical and Biomedical Engineering, Nanyang Technological University, Singapore

More information

Use of Differential Equations In Modeling and Simulation of CSTR

Use of Differential Equations In Modeling and Simulation of CSTR Use of Differential Equations In Modeling and Simulation of CSTR JIRI VOJTESEK, PETR DOSTAL Department of Process Control, Faculty of Applied Informatics Tomas Bata University in Zlin nám. T. G. Masaryka

More information

MIN-MAX CONTROLLER OUTPUT CONFIGURATION TO IMPROVE MULTI-MODEL PREDICTIVE CONTROL WHEN DEALING WITH DISTURBANCE REJECTION

MIN-MAX CONTROLLER OUTPUT CONFIGURATION TO IMPROVE MULTI-MODEL PREDICTIVE CONTROL WHEN DEALING WITH DISTURBANCE REJECTION International Journal of Technology (2015) 3: 504-515 ISSN 2086-9614 IJTech 2015 MIN-MAX CONTROLLER OUTPUT CONFIGURATION TO IMPROVE MULTI-MODEL PREDICTIVE CONTROL WHEN DEALING WITH DISTURBANCE REJECTION

More information

Identification of a Chemical Process for Fault Detection Application

Identification of a Chemical Process for Fault Detection Application Identification of a Chemical Process for Fault Detection Application Silvio Simani Abstract The paper presents the application results concerning the fault detection of a dynamic process using linear system

More information

CompensatorTuning for Didturbance Rejection Associated with Delayed Double Integrating Processes, Part II: Feedback Lag-lead First-order Compensator

CompensatorTuning for Didturbance Rejection Associated with Delayed Double Integrating Processes, Part II: Feedback Lag-lead First-order Compensator CompensatorTuning for Didturbance Rejection Associated with Delayed Double Integrating Processes, Part II: Feedback Lag-lead First-order Compensator Galal Ali Hassaan Department of Mechanical Design &

More information

International Journal of ChemTech Research CODEN (USA): IJCRGG ISSN: Vol.8, No.4, pp , 2015

International Journal of ChemTech Research CODEN (USA): IJCRGG ISSN: Vol.8, No.4, pp , 2015 International Journal of ChemTech Research CODEN (USA): IJCRGG ISSN: 0974-4290 Vol.8, No.4, pp 1742-1748, 2015 Block-Box Modelling and Control a Temperature of the Shell and Tube Heatexchanger using Dynamic

More information

A Holistic Approach to the Application of Model Predictive Control to Batch Reactors

A Holistic Approach to the Application of Model Predictive Control to Batch Reactors A Holistic Approach to the Application of Model Predictive Control to Batch Reactors A Singh*, P.G.R de Villiers**, P Rambalee***, G Gous J de Klerk, G Humphries * Lead Process Control Engineer, Anglo

More information

CHAPTER 3 : MATHEMATICAL MODELLING PRINCIPLES

CHAPTER 3 : MATHEMATICAL MODELLING PRINCIPLES CHAPTER 3 : MATHEMATICAL MODELLING PRINCIPLES When I complete this chapter, I want to be able to do the following. Formulate dynamic models based on fundamental balances Solve simple first-order linear

More information

ANFIS Gain Scheduled Johnson s Algorithm based State Feedback Control of CSTR

ANFIS Gain Scheduled Johnson s Algorithm based State Feedback Control of CSTR International Journal of Computer Applications (975 8887) ANFIS Gain Scheduled Johnsons Algorithm based State Feedback Control of CSTR U. Sabura Banu Professor, EIE Department BS Abdur Rahman University,

More information

Copyright 2002 IFAC 15th Triennial World Congress, Barcelona, Spain

Copyright 2002 IFAC 15th Triennial World Congress, Barcelona, Spain Copyright 22 IFAC 15th Triennial World Congress, Barcelona, Spain MULTIVARIABLE MPC PERFORMANCE ASSESSMENT, MONITORING DIA AND GNOSIS Jochen Sch äferand Ali C ο inar 1 Chemical and Environmental Engineering

More information

PREDICTIVE CONTROL OF NONLINEAR SYSTEMS. Received February 2008; accepted May 2008

PREDICTIVE CONTROL OF NONLINEAR SYSTEMS. Received February 2008; accepted May 2008 ICIC Express Letters ICIC International c 2008 ISSN 1881-803X Volume 2, Number 3, September 2008 pp. 239 244 PREDICTIVE CONTROL OF NONLINEAR SYSTEMS Martin Janík, Eva Miklovičová and Marián Mrosko Faculty

More information

Control of Neutralization Process in Continuous Stirred Tank Reactor (CSTR)

Control of Neutralization Process in Continuous Stirred Tank Reactor (CSTR) Control of Neutralization Process in Continuous Stirred Tank Reactor (CSTR) Dr. Magan P. Ghatule Department of Computer Science, Sinhgad College of Science, Ambegaon (Bk), Pune-41. gmagan@rediffmail.com

More information

SCALE-UP OF BATCH PROCESSES VIA DECENTRALIZED CONTROL. A. Marchetti, M. Amrhein, B. Chachuat and D. Bonvin

SCALE-UP OF BATCH PROCESSES VIA DECENTRALIZED CONTROL. A. Marchetti, M. Amrhein, B. Chachuat and D. Bonvin SCALE-UP OF BATCH PROCESSES VIA DECENTRALIZED CONTROL A. Marchetti, M. Amrhein, B. Chachuat and D. Bonvin Laboratoire d Automatique Ecole Polytechnique Fédérale de Lausanne (EPFL) CH-1015 Lausanne, Switzerland

More information

IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 8, 2013 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 8, 2013 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 8, 2013 ISSN (online): 2321-0613 Development and theoretical analysis of mathematical expressions for change of entropy

More information

Overview of Control System Design

Overview of Control System Design Overview of Control System Design General Requirements 1. Safety. It is imperative that industrial plants operate safely so as to promote the well-being of people and equipment within the plant and in

More information

Multivariable model predictive control design of reactive distillation column for Dimethyl Ether production

Multivariable model predictive control design of reactive distillation column for Dimethyl Ether production IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Multivariable model predictive control design of reactive distillation column for Dimethyl Ether production To cite this article:

More information

YOULA KUČERA PARAMETRISATION IN SELF TUNING LQ CONTROL OF A CHEMICAL REACTOR

YOULA KUČERA PARAMETRISATION IN SELF TUNING LQ CONTROL OF A CHEMICAL REACTOR YOULA KUČERA PARAMETRISATION IN SELF TUNING LQ CONTROL OF A CHEMICAL REACTOR Ján Mikleš, L uboš Čirka, and Miroslav Fikar Slovak University of Technology in Bratislava Radlinského 9, 812 37 Bratislava,

More information

MODEL PREDICTIVE CONTROL

MODEL PREDICTIVE CONTROL Process Control in the Chemical Industries 115 1. Introduction MODEL PREDICTIVE CONTROL An Introduction Model predictive controller (MPC) is traced back to the 1970s. It started to emerge industrially

More information

Control Theory : Course Summary

Control Theory : Course Summary Control Theory : Course Summary Author: Joshua Volkmann Abstract There are a wide range of problems which involve making decisions over time in the face of uncertainty. Control theory draws from the fields

More information

MOST control systems are designed under the assumption

MOST control systems are designed under the assumption 2076 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 53, NO. 9, OCTOBER 2008 Lyapunov-Based Model Predictive Control of Nonlinear Systems Subject to Data Losses David Muñoz de la Peña and Panagiotis D. Christofides

More information

Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 3 : Analytical Solutions of Linear ODE-IVPs

Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 3 : Analytical Solutions of Linear ODE-IVPs Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 3 : Analytical Solutions of Linear ODE-IVPs 3 Analytical Solutions of Linear ODE-IVPs Before developing numerical

More information

Modeling and Control of Chemical Reactor Using Model Reference Adaptive Control

Modeling and Control of Chemical Reactor Using Model Reference Adaptive Control Modeling and Control of Chemical Reactor Using Model Reference Adaptive Control Padmayoga.R, Shanthi.M 2, Yuvapriya.T 3 PG student, Dept. of Electronics and Instrumentation, Valliammai Engineering College,

More information

Consistent inventory control

Consistent inventory control Consistent inventory control Elvira Marie B. Aske,, and Sigurd Skogestad, Department of Chemical Engineering, Norwegian University of Science and Technology, Trondheim, Norway Abstract Inventory or material

More information

Application of Decomposition Methodology to Solve Integrated Process Design and Controller Design Problems for Reactor-Separator-Recycle Systems

Application of Decomposition Methodology to Solve Integrated Process Design and Controller Design Problems for Reactor-Separator-Recycle Systems Proceedings of the 9th International Symposium on Dynamics and Control of Process Systems (DYCOPS 2010), Leuven, Belgium, July 5-7, 2010 Mayuresh Kothare, Moses Tade, Alain Vande Wouwer, Ilse Smets (Eds.)

More information

3.1 Overview 3.2 Process and control-loop interactions

3.1 Overview 3.2 Process and control-loop interactions 3. Multivariable 3.1 Overview 3.2 and control-loop interactions 3.2.1 Interaction analysis 3.2.2 Closed-loop stability 3.3 Decoupling control 3.3.1 Basic design principle 3.3.2 Complete decoupling 3.3.3

More information

Optimizing Economic Performance using Model Predictive Control

Optimizing Economic Performance using Model Predictive Control Optimizing Economic Performance using Model Predictive Control James B. Rawlings Department of Chemical and Biological Engineering Second Workshop on Computational Issues in Nonlinear Control Monterey,

More information

Wannabe-MPC for Large Systems Based on Multiple Iterative PI Controllers

Wannabe-MPC for Large Systems Based on Multiple Iterative PI Controllers Wannabe-MPC for Large Systems Based on Multiple Iterative PI Controllers Pasi Airikka, Mats Friman Metso Corp., Finland 17th Nordic Process Control Workshop Jan 26-27 2012 DTU Denmark Content Motivation

More information

Learning Model Predictive Control for Iterative Tasks: A Computationally Efficient Approach for Linear System

Learning Model Predictive Control for Iterative Tasks: A Computationally Efficient Approach for Linear System Learning Model Predictive Control for Iterative Tasks: A Computationally Efficient Approach for Linear System Ugo Rosolia Francesco Borrelli University of California at Berkeley, Berkeley, CA 94701, USA

More information

Subject: Introduction to Process Control. Week 01, Lectures 01 02, Spring Content

Subject: Introduction to Process Control. Week 01, Lectures 01 02, Spring Content v CHEG 461 : Process Dynamics and Control Subject: Introduction to Process Control Week 01, Lectures 01 02, Spring 2014 Dr. Costas Kiparissides Content 1. Introduction to Process Dynamics and Control 2.

More information

Design of Multivariable Neural Controllers Using a Classical Approach

Design of Multivariable Neural Controllers Using a Classical Approach Design of Multivariable Neural Controllers Using a Classical Approach Seshu K. Damarla & Madhusree Kundu Abstract In the present study, the neural network (NN) based multivariable controllers were designed

More information

COMPUTATIONAL DELAY IN NONLINEAR MODEL PREDICTIVE CONTROL. Rolf Findeisen Frank Allgöwer

COMPUTATIONAL DELAY IN NONLINEAR MODEL PREDICTIVE CONTROL. Rolf Findeisen Frank Allgöwer COMPUTATIONAL DELAY IN NONLINEAR MODEL PREDICTIVE CONTROL Rolf Findeisen Frank Allgöwer Institute for Systems Theory in Engineering, University of Stuttgart, 70550 Stuttgart, Germany, findeise,allgower

More information

Model predictive control of industrial processes. Vitali Vansovitš

Model predictive control of industrial processes. Vitali Vansovitš Model predictive control of industrial processes Vitali Vansovitš Contents Industrial process (Iru Power Plant) Neural networ identification Process identification linear model Model predictive controller

More information

IV B.Tech. I Semester Supplementary Examinations, February/March PROCESS MODELING AND SIMULATION (Chemical Engineering)

IV B.Tech. I Semester Supplementary Examinations, February/March PROCESS MODELING AND SIMULATION (Chemical Engineering) www..com www..com Code No: M0824/R07 Set No. 1 IV B.Tech. I Semester Supplementary Examinations, February/March - 2011 PROCESS MODELING AND SIMULATION (Chemical Engineering) Time: 3 Hours Max Marks: 80

More information

Control of MIMO processes. 1. Introduction. Control of MIMO processes. Control of Multiple-Input, Multiple Output (MIMO) Processes

Control of MIMO processes. 1. Introduction. Control of MIMO processes. Control of Multiple-Input, Multiple Output (MIMO) Processes Control of MIMO processes Control of Multiple-Input, Multiple Output (MIMO) Processes Statistical Process Control Feedforward and ratio control Cascade control Split range and selective control Control

More information

DECENTRALIZED PI CONTROLLER DESIGN FOR NON LINEAR MULTIVARIABLE SYSTEMS BASED ON IDEAL DECOUPLER

DECENTRALIZED PI CONTROLLER DESIGN FOR NON LINEAR MULTIVARIABLE SYSTEMS BASED ON IDEAL DECOUPLER th June 4. Vol. 64 No. 5-4 JATIT & LLS. All rights reserved. ISSN: 99-8645 www.jatit.org E-ISSN: 87-395 DECENTRALIZED PI CONTROLLER DESIGN FOR NON LINEAR MULTIVARIABLE SYSTEMS BASED ON IDEAL DECOUPLER

More information

Dynamics and Control of Reactor - Feed Effluent Heat Exchanger Networks

Dynamics and Control of Reactor - Feed Effluent Heat Exchanger Networks 2008 American Control Conference Westin Seattle Hotel Seattle Washington USA June 11-13 2008 WeC08.2 Dynamics and Control of Reactor - Feed Effluent Heat Exchanger Networks Sujit S. Jogwar Michael Baldea

More information

BACKSTEPPING CONTROL DESIGN FOR A CONTINUOUS-STIRRED TANK. Saleh Alshamali and Mohamed Zribi. Received July 2011; revised March 2012

BACKSTEPPING CONTROL DESIGN FOR A CONTINUOUS-STIRRED TANK. Saleh Alshamali and Mohamed Zribi. Received July 2011; revised March 2012 International Journal of Innovative Computing, Information and Control ICIC International c 202 ISSN 349-498 Volume 8, Number, November 202 pp. 7747 7760 BACKSTEPPING CONTROL DESIGN FOR A CONTINUOUS-STIRRED

More information

CBE 142: Chemical Kinetics & Reaction Engineering

CBE 142: Chemical Kinetics & Reaction Engineering CBE 142: Chemical Kinetics & Reaction Engineering Midterm #2 November 6 th 2014 This exam is worth 100 points and 20% of your course grade. Please read through the questions carefully before giving your

More information

Time scale separation and the link between open-loop and closed-loop dynamics

Time scale separation and the link between open-loop and closed-loop dynamics Time scale separation and the link between open-loop and closed-loop dynamics Antonio Araújo a Michael Baldea b Sigurd Skogestad a,1 Prodromos Daoutidis b a Department of Chemical Engineering Norwegian

More information

Constrained Output Feedback Control of a Multivariable Polymerization Reactor

Constrained Output Feedback Control of a Multivariable Polymerization Reactor IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 8, NO. 1, JANUARY 2000 87 Constrained Output Feedback Control of a Multivariable Polymerization Reactor Michael J. Kurtz, Guang.-Yan Zhu, and Michael

More information

A novel optimization framework for integrated design and control using a dynamic inversely controlled process model

A novel optimization framework for integrated design and control using a dynamic inversely controlled process model A novel optimization framework for integrated design and control using a dynamic inversely controlled process model Mahdi Sharifzadeh a,*, Nina F. Thornhill a a Centre for Process System Engineering (CPSE),

More information

IMPROVED CONSTRAINED CASCADE CONTROL FOR PARALLEL PROCESSES. Richard Lestage, André Pomerleau and André Desbiens

IMPROVED CONSTRAINED CASCADE CONTROL FOR PARALLEL PROCESSES. Richard Lestage, André Pomerleau and André Desbiens IMPROVED CONSTRAINED CASCADE CONTROL FOR PARALLEL PROCESSES Richard Lestage, André Pomerleau and André Desbiens Groupe de Recherche sur les Applications de l Informatique à l Industrie Minérale(GRAIIM),

More information

Overview of Models for Automated Process Control

Overview of Models for Automated Process Control Overview of Models for Automated Process Control James B. Rawlings Department of Chemical and Biological Engineering April 29, 29 Utilization of Process Modeling and Advanced Process Control in QbD based

More information

ChE 6303 Advanced Process Control

ChE 6303 Advanced Process Control ChE 6303 Advanced Process Control Teacher: Dr. M. A. A. Shoukat Choudhury, Email: shoukat@buet.ac.bd Syllabus: 1. SISO control systems: Review of the concepts of process dynamics and control, process models,

More information

Quis custodiet ipsos custodes?

Quis custodiet ipsos custodes? Quis custodiet ipsos custodes? James B. Rawlings, Megan Zagrobelny, Luo Ji Dept. of Chemical and Biological Engineering, Univ. of Wisconsin-Madison, WI, USA IFAC Conference on Nonlinear Model Predictive

More information

DYNAMIC SIMULATOR-BASED APC DESIGN FOR A NAPHTHA REDISTILLATION COLUMN

DYNAMIC SIMULATOR-BASED APC DESIGN FOR A NAPHTHA REDISTILLATION COLUMN HUNGARIAN JOURNAL OF INDUSTRY AND CHEMISTRY Vol. 45(1) pp. 17 22 (2017) hjic.mk.uni-pannon.hu DOI: 10.1515/hjic-2017-0004 DYNAMIC SIMULATOR-BASED APC DESIGN FOR A NAPHTHA REDISTILLATION COLUMN LÁSZLÓ SZABÓ,

More information

Parameter Identification and Dynamic Matrix Control Design for a Nonlinear Pilot Distillation Column

Parameter Identification and Dynamic Matrix Control Design for a Nonlinear Pilot Distillation Column International Journal of ChemTech Research CODEN (USA): IJCRGG ISSN: 974-429 Vol.7, No., pp 382-388, 24-25 Parameter Identification and Dynamic Matrix Control Design for a Nonlinear Pilot Distillation

More information

Lecture (9) Reactor Sizing. Figure (1). Information needed to predict what a reactor can do.

Lecture (9) Reactor Sizing. Figure (1). Information needed to predict what a reactor can do. Lecture (9) Reactor Sizing 1.Introduction Chemical kinetics is the study of chemical reaction rates and reaction mechanisms. The study of chemical reaction engineering (CRE) combines the study of chemical

More information

Graph reduction for material integrated process networks with flow segregation

Graph reduction for material integrated process networks with flow segregation Preprints of the 9th International Symposium on Advanced Control of Chemical Processes The International Federation of Automatic Control TuM2.4 Graph reduction for material integrated process networks

More information

Hybrid Direct Neural Network Controller With Linear Feedback Compensator

Hybrid Direct Neural Network Controller With Linear Feedback Compensator Hybrid Direct Neural Network Controller With Linear Feedback Compensator Dr.Sadhana K. Chidrawar 1, Dr. Balasaheb M. Patre 2 1 Dean, Matoshree Engineering, Nanded (MS) 431 602 E-mail: sadhana_kc@rediff.com

More information

Journal of Process Control

Journal of Process Control Journal of Process Control 3 (03) 404 44 Contents lists available at SciVerse ScienceDirect Journal of Process Control j ourna l ho me pag e: www.elsevier.com/locate/jprocont Algorithms for improved fixed-time

More information

Mathematical Modeling of Chemical Processes. Aisha Osman Mohamed Ahmed Department of Chemical Engineering Faculty of Engineering, Red Sea University

Mathematical Modeling of Chemical Processes. Aisha Osman Mohamed Ahmed Department of Chemical Engineering Faculty of Engineering, Red Sea University Mathematical Modeling of Chemical Processes Aisha Osman Mohamed Ahmed Department of Chemical Engineering Faculty of Engineering, Red Sea University Chapter Objectives End of this chapter, you should be

More information

CHAPTER 6 CLOSED LOOP STUDIES

CHAPTER 6 CLOSED LOOP STUDIES 180 CHAPTER 6 CLOSED LOOP STUDIES Improvement of closed-loop performance needs proper tuning of controller parameters that requires process model structure and the estimation of respective parameters which

More information

Evaluation of the Dynamics of a Distillation Column with Two Liquid Phases

Evaluation of the Dynamics of a Distillation Column with Two Liquid Phases A publication of 2029 CHEMICAL ENGINEERING TRANSACTIONS VOL. 32, 2013 Chief Editors: Sauro Pierucci, Jiří J. Klemeš Copyright 2013, AIDIC Servizi S.r.l., ISBN 978-88-95608-23-5; ISSN 1974-9791 The Italian

More information

reality is complex process

reality is complex process ISS0080 Automation and Process Control Lecture 5 1 Process models the desire to describe reality Model of the process, model simplication, identication. model reality is complex process Replaces the original;

More information

Multiple Model Based Adaptive Control for Shell and Tube Heat Exchanger Process

Multiple Model Based Adaptive Control for Shell and Tube Heat Exchanger Process Multiple Model Based Adaptive Control for Shell and Tube Heat Exchanger Process R. Manikandan Assistant Professor, Department of Electronics and Instrumentation Engineering, Annamalai University, Annamalai

More information

Two Case Studies for Applying Model Predictive Controllers on Chemical Processes

Two Case Studies for Applying Model Predictive Controllers on Chemical Processes The 33rd Annual Conference of the EEE ndustrial Electronics Society (ECON) Nov. 5-8, 27, Taipei, Taiwan Two Case Studies for Applying Model Predictive Controllers on Chemical Processes N. Danesh Pour,

More information

Simulation based Modeling and Implementation of Adaptive Control Technique for Non Linear Process Tank

Simulation based Modeling and Implementation of Adaptive Control Technique for Non Linear Process Tank Simulation based Modeling and Implementation of Adaptive Control Technique for Non Linear Process Tank P.Aravind PG Scholar, Department of Control and Instrumentation Engineering, JJ College of Engineering

More information

Combined Model Predictive Control and Scheduling with Dominant Time Constant Compensation

Combined Model Predictive Control and Scheduling with Dominant Time Constant Compensation Brigham Young University BYU ScholarsArchive All Faculty Publications 217-9-2 Combined Model Predictive Control and Scheduling with Dominant Time Constant Compensation Logan Beal Brigham Young University

More information

Guide to Selected Process Examples :ili3g eil;]iil

Guide to Selected Process Examples :ili3g eil;]iil Guide to Selected Process Examples :ili3g eil;]iil Because of the strong interplay between process dynamics and control perfor mance, examples should begin with process equipment and operating conditions.

More information

Overview of Control System Design

Overview of Control System Design Overview of Control System Design Chapter 10 General Requirements 1. Safety. It is imperative that industrial plants operate safely so as to promote the well-being of people and equipment within the plant

More information

Dynamic Operability for the Calculation of Transient Output Constraints for Non-Square Linear Model Predictive Controllers

Dynamic Operability for the Calculation of Transient Output Constraints for Non-Square Linear Model Predictive Controllers Dynamic Operability for the Calculation of Transient Output Constraints for Non-Square Linear Model Predictive Controllers Fernando V. Lima and Christos Georgakis* Department of Chemical and Biological

More information

ChE 344 Winter 2013 Mid Term Exam II Tuesday, April 9, 2013

ChE 344 Winter 2013 Mid Term Exam II Tuesday, April 9, 2013 ChE 344 Winter 2013 Mid Term Exam II Tuesday, April 9, 2013 Open Course Textbook Only Closed everything else (i.e., Notes, In-Class Problems and Home Problems Name Honor Code (Please sign in the space

More information

System Identification Using Predictive Controller Case Study: Continuous Stirred Tank Reactor

System Identification Using Predictive Controller Case Study: Continuous Stirred Tank Reactor I J C T A, 7(2) December 2014, pp. 165-173 International Science Press System Identification Using Predictive Controller Case Study: Continuous Stirred Tank Reactor M. Shyamalagowri * and R. Rajeswari

More information

Type-2 Fuzzy Logic Control of Continuous Stirred Tank Reactor

Type-2 Fuzzy Logic Control of Continuous Stirred Tank Reactor dvance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 2 (2013), pp. 169-178 Research India Publications http://www.ripublication.com/aeee.htm Type-2 Fuzzy Logic Control of Continuous

More information

Principles of Optimal Control Spring 2008

Principles of Optimal Control Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 6.33 Principles of Optimal Control Spring 8 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 6.33 Lecture 6 Model

More information

Overview of Control System Design

Overview of Control System Design Overview of Control System Design Introduction Degrees of Freedom for Process Control Selection of Controlled, Manipulated, and Measured Variables Process Safety and Process Control 1 General Requirements

More information