You are on page 1of 5

11.45 57 72 20 70.

99
manipulate this control variable, used manipulated 12.00 67 62 17.50 75
12.15 47 82 22.50 65
variables are Reboiler flow ,Side Stream flow, Reflux 12.30 47 82 22.50 75
flow and Pressure. Reflux Valve Position and Re-boiler
Valve position are constraint variables. By the following
way MPC has been implemented using DeltaV.

7.1 MODEL IDENTIFICATION


Model plays an important role in Model Predictive
Control (MPC) because it facilitates approximately
correct time response of change in process output
(controlled or constrained variable) for a change in
process input (manipulated variable). Looking at the
difficulties of Distillation Process, model identification
assists in the development of plant model that can
adequately characterize temperature and flow control.
Multivariable model tries to show relationships between
input-output pair that may have prominent association
with each other. By using MPCPro block of DeltaV
Figure 2: PRBS test for Model Identification
variables can be selected. Selected variables are shown in
Condition to execute MPCPro algorithm Controlled Variable Constraint Variable
is that number of controlled and constrained parameters
must be less than or equal to manipulated parameter. [13] Time Upper Side Bottom Side Reboiler Reflux
Temp. Temp. Valve Valve
Position Position
Table 1 11.45 135.81 226.34 96.07 85.47
12.00 138.54 231.13 91.01 87.43
SP SP Low High 12.15 138.66 221.11 100 80.75
Variables 12.30 141.58 235.66 100 80.45
Low High Limit Limit
Bottom Side
Controlled
Temp.
0 300 - - Table 3
Variable
Upper Side Temp. 0 500 - -
Constraint Reboiler Valve
- - 0 95
Position
Variable model which will be generated in future. By
Reflux Valve
- - 0 95 selecting the AUTO generation button, model is
Position
Manipulate Sidestream flow - - 35 80 generated. The validity of the step response can
d Variable Reboiler Flow - - 45 90 be obtained from the background color of the
Pressure - - 15 25
Reflux Flow - - 50 90
individual step response as shown in the Figure
Disturbanc Reflux 3. Red colored step response is the most
- - - -
e Temperature significant for the associated Manipulated
process input.Step test provides Steady State
After putting all the relevant values for the Controlled, Process Gain, Time Constant and Dead Time.
Manipulated, Constraints and Disturbances, launch the Matrix is obtained in the Transfer Function form
DeltaV PredictPro application for the commission and as below:
testing. Parameters required for model generation are Bottom side temperature
Time to Steady State and Step Size. Here values for above
parameters are 240 sec and 5% respectively. Step testing
offers interaction between process variables during MPC
implementation. DeltaV provides Pseudo Random Binary
Signal (PRBS) signal to MV for a test to generate
[ Reboiler Valve Position
Upper SideTemperature
Reflux Valve Position
=
]
corresponding CV response. As shown in Figure 2. 0.19 e−22 s 0.4 e−10 s 0.211e−16 s

[ ]
Table 2 and Table 3 0 0
18 s +1 15.2 s +1 16.61 s+1
gives us corresponding values of Controlled and R
0.893 e−2 s

[
Constraint variables for change in Manipulated variable. 0 0 0 0 Re
From this we can obtain gain and can verify the 4.15 s+1
Pre
−0.20 e−8 s 0.078 e−20 s
Table 2 0 0 0 Re
Manipulated Variable 19.72 s +1 20.109 s +1 Side
Time Reflux Reboile Pressur Sidestream 0.98 e−2 s
r e 0 0 0 0
4.15 s+1
which are defined with higher confidence, provided the
Model is verified by choosing the Control and Constraint process dead times are known.
parameter. The squared error is shown for all Control and
Constraint parameters. In addition, for selected v a
parameters, the calculated and actual values can be y k =∑ ai y k−i+ ∑ bi uk−d −i -------------- (6)
plotted for the original time or for the timeframe selected i=1 i=1
by the green bar in the overview.
Where a, v are autoregressive and moving average
equation orders of ARX; a = 4, v = 4 satisfy most
applications;a i , bi are moving average and autoregressive
coefficients of the ARX model; and d is dead time in
scans. As shown in Figure 4, the FIR response provides
valuable information on the process gain and response.
This alternative method essentially involves comparison
of ARX (Auto Regressive model with External input)
with FIR. The squared error is shown for all Control and
Constraint parameters. Here squared error is 0.21. Refer
Figure 5. In addition, for selected parameters, the
calculated and actual value can be plotted for the original
time or for the timeframe selected by the green bar in the
overview. This involves comparison of calculated output
Figure 3: Model overview in DeltaV and actual output. This is shown in the Figure 6.

8 MODEL VERIFICATION
Alternatively, the FIR response can be used as a guide in
manually editing the step response. FIR identifies pulse
response coefficients, as in below for a SISO process.

p
∆ y k =∑ hi ∆ uk −i ---------------------- (5)
i=1

where p is prediction horizon, with a typical default value


for MPC model 120; ∆ y k is change in the process
output at the time k; ∆ u k−i is change in the process input
at the time k – i; and hi is the pulse response coefficient of

Figure 5: Performance of Model


Figure 6 : Comparison between actual and predicted value of CV

Figure 4: Comparison between ARX and FIR Response


the model[8]. On other hand ARX has fewer coefficients
incremental control moves vector; Гy is a diagonal
9 CONTROLLER GENERATION penalty matrix on the controlled output error; Гu is a
A dynamic matrix is used for developing an MPC diagonal penalty matrix on the control moves; p is the
controller. A dynamic matrix is built from step responses prediction horizon (number of scans); and c is the control
to predict the changes in the process outputs that result horizon (number of scans).
from moves of the manipulated variables over the control
horizon. Dynamic matrix Su as in Equation below,
10 MPC CONTROLLER EQUATION
calculates prediction vector ∆ X k resulting from c future
moves of MV, defined by the vector∆ u (k ). ΔMV(k) = (SuT Г yT Г ySu + Г uT Г u)-1 SuT Г yT Г y Ep(k)
--------- (8)
∆ X k =¿ Su ∆ u(k).=
Where Su is the p × c process dynamic matrix built from
the step responses of dimension p ×c for a SISO model
b0 0 0 0 and pn × cm for a MIMO model with m manipulated

[ ][ ]
∆u k
b1 b0 0 0 inputs and n controlled outputs; and E p ( k ) is the error
∆ uk +1 vector over prediction horizon. Presenting MPC control
b2 b1 b0 0
∆ uk +2 equation in the form
⋮ ⋮ ⋮ ⋮ =

bi bi−1 bi−2 bi−c+1

⋮ ⋮ ⋮ ⋮ Δ MV ( k )=K mpc E p ( k )----------------(9)
∆u k+c−1
b p−1 b p−2 b p −3 b p−c
Where K mpc =¿(SuT Г yT Г ySu + Г uT Г u)-1 SuT Г yT
∆ y0 Г y

[]
∆ y1
∆ y2 11 RESULTS

∆ yi 11.1 Comparison of variables between with MPC and
without MPC (local)
⋮ In Local Mode i.e. without MPC, deviation of 5% in
∆ y p−1 steady state value of manipulated variable ( Reboiler
Flow) results in change in most relevant controlled
variable i.e. Bottom Side Temperature from 217.620 F
Once the model is accurate, Controller Generation is the to 218.910 F . This value is noted down. It also deviates
next stage. Condition to execute Controller Generation is other controlled variable, Upper Side Temperature from
number of Controlled and Constrained Parameters must their Set Point (SP) and constraint variable from its steady
be less than or equal to Manipulated Parameter. Penalty state value. During this procedure, other manipulated
on Move (POM) and Penalty on Error (POE) are two variables remained to its original position. Note that,
parameters to adjust the robustness of control and speed constraint variable (Reboiler valve Position) crossed its
of response. By using Controller Setup, parameters are higher limit (95%) i.e. 97.49%.
selected for controller generation. This gives condition
number. Lower condition number gives better control. A. In Local Mode (Without MPC)
Penalty on Move is a parameter that affects robustness.
To make control less aggressive Penalty on Move of that Table 3
parameter increases. The MPC controller minimizes the
squared error of a controlled variable over prediction Manip Controlled Constrai
horizon and the squared error of controller output over ulated Variable nt
control horizon. Variabl Variable
e
Reboiler Botto Upper Reb Ref
2 2 Flow m Side side oile lux
min
∆ MV (k)
{‖Г y
[CV ( k )−R (k )]‖ +‖Г u
∆ MV (k )‖ } Tempe
rature
tempe
0rature
r
0Val
Val
ve
94.9 95.
70 KPPH 217.62 127.79
F 2%F 43
----------- (7) 97.4 95.
218.910128.77 0
75 KPPH F 9%F 38
0 94.9
0 95.
where CV(k) is the controlled output p-step ahead
70 KPPH 217.64 127.89
F 1%F 42
prediction vector; R(k) is the p-step ahead reference
trajectory (set point) vector; ΔMV(k) is the c-step ahead
Now, noted value of Bottom Side Temperature in local rightly confirmed from the methods used in Model
mode is given as Set Point of Bottom Side Temperature Verification. Further MPC gives better results over PID in
in MPC mode and results are checked. It is rightly the application of Interactive Multivariable Control
observed that not only controlled variable tracks set point System. As seen from above results MPC was able to
but also does not affect other CVs (Controlled and handle constraints very effectively as in this case Reflux
Constraint Variable). To track set point, MV Valve Position and Reboiler Valve Position was
(Manipulated Variable) utilization is carried out. As constrained between low limit and high limit.
constraint (Reboiler Valve Position) is reached to its
higher limit, Reboiler flow (MV) didn’t change
significantly (69.90 KPPH to 69.95 KPPH). Instead of ACKNOWLEDGMENT:
that, sidestream is changed from 69.71 BPD to 71.13 We are very thankful to Emerson Export
BPD. Again set point is changed from 218.910 F to Engineering Centre for giving us opportunity. We would
like to thank Mr. Koustubh Palnitkar and Mr. Archis Labhe
217.620 F . Then, Reboiler flow (mv) is changed for technical assistance. We are very grateful to Mr. Sachin
significantly, because now, its related constraint (Reboiler
Soman for moral inspiration while carrying out this project.
Valve Position) is in limit. Like this way, Set point tracks
Set point tracks as well as constraints are handled Using
MPC as shown in Figure 7. REFERENCES:
B. In MPC Mode (With MPC)
[ 1] Willian L. Luyben, ‘Process Modelling, Simulation
and Control for Chemical Engineers’, 1990.
Table 4
Controlled Variable Manipulated Variable [ 2] Warren L. McCabe, Julian C. Smith, Peter
S.P. of Bottom Side Reboile Sidestrea Harriott, ‘Unit Operations of Chemical engineering’,
Bottom Side r Valve Reboiler Reflux Mc GRAW-HILL International Editions, Chemical
Temperatur m
Flow Flow
Temperatur e Position flow and Petroleum Engineering Series, Fifth
e 0 0 69.90KPP 76.79 Edition,1993.
217.62 F 217.62 F 94.40%
H
69.71BPD
Bbl/day
69.95KPP 76.90
218.910 F 218.910 F 94.45%
H
71.13 BPD
Bbl/day [ 3] Bѐla G. Lipták, Instrument Engineers’ handbook :
65.11KPP 74.75 Process Control, Third Edition, 1995.
217.620 F 217.620 F 92.48%
H
70.25 BPD
Bbl/day
[ 4] B. Wayne Bequette, ‘Process Control, Modelling
and Simulation’, Prentice Hall of India Pvt.
Ltd.2003.

[ 5] S. Joe Qin, Thomas A. Badgwell, ‘A survey


of industrial model predictive control technology’,
Control Engineering Practice 11 (2003) 733-764.

[ 6] Sudhir Panditrao, Sudhir Agashe, Prashant


Shevgaonkar, ‘Model Predictive Control of Pilot
Spray Dryer Unit Designed and implemented for an
Educational Institute ’.

[ 7] Dale E. Seborg, Thomas. F. Edgar, Duncan A.


Mellichamp, ‘Process Dynamics and
Control’,Second Edition, 2004.

[ 8] W.K. Wojsznis (2005), Model Predictive Control


and Optimization.

[ 9] Tri Chandra S.Wibowo, Nordin Saad, and Mohd


Noh Karsiti, ‘System Identification of an Interacting
Series Process for Real-Time Model Predictive
Control’, 2009 American Control Conference Hyatt
Regency Riverfront, St. Louis, MO, USA June 10-
12, 2009.

Figure7: How better Interactive process is handled by MPC over [ 10] Vu Trieu Minh, Wan Mansor Wan
PID Muhamad, ‘Model Predictive Control of a
Condensate Distillation Column’, International
Journal of Systems Control (Vol. 1-2010/ Iss.1).
12 CONCLUSION [ 11] Saniye Ay and Suleyman Karacan,
Model generated in MPC is of high accuracy, as it is ‘Decoupling Constrained Model Predictive Control
of Multi-component Packed Distillation Column’,
World Applied Sciences Journal 13, 2011.

[ 12] Yucai Zhu, Rohit Patwardhan, Stephen B.


Wagner, Jun Jhao, ‘Toward a low cost and high
performance MPC: The role of system
identification’, Computers and Chemical
Engineering 51 (2013) 124-135.

[ 13] Books on-line, DeltaV DCS Documentation,


Emerson Process Management, USA.

You might also like