Simulink Model does not run simulation - initializing never stops

조회 수: 8 (최근 30일)
Kilian Konstantin Hensel
Kilian Konstantin Hensel 2020년 5월 14일
답변: Yash 2025년 2월 16일
Good evening,
I integrated a KULI FMU into a blank worksheet in SIMULINK, and connected an imput constant and a scope to check if the import function works.
It is compiling, starts initializing, but never finishes the initializion, and never runs the model. Any Idea how to solve that problem?
Solver configuration is set to auto.

답변 (1개)

Yash
Yash 2025년 2월 16일
It's possible that the step size determined by the solver is too small, which is why the model seems to run indefinitely. Try the below steps to debug:
  • Try using a different solver.
  • Increase the step size in Model Settings.
  • Enable FMU debugging to get more details. Open the FMU Block parameter and select the check box "Enable FMU debug logging" in the Simulation tab.

카테고리

Help CenterFile Exchange에서 Prepare Model Inputs and Outputs에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by