-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generated .fmu file is not runnable in Matlab/Simulink #222
Comments
We experienced the same. The FMU ran once, then MATLAB would crash on the second run. Have a look at this setting: https://se.mathworks.com/help/simulink/gui/fmuimportblocks.html;jsessionid=8d5c9ea364961b4142a101596f3b I MATLAB use the command: This fixed the problem for us. |
Which version? |
Matlab R2023b |
pythonfmu version,The latest version of pythonfmu has fixed this issue. |
Set a communication step size (not -1). If that does not work, try adding some log statements to check the internals of the model. |
Hi, I generated a .fmu file according to the tutorial then imported to the Matlab/simulink, but matlab will crash after running it.
The text was updated successfully, but these errors were encountered: