Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Model predictive control
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Principles of MPC === Model predictive control is a multivariable control algorithm that uses: * an internal dynamic model of the process * a cost function ''J'' over the receding horizon * an optimization algorithm minimizing the cost function ''J'' using the control input ''u'' An example of a quadratic cost function for optimization is given by: :<math>J=\sum_{i=1}^N w_{x_i} (r_i-x_i)^2 + \sum_{i=1}^M w_{u_i} {\Delta u_i}^2</math> <!-- previous version -- J = weightCV1*(rv1 β cv1) 2 + weightCV2*(rv2 β cv2) 2 +β¦ + weightMV1*(Ξmv1) 2 + weightMV2*(Ξmv2) 2 +β¦ --> without violating constraints (low/high limits) with :<math>x_i</math>: <math>i</math><sup>th</sup> controlled variable (e.g. measured temperature) :<math>r_i</math>: <math>i</math><sup>th</sup> reference variable (e.g. required temperature) :<math>u_i</math>: <math>i</math><sup>th</sup> manipulated variable (e.g. control valve) :<math>w_{x_i}</math>: weighting coefficient reflecting the relative importance of <math>x_i</math> :<math>w_{u_i}</math>: weighting coefficient penalizing relative big changes in <math>u_i</math> etc.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)