- Make sure that the “mscicos.dll” file is present in the same directory as the FMU file. You can check this by navigating to the folder containing the FMU file and ensuring that the “mscicos.dll” file is present there.
- Try adding the directory containing the “mscicos.dll” file to the system's PATH variable. This can be done by following the steps outlined in this article: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
- If none of the above step's work, try reinstalling the Motion-Solve software.
Error while running Motion-Solve FMU model in Simulink
6 views (last 30 days)
Show older comments
Maor Kletter
on 29 May 2023
Commented: Maor Kletter
on 12 Jun 2023
Hello,
I would like to run Motion-Solve model(Altair) via Simulink using FMU model. I used FMU import in Simulink and then run the model with scope in the output.
The error showed in the log file is:
# Debug Logging enabled for block 'untitled/FMU'
Log from FMU: [category:log, status:fmi2Error]
Error: Failed to load mscicos.dll
0 Comments
Accepted Answer
Anurag Ojha
on 6 Jun 2023
Hello Maor,
Based on the error message, it seems that there is an issue with loading the required “mscicos.dll” file for the Motion-Solve solver when running the FMU model in Simulink. This can occur for various reasons, but there are a few steps you can take to troubleshoot and resolve this issue:
For more information refer to following MATLAB documentation:
Hope it helps!
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!