How to export a matlab/simulink model to FMU

조회 수: 22 (최근 30일)
Jon
Jon 2024년 1월 8일
이동: madhan ravi 2024년 1월 26일
Hello everyone,
I have downloaded this "bouncing ball" simulink model from this page https://es.mathworks.com/help/simulink/slref/simulation-of-a-bouncing-ball.html (image below).
Now, I want to export it to FMU.
2 doubts:
-Is there any way of doing it via the simulink itself, clicking on tabs/options? I cannot find the option of exporting to FMU in the tabs of simulink.
-In the other hand, is there also any way of doing it via code with Python? I know that it can be done via Python with OpenModelica models. Is also possible to do it with simulink models?
Thanks a lot in advance,
  댓글 수: 6
madhan ravi
madhan ravi 2024년 1월 12일
이동: madhan ravi 2024년 1월 26일

In the first link I shared it clearly states the requirements:

Jon
Jon 2024년 1월 22일
이동: madhan ravi 2024년 1월 26일
Thank you a lot,
I export to FMU in both ways: via the options of the bar save>export to standalone FMU and via code
In both cases, it gives me a scope to check the simulaion and the following error (images below):
What does that error mean and what is it preventing me from doing exactly?
Also, where is the .fmu file? I cannot find it
Thank you a lot in advance,

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

채택된 답변

Jon
Jon 2024년 1월 26일
편집: Jon 2024년 1월 26일
SOLVED
I think that this issue of "Error using ScriptParaFMU
Toolchain 'LCC-win64 v2.4.1 | gmake ...... etc"
Is the reason why the .fmu file is not formed.
This exact same issue is asked here, and I solved it installing MATLAB Support for MinGW-w64 C/C++/Fortran Compiler from here and also installing (just in case) Microsoft Visual c++ on my computer. After that, no error occurs and the .fmu file is formed perfectly.
I have a Windows 10 x64 by the way

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Create Standalone FMU에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by