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

Size: px
Start display at page:

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

Transcription

1 ICIC Express Letters ICIC International c 2008 ISSN X Volume 2, Number 3, September 2008 pp PREDICTIVE CONTROL OF NONLINEAR SYSTEMS Martin Janík, Eva Miklovičová and Marián Mrosko Faculty of Electrical Engineering and Information Technology Slovak University of Technology Ilkovičova 3, Bratislava, Slovak Republic {eva.miklovicova; marian.mrosko}@stuba.sk Received February 2008; accepted May 2008 Abstract. The paper deals with the predictive control design for nonlinear systems. When linear model based controller is employed on nonlinear processes, its application is limited to relatively small operating regions. Adding an adaptive mechanism to linear predictive controller is one of the possible solutions to this problem. Two adaptive strategies are presented in the paper: multiple model adaptive control and self-tuning control strategy. Both controllers are based on dynamic matrix control design which allows for the incorporation of physical constraints directly in the objective function. The capabilities of the proposed control strategies are demonstrated through simulations. Keywords: Nonlinear system, Model predictive control, Multiple models, Adaptive control 1. Introduction. Model predictive control (MPC) has gained wide popularity in industrial process control due to the possibility of reformulating the control problem as an optimisation problem in which physical constraints can be allowed for [1]. Dynamic matrix control is the most popular MPC algorithm used in the process industry today [2]. The reason is its ability to obtain good performances starting from rather intuitive design principles and simple linear models [3,4]. The quadratic performance objective function possibly subject to a set of linear inequalities representing plant constraints is minimised over a prediction horizon to compute the optimal controller output moves. Many industrial processes have nonlinear dynamics such as operating regions with distinctly different input-output behaviour. The most common way to control nonlinear plants is simply by ignoring nonlinearities and applying the linear controller, which is often sufficient for applications with a single operating point. Such control strategy may result in considerable deterioration of the control performances in situations where the operating points change frequently and span a wide range of nonlinear process dynamics. Much recent research focus on nonlinear MPC where a nonlinear plant model is used for prediction [5]. However, predictive control problem with linear model, linear constraints and quadratic objective function results in a convex optimisation problem easily solved using quadratic programming. With nonlinear models the optimisation problem is no longer convex and convergence of the global optimum is not guaranteed. Also for large scale systems the computation time may be a significant fraction of the sample interval. To maintain the controllerperformances over a wide range of operating levels, a multiple model adaptive control (MMAC) strategy for DMC has been proposed [6]. The method employs multiple linear DMC controllers, eachwiththeirownstepresponsemodeldescribing process dynamics at a specific operation level, while the final controller output is an interpolation of the individual controller outputs weighted based on the current value of the measured process variable. However, the input/output constraints have not been handled in the control design. In our paper a modification of the MMAC strategy based 239

2 240 M. JANÍK, E. MIKLOVIČOVÁ AND M. MROSKO on the DMC design is proposed in which the plant constraints are taken into account explicitly. Self-tuning control (STC) represents an alternative way to deal with the plant nonlinearities. This control approach is based on the certainty equivalence principle. It consists in solving the online control design problem by combining a parameter estimator with the control design procedure. In this paper we propose a self-tuning controller in which the DMC control design is used and the plant parameters are updated each sampling period using the least squares method. Both proposed control algorithms are evaluated in simulations using a simple example. Resulting control performances are compared to those of the non-adaptive DMC controller. 2. Dynamic Matrix Control. The DMC has been discussed extensively by past researchers and is briefly summarized here for convenience of reader. The DMC objective consists in minimizing the following linear quadratic cost function: J (t, ph, ch, ρ) = ³R (t + ph) Ŷ (t + ph/t) T ³R (t + ph) Ŷ (t + ph/t) (1) +ρ U (t + ch 1) T U (t + ch 1) with Ŷ (t + ph/t) =[ŷ (t +1/t),...,ŷ (t + ph/t)] T R (t + ph) =[r (t +1),...,r(t + ph)] T U (t + ch 1) = [ u (t/t),..., u (t + ch 1/t)] T where ŷ (t + j/t) isaj-step ahead prediction of y(t) based on data available in time t; r(t) represents a reference signal; sh, ph, ch ph denote starting horizon, prediction horizon and control horizon, respectively; ρ is the nonnegative control weighting scalar. The output j-step ahead prediction is based on the non-parametric step response (SR) model of the process that is composed of the output signal samples responding to a unit input step. Three types of process constraints can be enforced in DMC design by formulating them as linear inequalities, namely manipulated variable constraints, manipulated variable rate constraints and output variable constraints: u min u (t + j/t) u max j =0, 1,...,ch 1 (2a) u (t + j/t) u max j =0, 1,...,ch 1 (2b) y min ŷ (t + j/t) y max j =0, 1,...,ph (2c) These constraints can be combined into one convenient expression: C U U (t + ch 1) c (t) (3) and the DMC problem with the quadratic objective (1) subject to a set of linear inequalities (2) can be converted to a standard quadratic program (QP) form: min x T Hx g T x C x where x : U (t + ch 1) (4) x c The implementation of DMC is done in a receding horizon fashion. This implies that the QP is solved in each sampling period resulting the vector of ch future control moves U (t + ch 1), but only the first component of this vector will be used for control at the time t and the whole process will be repeated in the next sampling period with updated data.

3 ICIC EXPRESS LETTERS, VOL.2, NO.3, Multiple Model Adaptive Strategy. The key idea of this approach is to construct a small set of SR models that span the range of expected system operation. By combining these models to form the nonlinear approximation of the plant, the true plant behaviour can be approached. The accuracy of the nonlinear approximation can be increased by combining more models. However, this can be expensive because each model requires the collection of plant data at a different operation level. Thus the number of process models used in a particular implementation is a decision to be made by designer. Then the linear DMC controller described above is designed for each level of operation. All controllers use the same value of sampling period T andcontroldesignparameters: T =min(t j ) for j =1,...,k (5a) ph =max(ph j ) for j =1,..., k (5b) ch =max(ch j ) for j =1,...,k (5c) where k is the number of SR models. This ensures that when the process is operating in the level with fastest dynamic, the sample time is fast enough to capture the process behaviour and the horizons will always be long enough to capture the slowest dynamics in the range of operation. The final controller output is a weighted average of each controller output move: kx u MMAC (t) = x j (t) u j (t) (6) j=1 if y (t) y 3 then x 1 =0;x 2 =0;x 3 =1 if y 2 <y(t) <y 3 then x 1 =0;x 2 =1 x 3 ; x 3 = y (t) y 2 y 3 y 2 if y 1 <y(t) <y 2 then x 1 =1 x 2 ; x 3 = y (t) y (7) 1 ; x 3 =0 y 2 y 1 if y (t) y 1 then x 1 =1;x 2 =0;x 3 =0. where y j, j =1, 2, 3 are the values of output variable at selected operating levels. The weighting factors x j (t) are from the range of [0, 1]. For clarity, expressions (7) involve designing and combining three non-adaptive DMC controllers (k = 3). However, they can easily be expanded to include as many local linear controllers as the designer would like. The value of the MMAC controller output finally implemented is calculated as follows: u MMAC (t) =u MMAC (t 1) + u MMAC (t) (8) 4. Self-tuning Strategy. In self-tuning controllers recursive identification is used to update the parameters of the process model as a new plant measurements become available at each sampling period. Based on the updated model parameters, the controller parameters are subsequently recalculated and new value of controller output at time t is obtained. In the proposed approach the system dynamics is first approximated by parametric model (transfer function) using standard least squares technique and the parametric model is then used to generate the dynamic matrix needed for DMC design. 5. Example. Consider a simple nonlinear system a gravity drained cylindrical tank described by its material balance: S dh dt = Q 1 μs 0 p 2gh (9) where h is the liquid level, Q 1 is the inlet flow rate, S is the tank cross section area, S 0 is the outlet cross section area and μ is a coefficient in the range of [0, 1]. The parameter values are in Table 1.

4 242 M. JANÍK, E. MIKLOVIČOVÁ AND M. MROSKO Table 1. Tank parameter values S=1m 2 S 0 = 100cm 2 μ =0.62 ρ = 1000kgm 3 g=9.81ms 2 h max =2m The controller output manipulates the inlet flow rate into the tank and the output variable is the liquid level of the tank. The maximum possible value of the inlet flow rate is m 3 /s. The second inlet flow rate Q 3 =0.004m 3 /s acts as a disturbance from the time 1500 s. The process displays a nonlinear behaviour in that the process gain and time vary significantly over the range of operation. Three DMC controllers have been designed to maintain the liquid level set-point tracking and input flow disturbance rejection. The non-adaptive DMC has been based on the SR model associated with the operating level corresponding to the input flow rate Q 1 = 0.02 m 3 /s. In the MMAC DMC control six SR models have been used to span the range of operation of the tank. In the self-tuning DMC control the parameters of the first order transfer function have been approximated and used for the dynamic matrix calculation. The tuning parameters for the three controllers are summarized in Table 2. Table 2. Tuning parameters Method Parameters T ph ch ρ 1 ρ 2 ρ 3 ρ 4 ρ 5 ρ 6 DMC MMAC STC The performances of the proposed controllers are compared in Figure 1 to Figure 3. It can be seen that both adaptive controllers outperform the non-adaptive one. The STC exhibit not only the best tracking and disturbance rejection capabilities but also requires less computation time than the MMAC. The non-adaptive version has least computation time and also acceptable control performances can be obtained but it requires suitable choice of the operation point for the SR model identification as well as careful controller parameters tuning. Figure 1. Simulation results

5 ICIC EXPRESS LETTERS, VOL.2, NO.3, Figure 2. Simulation results - detail Figure 3. Simulation results - detail 6. Conclusions. Two adaptive control strategies for predictive control of nonlinear systems which significantly change their dynamics with respect to the operating level have been proposed. Both adaptive controllers are based on linear DMC design that allows incorporating input/output constraints explicitly into the design procedure. The benefits of these strategies have been demonstrated through simple simulation example. Both adaptive controllers are able to maintain better set point tracking and disturbance rejection comparing to the non-adaptive DMC controller. The best results have been obtained using the STC version. The MMAC design requires suitable choice of the number of process models and data collection at the corresponding operation levels. In STC version correct estimation of plant model parameters is an important issue. For all controllers also the proper choice of sampling period and control design parameters is essential. Acknowledgment. This work has been supported by the Slovak Scientific Grant Agency, Grant No.1/3841/06.

6 244 M. JANÍK, E. MIKLOVIČOVÁ AND M. MROSKO REFERENCES [1] M. Morari and J. H. Lee, Model predictive control: Past, present and future, Computers and Chemical Engineering, vol.23, pp , [2] S. J. Qin and T. A. Badgwell, A survey of industrial model predictive control technology, Control Engineering Practice, vol.11, pp , [3] C. R. Cutler, A. Morshedi and J. Haydel, An industrial perspective on advanced control, AICHE Annual Meeting, Washington DC, [4] C. R. Cutler and B. L. Ramaker, Dynamic matrix control A computer control algorithm, Proc. of the Joint Automatic Control Conference, [5] M. A. Henson, Nonlinear model predictive control: Current status and future directions, Computers and Chemical Engineering, vol.23, pp , [6] D. Dougherty and D. Copper, A practical multiple model adaptive strategy for single-loop MPC, Control Engineering Practice, vol.11, pp , [7] T. Sato and A. Inoue, Improvement of tracking performance in self-tuning PID controller based on generalized predictive control, Int. J. Innovative Computing, Information and Control, vol.2, no.3, pp , [8] K. Kemih, O. Tekkouk and S. Filali, Constrained generalised predictive control with estimation by genetic algorithm for a magnetic levitation system, Int. J. Innovative Computing, Information and Control, vol.2, no.3, pp , 2006.

JUSTIFICATION OF INPUT AND OUTPUT CONSTRAINTS INCORPORATION INTO PREDICTIVE CONTROL DESIGN

JUSTIFICATION OF INPUT AND OUTPUT CONSTRAINTS INCORPORATION INTO PREDICTIVE CONTROL DESIGN JUSTIFICATION OF INPUT AND OUTPUT CONSTRAINTS INCORPORATION INTO PREDICTIVE CONTROL DESIGN J. Škultéty, E. Miklovičová, M. Mrosko Slovak University of Technology, Faculty of Electrical Engineering and

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

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

Hybrid predictive controller based on Fuzzy-Neuro model

Hybrid predictive controller based on Fuzzy-Neuro model 1 Portál pre odborné publikovanie ISSN 1338-0087 Hybrid predictive controller based on Fuzzy-Neuro model Paulusová Jana Elektrotechnika, Informačné technológie 02.08.2010 In this paper a hybrid fuzzy-neuro

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

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

Online Support Vector Regression for Non-Linear Control

Online Support Vector Regression for Non-Linear Control Online Support Vector Regression for Non-Linear Control Gaurav Vishwakarma, Imran Rahman Chemical Engineering and Process Development Division, National Chemical Laboratory, Pune (MH), India-411008 ---------------------------------------------------------------------------------------------------------------------------------------

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

arxiv: v1 [cs.sy] 20 Dec 2017

arxiv: v1 [cs.sy] 20 Dec 2017 Adaptive model predictive control for constrained, linear time varying systems M Tanaskovic, L Fagiano, and V Gligorovski arxiv:171207548v1 [cssy] 20 Dec 2017 1 Introduction This manuscript contains technical

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

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

Course on Model Predictive Control Part II Linear MPC design

Course on Model Predictive Control Part II Linear MPC design Course on Model Predictive Control Part II Linear MPC design Gabriele Pannocchia Department of Chemical Engineering, University of Pisa, Italy Email: g.pannocchia@diccism.unipi.it Facoltà di Ingegneria,

More information

Robust Model Predictive Control of Heat Exchangers

Robust Model Predictive Control of Heat Exchangers A publication of CHEMICAL EGIEERIG RASACIOS VOL. 9, 01 Guest Editors: Petar Sabev Varbanov, Hon Loong Lam, Jiří Jaromír Klemeš Copyright 01, AIDIC Servizi S.r.l., ISB 978-88-95608-0-4; ISS 1974-9791 he

More information

MATLAB TOOL FOR IDENTIFICATION OF NONLINEAR SYSTEMS

MATLAB TOOL FOR IDENTIFICATION OF NONLINEAR SYSTEMS MATLAB TOOL FOR IDENTIFICATION OF NONLINEAR SYSTEMS M. Kalúz, Ľ. Čirka, M. Fikar Institute of Information Engineering, Automation, and Mathematics, FCFT STU in Bratislava Abstract This contribution describes

More information

Nonlinear Model Predictive Control for Periodic Systems using LMIs

Nonlinear Model Predictive Control for Periodic Systems using LMIs Marcus Reble Christoph Böhm Fran Allgöwer Nonlinear Model Predictive Control for Periodic Systems using LMIs Stuttgart, June 29 Institute for Systems Theory and Automatic Control (IST), University of Stuttgart,

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

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

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

A FAST, EASILY TUNED, SISO, MODEL PREDICTIVE CONTROLLER. Gabriele Pannocchia,1 Nabil Laachi James B. Rawlings

A FAST, EASILY TUNED, SISO, MODEL PREDICTIVE CONTROLLER. Gabriele Pannocchia,1 Nabil Laachi James B. Rawlings A FAST, EASILY TUNED, SISO, MODEL PREDICTIVE CONTROLLER Gabriele Pannocchia, Nabil Laachi James B. Rawlings Department of Chemical Engineering Univ. of Pisa Via Diotisalvi 2, 5626 Pisa (Italy) Department

More information

LINEAR TIME VARYING TERMINAL LAWS IN MPQP

LINEAR TIME VARYING TERMINAL LAWS IN MPQP LINEAR TIME VARYING TERMINAL LAWS IN MPQP JA Rossiter Dept of Aut Control & Systems Eng University of Sheffield, Mappin Street Sheffield, S1 3JD, UK email: JARossiter@sheffieldacuk B Kouvaritakis M Cannon

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

Intermediate Process Control CHE576 Lecture Notes # 2

Intermediate Process Control CHE576 Lecture Notes # 2 Intermediate Process Control CHE576 Lecture Notes # 2 B. Huang Department of Chemical & Materials Engineering University of Alberta, Edmonton, Alberta, Canada February 4, 2008 2 Chapter 2 Introduction

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

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

A NEW APPROACH TO MIXED H 2 /H OPTIMAL PI/PID CONTROLLER DESIGN

A NEW APPROACH TO MIXED H 2 /H OPTIMAL PI/PID CONTROLLER DESIGN Copyright 2002 IFAC 15th Triennial World Congress, Barcelona, Spain A NEW APPROACH TO MIXED H 2 /H OPTIMAL PI/PID CONTROLLER DESIGN Chyi Hwang,1 Chun-Yen Hsiao Department of Chemical Engineering National

More information

STABILITY ANALYSIS OF MODEL PREDICTIVE CONTROLLER WITH CONSTRAINTSVARIATION FOR MAGNETIC LEVITATION SYSTEM

STABILITY ANALYSIS OF MODEL PREDICTIVE CONTROLLER WITH CONSTRAINTSVARIATION FOR MAGNETIC LEVITATION SYSTEM 134 STABILITY ANALYSIS OF MODEL PREDICTIVE CONTROLLER WITH CONSTRAINTSVARIATION FOR MAGNETIC LEVITATION SYSTEM Shailendra Chauhan 1, Himansh Kumar 2, Varunendra Kumar Singh 3, Ashis Behera 4 1 Department

More information

Information Structures Preserved Under Nonlinear Time-Varying Feedback

Information Structures Preserved Under Nonlinear Time-Varying Feedback Information Structures Preserved Under Nonlinear Time-Varying Feedback Michael Rotkowitz Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 Stockholm, Sweden Email: michael.rotkowitz@ee.kth.se

More information

EE C128 / ME C134 Feedback Control Systems

EE C128 / ME C134 Feedback Control Systems EE C128 / ME C134 Feedback Control Systems Lecture Additional Material Introduction to Model Predictive Control Maximilian Balandat Department of Electrical Engineering & Computer Science University of

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

Linear-Quadratic Optimal Control: Full-State Feedback

Linear-Quadratic Optimal Control: Full-State Feedback Chapter 4 Linear-Quadratic Optimal Control: Full-State Feedback 1 Linear quadratic optimization is a basic method for designing controllers for linear (and often nonlinear) dynamical systems and is actually

More information

Predictive Control of Gyroscopic-Force Actuators for Mechanical Vibration Damping

Predictive Control of Gyroscopic-Force Actuators for Mechanical Vibration Damping ARC Centre of Excellence for Complex Dynamic Systems and Control, pp 1 15 Predictive Control of Gyroscopic-Force Actuators for Mechanical Vibration Damping Tristan Perez 1, 2 Joris B Termaat 3 1 School

More information

IMPLEMENTATIONS OF TRACKING MULTIPARAMETRIC PREDICTIVE CONTROLLER. Pregelj Boštjan, Gerkšič Samo. Jozef Stefan Institute, Ljubljana, Slovenia

IMPLEMENTATIONS OF TRACKING MULTIPARAMETRIC PREDICTIVE CONTROLLER. Pregelj Boštjan, Gerkšič Samo. Jozef Stefan Institute, Ljubljana, Slovenia IMPLEMENTATIONS OF TRACKING MULTIPARAMETRIC PREDICTIVE CONTROLLER Pregelj Boštjan, Gerkšič Samo Jozef Stefan Institute, Ljubljana, Slovenia Abstract: With the recently developed multi-parametric predictive

More information

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

SELF TUNING PREDICTIVE CONTROL OF NONLINEAR SERVO MOTOR

SELF TUNING PREDICTIVE CONTROL OF NONLINEAR SERVO MOTOR Journal of ELECTRICAL ENGINEERING, VOL 6, NO 6, 2, 365 372 SELF TUNING PREDICTIVE CONTROL OF NONLINEAR SERVO MOTOR Vladimír Bobál Petr Chalupa Marek Kubalčík Petr Dostál The paper is focused on a design

More information

A PRIORITIZED MULTIOBJECTIVE MPC CONFIGURATION USING ADAPTIVE RBF NETWORKS AND EVOLUTIONARY COMPUTATION

A PRIORITIZED MULTIOBJECTIVE MPC CONFIGURATION USING ADAPTIVE RBF NETWORKS AND EVOLUTIONARY COMPUTATION A PRIORIIZED MULIOBJECIVE MPC CONFIGURAION USING ADAPIVE RBF NEWORKS AND EVOLUIONARY COMPUAION Eleni Aggelogiannaki, Haralambos Sarimveis, Alex Alexandridis School of Chemical Engineering, NUA, 9 Heroon

More information

Design of Quadratic Dynamic Matrix Control for Driven Pendulum System

Design of Quadratic Dynamic Matrix Control for Driven Pendulum System International Journal of Electronics and Communication Engineering. ISSN 974-2166 Volume 5, Number 3 (212), pp. 363-37 International Research Publication House http://www.irphouse.com Design of Quadratic

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

Adaptive Robust Control

Adaptive Robust Control Adaptive Robust Control Adaptive control: modifies the control law to cope with the fact that the system and environment are uncertain. Robust control: sacrifices performance by guaranteeing stability

More information

Application of predictive control to a toy helicopter

Application of predictive control to a toy helicopter Application of predictive control to a toy helicopter Jonas Balderud and David I. Wilson Department of Electrical Engineering Karlstad University, Sweden jonas.balderud@kau.se Keywords: Matlab/Simulink,

More information

Process Control Hardware Fundamentals

Process Control Hardware Fundamentals Unit-1: Process Control Process Control Hardware Fundamentals In order to analyse a control system, the individual components that make up the system must be understood. Only with this understanding can

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

Passivity-based Adaptive Inventory Control

Passivity-based Adaptive Inventory Control Joint 48th IEEE Conference on Decision and Control and 28th Chinese Control Conference Shanghai, P.R. China, December 6-8, 29 ThB.2 Passivity-based Adaptive Inventory Control Keyu Li, Kwong Ho Chan and

More information

Dynamic Matrix controller based on Sliding Mode Control.

Dynamic Matrix controller based on Sliding Mode Control. AMERICAN CONFERENCE ON APPLIED MATHEMATICS (MATH '08, Harvard, Massachusetts, USA, March -, 008 Dynamic Matrix controller based on Sliding Mode Control. OSCAR CAMACHO 1 LUÍS VALVERDE. EDINZO IGLESIAS..

More information

Process Modelling, Identification, and Control

Process Modelling, Identification, and Control Jan Mikles Miroslav Fikar 2008 AGI-Information Management Consultants May be used for personal purporses only or by libraries associated to dandelon.com network. Process Modelling, Identification, and

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

ADAPTIVE TEMPERATURE CONTROL IN CONTINUOUS STIRRED TANK REACTOR

ADAPTIVE TEMPERATURE CONTROL IN CONTINUOUS STIRRED TANK REACTOR INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), ISSN 0976 6545(Print) ISSN 0976 6553(Online)

More information

PID control of FOPDT plants with dominant dead time based on the modulus optimum criterion

PID control of FOPDT plants with dominant dead time based on the modulus optimum criterion Archives of Control Sciences Volume 6LXII, 016 No. 1, pages 5 17 PID control of FOPDT plants with dominant dead time based on the modulus optimum criterion JAN CVEJN The modulus optimum MO criterion can

More information

Iterative Controller Tuning Using Bode s Integrals

Iterative Controller Tuning Using Bode s Integrals Iterative Controller Tuning Using Bode s Integrals A. Karimi, D. Garcia and R. Longchamp Laboratoire d automatique, École Polytechnique Fédérale de Lausanne (EPFL), 05 Lausanne, Switzerland. email: alireza.karimi@epfl.ch

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

Introduction to Model Predictive Control. Dipartimento di Elettronica e Informazione

Introduction to Model Predictive Control. Dipartimento di Elettronica e Informazione Introduction to Model Predictive Control Riccardo Scattolini Riccardo Scattolini Dipartimento di Elettronica e Informazione Finite horizon optimal control 2 Consider the system At time k we want to compute

More information

Online monitoring of MPC disturbance models using closed-loop data

Online monitoring of MPC disturbance models using closed-loop data Online monitoring of MPC disturbance models using closed-loop data Brian J. Odelson and James B. Rawlings Department of Chemical Engineering University of Wisconsin-Madison Online Optimization Based Identification

More information

An Introduction to Model Predictive Control TEQIP Workshop, IIT Kanpur 22 nd Sept., 2016

An Introduction to Model Predictive Control TEQIP Workshop, IIT Kanpur 22 nd Sept., 2016 An Introduction to Model Predictive Control EQIP Workshop, II Kanpur 22 nd Sept., 216 Sachin C. Patwardhan Dept. of Chemical Engineering I.I.. Bombay Email: sachinp@iitb.ac.in Outline Motivation Development

More information

Paris'09 ECCI Eduardo F. Camacho MPC Constraints 2. Paris'09 ECCI Eduardo F. Camacho MPC Constraints 4

Paris'09 ECCI Eduardo F. Camacho MPC Constraints 2. Paris'09 ECCI Eduardo F. Camacho MPC Constraints 4 Outline Constrained MPC Eduardo F. Camacho Univ. of Seville. Constraints in Process Control. Constraints and MPC 3. Formulation of Constrained MPC 4. Illustrative Examples 5. Feasibility. Constraint Management

More information

Robustness of MPC and Disturbance Models for Multivariable Ill-conditioned Processes

Robustness of MPC and Disturbance Models for Multivariable Ill-conditioned Processes 2 TWMCC Texas-Wisconsin Modeling and Control Consortium 1 Technical report number 21-2 Robustness of MPC and Disturbance Models for Multivariable Ill-conditioned Processes Gabriele Pannocchia and James

More information

AC&ST AUTOMATIC CONTROL AND SYSTEM THEORY SYSTEMS AND MODELS. Claudio Melchiorri

AC&ST AUTOMATIC CONTROL AND SYSTEM THEORY SYSTEMS AND MODELS. Claudio Melchiorri C. Melchiorri (DEI) Automatic Control & System Theory 1 AUTOMATIC CONTROL AND SYSTEM THEORY SYSTEMS AND MODELS Claudio Melchiorri Dipartimento di Ingegneria dell Energia Elettrica e dell Informazione (DEI)

More information

Optimal Control of Nonlinear Systems: A Predictive Control Approach

Optimal Control of Nonlinear Systems: A Predictive Control Approach Optimal Control of Nonlinear Systems: A Predictive Control Approach Wen-Hua Chen a Donald J Ballance b Peter J Gawthrop b a Department of Aeronautical and Automotive Engineering, Loughborough University,

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

MRAGPC Control of MIMO Processes with Input Constraints and Disturbance

MRAGPC Control of MIMO Processes with Input Constraints and Disturbance Proceedings of the World Congress on Engineering and Computer Science 9 Vol II WCECS 9, October -, 9, San Francisco, USA MRAGPC Control of MIMO Processes with Input Constraints and Disturbance A. S. Osunleke,

More information

UCLA Chemical Engineering. Process & Control Systems Engineering Laboratory

UCLA Chemical Engineering. Process & Control Systems Engineering Laboratory Constrained Innite-time Optimal Control Donald J. Chmielewski Chemical Engineering Department University of California Los Angeles February 23, 2000 Stochastic Formulation - Min Max Formulation - UCLA

More information

FINITE HORIZON ROBUST MODEL PREDICTIVE CONTROL USING LINEAR MATRIX INEQUALITIES. Danlei Chu, Tongwen Chen, Horacio J. Marquez

FINITE HORIZON ROBUST MODEL PREDICTIVE CONTROL USING LINEAR MATRIX INEQUALITIES. Danlei Chu, Tongwen Chen, Horacio J. Marquez FINITE HORIZON ROBUST MODEL PREDICTIVE CONTROL USING LINEAR MATRIX INEQUALITIES Danlei Chu Tongwen Chen Horacio J Marquez Department of Electrical and Computer Engineering University of Alberta Edmonton

More information

Iterative Feedback Tuning

Iterative Feedback Tuning Iterative Feedback Tuning Michel Gevers CESAME - UCL Louvain-la-Neuve Belgium Collaboration : H. Hjalmarsson, S. Gunnarsson, O. Lequin, E. Bosmans, L. Triest, M. Mossberg Outline Problem formulation Iterative

More information

UNIVERSITY OF CALIFORNIA. Los Angeles. Distributed Model Predictive Control of Nonlinear. and Two-Time-Scale Process Networks

UNIVERSITY OF CALIFORNIA. Los Angeles. Distributed Model Predictive Control of Nonlinear. and Two-Time-Scale Process Networks UNIVERSITY OF CALIFORNIA Los Angeles Distributed Model Predictive Control of Nonlinear and Two-Time-Scale Process Networks A dissertation submitted in partial satisfaction of the requirements for the degree

More information

A NEURO-FUZZY MODEL PREDICTIVE CONTROLLER APPLIED TO A PH-NEUTRALIZATION PROCESS. Jonas B. Waller and Hannu T. Toivonen

A NEURO-FUZZY MODEL PREDICTIVE CONTROLLER APPLIED TO A PH-NEUTRALIZATION PROCESS. Jonas B. Waller and Hannu T. Toivonen Copyright 22 IFAC 15th Triennial World Congress, Barcelona, Spain A NEURO-FUZZY MODEL PREDICTIVE CONTROLLER APPLIED TO A PH-NEUTRALIZATION PROCESS Jonas B. Waller and Hannu T. Toivonen Department of Chemical

More information

Industrial Model Predictive Control

Industrial Model Predictive Control Industrial Model Predictive Control Emil Schultz Christensen Kongens Lyngby 2013 DTU Compute-M.Sc.-2013-49 Technical University of Denmark DTU Compute Matematiktovet, Building 303B, DK-2800 Kongens Lyngby,

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

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

Economic Model Predictive Control Historical Perspective and Recent Developments and Industrial Examples

Economic Model Predictive Control Historical Perspective and Recent Developments and Industrial Examples 1 Economic Model Predictive Control Historical Perspective and Recent Developments and Industrial Examples Public Trial Lecture Candidate: Vinicius de Oliveira Department of Chemical Engineering, Faculty

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

EEE 550 ADVANCED CONTROL SYSTEMS

EEE 550 ADVANCED CONTROL SYSTEMS UNIVERSITI SAINS MALAYSIA Semester I Examination Academic Session 2007/2008 October/November 2007 EEE 550 ADVANCED CONTROL SYSTEMS Time : 3 hours INSTRUCTION TO CANDIDATE: Please ensure that this examination

More information

RECURSIVE SUBSPACE IDENTIFICATION IN THE LEAST SQUARES FRAMEWORK

RECURSIVE SUBSPACE IDENTIFICATION IN THE LEAST SQUARES FRAMEWORK RECURSIVE SUBSPACE IDENTIFICATION IN THE LEAST SQUARES FRAMEWORK TRNKA PAVEL AND HAVLENA VLADIMÍR Dept of Control Engineering, Czech Technical University, Technická 2, 166 27 Praha, Czech Republic mail:

More information

Prashant Mhaskar, Nael H. El-Farra & Panagiotis D. Christofides. Department of Chemical Engineering University of California, Los Angeles

Prashant Mhaskar, Nael H. El-Farra & Panagiotis D. Christofides. Department of Chemical Engineering University of California, Los Angeles HYBRID PREDICTIVE OUTPUT FEEDBACK STABILIZATION OF CONSTRAINED LINEAR SYSTEMS Prashant Mhaskar, Nael H. El-Farra & Panagiotis D. Christofides Department of Chemical Engineering University of California,

More information

Noise Modelling and MPC Tuning for Systems with Infrequent Step Disturbances

Noise Modelling and MPC Tuning for Systems with Infrequent Step Disturbances Preprints of the 8th IFAC World Congress Milano (Italy) August 8 - September, Noise Modelling and MPC Tuning for Systems with Infrequent Step Disturbances Jakob K. Huusom Niels K. Poulsen Sten B. Jørgensen

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

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

Lazy learning for control design

Lazy learning for control design Lazy learning for control design Gianluca Bontempi, Mauro Birattari, Hugues Bersini Iridia - CP 94/6 Université Libre de Bruxelles 5 Bruxelles - Belgium email: {gbonte, mbiro, bersini}@ulb.ac.be Abstract.

More information

Practical Control of Surge Tanks Suffering from Frequent Inlet Flow Upsets

Practical Control of Surge Tanks Suffering from Frequent Inlet Flow Upsets Brescia (Italy) March 28-3 212 Practical Control of Surge Tanks Suffering from Frequent Inlet Flow Upsets Peter Rosander Alf J Isaksson Johan Löfberg Krister Forsman Department of Electrical Engineering

More information

Reflux control of a laboratory distillation column via MPC-based reference governor

Reflux control of a laboratory distillation column via MPC-based reference governor Reflux control of a laboratory distillation column via MPC-based reference governor Martin Klaučo, Richard Valo, Ján Drgoňa Slovak University of Technology in Bratislava, Radlinského 9, SK-812 37 Bratislava,

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

LQ and Model Predictive Control (MPC) of a tank process

LQ and Model Predictive Control (MPC) of a tank process Uppsala University Information Technology Systems and Control Susanne Svedberg 2000 Rev. 2009 by BPGH, 2010 by TS, 2011 by HN Last rev. September 22, 2014 by RC Automatic control II Computer Exercise 4

More information

Support Vector Machine (continued)

Support Vector Machine (continued) Support Vector Machine continued) Overlapping class distribution: In practice the class-conditional distributions may overlap, so that the training data points are no longer linearly separable. We need

More information

Feasibility for non-square linear MPC

Feasibility for non-square linear MPC Feasibility for non-square linear MPC L.R.E. Shead, J.A Rossiter Abstract This paper investigates how the attributes of nonsquare systems affects feasibility in linear (MPC). Following on from the foundation

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

Design and Tuning of Fractional-order PID Controllers for Time-delayed Processes

Design and Tuning of Fractional-order PID Controllers for Time-delayed Processes Design and Tuning of Fractional-order PID Controllers for Time-delayed Processes Emmanuel Edet Technology and Innovation Centre University of Strathclyde 99 George Street Glasgow, United Kingdom emmanuel.edet@strath.ac.uk

More information

MATH4406 (Control Theory) Unit 6: The Linear Quadratic Regulator (LQR) and Model Predictive Control (MPC) Prepared by Yoni Nazarathy, Artem

MATH4406 (Control Theory) Unit 6: The Linear Quadratic Regulator (LQR) and Model Predictive Control (MPC) Prepared by Yoni Nazarathy, Artem MATH4406 (Control Theory) Unit 6: The Linear Quadratic Regulator (LQR) and Model Predictive Control (MPC) Prepared by Yoni Nazarathy, Artem Pulemotov, September 12, 2012 Unit Outline Goal 1: Outline linear

More information

Unconstrained optimization

Unconstrained optimization Chapter 4 Unconstrained optimization An unconstrained optimization problem takes the form min x Rnf(x) (4.1) for a target functional (also called objective function) f : R n R. In this chapter and throughout

More information

Progress in MPC Identification: A Case Study on Totally Closed-Loop Plant Test

Progress in MPC Identification: A Case Study on Totally Closed-Loop Plant Test Progress in MPC Identification: A Case Study on Totally Closed-Loop Plant Test Yucai Zhu Grensheuvel 10, 5685 AG Best, The Netherlands Phone +31.499.465692, fax +31.499.465693, y.zhu@taijicontrol.com Abstract:

More information

A Tuning of the Nonlinear PI Controller and Its Experimental Application

A Tuning of the Nonlinear PI Controller and Its Experimental Application Korean J. Chem. Eng., 18(4), 451-455 (2001) A Tuning of the Nonlinear PI Controller and Its Experimental Application Doe Gyoon Koo*, Jietae Lee*, Dong Kwon Lee**, Chonghun Han**, Lyu Sung Gyu, Jae Hak

More information

Postface to Model Predictive Control: Theory and Design

Postface to Model Predictive Control: Theory and Design Postface to Model Predictive Control: Theory and Design J. B. Rawlings and D. Q. Mayne August 19, 2012 The goal of this postface is to point out and comment upon recent MPC papers and issues pertaining

More information

An Introduction to Model-based Predictive Control (MPC) by

An Introduction to Model-based Predictive Control (MPC) by ECE 680 Fall 2017 An Introduction to Model-based Predictive Control (MPC) by Stanislaw H Żak 1 Introduction The model-based predictive control (MPC) methodology is also referred to as the moving horizon

More information

Markov chain optimisation for energy systems (MC-ES)

Markov chain optimisation for energy systems (MC-ES) Markov chain optimisation for energy systems (MC-ES) John Moriarty Queen Mary University of London 19th August 2016 Approaches to the stochastic optimisation of power systems are not mature at research

More information

MODEL PREDICTIVE CONTROL FUNDAMENTALS

MODEL PREDICTIVE CONTROL FUNDAMENTALS Nigerian Journal of Technology (NIJOTECH) Vol 31, No 2, July, 2012, pp 139 148 Copyright 2012 Faculty of Engineering, University of Nigeria ISSN 1115-8443 MODEL PREDICTIVE CONTROL FUNDAMENTALS PE Orukpe

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

Process Dynamics, Operations, and Control Lecture Notes 2

Process Dynamics, Operations, and Control Lecture Notes 2 Chapter. Dynamic system.45 Process Dynamics, Operations, and Control. Context In this chapter, we define the term 'system' and how it relates to 'process' and 'control'. We will also show how a simple

More information

NONLINEAR PREDICTIVE CONTROLLER: INFLUENCE OF ITERATIONS NUMBER ON REGULATION QUALITY

NONLINEAR PREDICTIVE CONTROLLER: INFLUENCE OF ITERATIONS NUMBER ON REGULATION QUALITY NONLINEAR PREDICIVE CONROLLER: INFLUENCE OF IERAIONS NUMBER ON REGULAION QUALIY P. Škrabánek Faculty of Electrical engineering and Informatics Department of process control University of Pardubice Abstract

More information

Adaptive Dual Control

Adaptive Dual Control Adaptive Dual Control Björn Wittenmark Department of Automatic Control, Lund Institute of Technology Box 118, S-221 00 Lund, Sweden email: bjorn@control.lth.se Keywords: Dual control, stochastic control,

More information

MODEL PREDICTIVE CONTROL and optimization

MODEL PREDICTIVE CONTROL and optimization MODEL PREDICTIVE CONTROL and optimization Lecture notes Model Predictive Control PhD., Associate professor David Di Ruscio System and Control Engineering Department of Technology Telemark University College

More information

CONTROL. J.S. Senent M. Martnez J. Sanchis. Departamento de Ingeniera de Sistemas y Automatica. Universidad Politecnica de Valencia.

CONTROL. J.S. Senent M. Martnez J. Sanchis. Departamento de Ingeniera de Sistemas y Automatica. Universidad Politecnica de Valencia. QUADRATIC INDEX ANALYSIS IN PREDICTIVE CONTROL J.S. Senent M. Martnez J. Sanchis Departamento de Ingeniera de Sistemas y Automatica. Universidad Politecnica de Valencia. Camino de Vera, 14 E-46022 Valencia

More information

CONSTRAINED MODEL PREDICTIVE CONTROL ON CONVEX POLYHEDRON STOCHASTIC LINEAR PARAMETER VARYING SYSTEMS. Received October 2012; revised February 2013

CONSTRAINED MODEL PREDICTIVE CONTROL ON CONVEX POLYHEDRON STOCHASTIC LINEAR PARAMETER VARYING SYSTEMS. Received October 2012; revised February 2013 International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 10, October 2013 pp 4193 4204 CONSTRAINED MODEL PREDICTIVE CONTROL ON CONVEX

More information

Model based control design

Model based control design Model based control design Alf Isaksson September, 999 Supplied as supplement to course book in Automatic Control Basic course (Reglerteknik AK) Objective: To introduce some general approaches to model

More information

Fuzzy Control of a Multivariable Nonlinear Process

Fuzzy Control of a Multivariable Nonlinear Process Fuzzy Control of a Multivariable Nonlinear Process A. Iriarte Lanas 1, G. L.A. Mota 1, R. Tanscheit 1, M.M. Vellasco 1, J.M.Barreto 2 1 DEE-PUC-Rio, CP 38.063, 22452-970 Rio de Janeiro - RJ, Brazil e-mail:

More information