- Ensure that the weights for the manipulated variables are set correctly. Make sure the weight for the MV you want to have a greater effect is higher relative to the other MVs.
- Ensure that both inputs are properly scaled to have similar magnitudes to allow for fair comparison and effective control. A significant difference in the magnitudes of the input variables could cause one variable to be less effective.
- Tune the prediction horizon (PH) and control horizon (CH) as they can significantly impact the controller’s performance. A longer PH allows the controller to anticipate future events better, while the CH determines how many future control moves are optimized at each step.
- Ensure that your internal plant model accurately represents the real system.
- Simulate the controller's performance under various scenarios using to test different configurations and observe the effects using the "mpcmove' function.
How to reduce the effect of one of the manipulated variables in an MPC controller with a MISO model as the internal model?
조회 수: 5 (최근 30일)
이전 댓글 표시
I am using a MISO (2 inputs) model as the inernal plant model in an MPC controller and I want one of the manipulated variables to have maximum effect on the output.I tried to adjust the weights of the manipulated variables but still could not get a desired effect.How to fix this issue?I am using MPC toolbox from MathWorks for designing the MPC controller.
댓글 수: 0
답변 (1개)
Kothuri
2024년 11월 8일 15:27
To increase the effect of one manipulated variable on the output in the MISO model with MPC, you can follow the below steps:
You can refer the below link for more info on “mpcmove”
You can refer the below Documentation link for more info on MPC controller for MISO system
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Refinement에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!