필터 지우기
필터 지우기

error designing model in Model Predictive Control

조회 수: 8 (최근 30일)
Pablo Horrillo Quintero
Pablo Horrillo Quintero 2022년 9월 5일
답변: Sayan 2023년 9월 21일
Good morning,
I´m trying to define MPC Structure by linearization. I would be grateful if you could tell me how to resolve this error message " plant model cannot be a pure direct feed-through system without additional dynamics" . I have tried using delay blocks as suggested in some posts, but I cannot get it to work. Thank you, best regards.
  댓글 수: 6
Sam Chak
Sam Chak 2022년 9월 5일
Though I'm not familiar with batteries but I remember that the event of charging and discharging of batteries are dynamical processes.
Do you have the transfer function to describe the SOC of the battery?
If your battery model is in State-space, then you have a non-zero "Direct" feed-through matrrix D.
Pablo Horrillo Quintero
Pablo Horrillo Quintero 2022년 9월 5일
Sorry, I don´t have the transfer function.
My battery model is a Lithium-Ion battery from electrical/specialized power system/sources lybrary. I have two questions.
  • I'm using a PWM modulation technique, ¿is there a problem between PWM modulation and MPC?
  • What should be the correct state for the battery?
The use of MPC is only to obtain the power of each battery (there are 3 PV modules and 3 batteries) from the SOC and the power references. Then, the system uses the battery power and the modulation to obtain the gates of the IGBTs for the inverter. I don´t know if this configuration is possible.
Thank you.

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

답변 (1개)

Sayan
Sayan 2023년 9월 21일
I understand from the error that your "Plant" model used in the MPC structure in MPC Designer is a pure direct feed-through. The possible reasons for the error and their possible fixes are mentioned below.
  • Ensure the "Plant" model used in your model does not contain any direct feed-through between input and output.
  • You can try introducing additional intermediary states to the "Plant" model to eliminate direct feed-through.
  • Use the "Debug" tool in Simulink to find any error present in the "Plant" model.
  • Test the plant model by running it independently to find any errors or warnings in the "Diagnostic Viewer" and resolve them before reconfiguring the MPC designer with the updated model.
You can go through the following MATLAB documentation about the "Algebraic Loop" concept to remove direct feed-through in your model.
Hope this helps in resolving the error.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by