Augmenting MPC Block with Integral Action

조회 수: 17 (최근 30일)
Joe Gibbs
Joe Gibbs 2024년 2월 10일
댓글: Joe Gibbs 2024년 2월 12일
I want to augment my standard MPC controller with an integral action, as an analogue of adapting an LQR controller to LQI for reference tracking. I am aware that MPC already requires a reference to track but research shows that disturbance rejection can improve with an added integral state. The paper below details the required augmentation of the state space model.
Is this possible within the Simulink MPC block and associated MATLAB MPC object or would it require a custom implementation? As a starting point I want to apply this to a position servomechanism for a DC motor and have additional integral action to remove steady state error when there is a model mismatch. I can easily derive the equivalent LQI controller with an augmented state space model but the Model Predictive Toolbox does not seem to like the augmented MPC state space model.

채택된 답변

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2024년 2월 12일
Hello,
Let me paste a couple of links here that show how we formulate the underlying QP problem in linear mpc in Model Predictive Control Toolbox:
Essentially, the augmentation that you mention is already handled under the hood so there is no need for you to do it again.
Take a look at the first image on the first link above. The built-in Kalman filter in the mpc object considers input and output disturbances, that when tuned properly can lead to zero-offset tracking.
Here is an example that shows how the disturbance models can help.
Hope this makes sense
  댓글 수: 1
Joe Gibbs
Joe Gibbs 2024년 2월 12일
Amazing, thank you for your response! This will save me a bunch of time writing my own version.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Controller Creation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by