Why do I get an error regarding a missing "Dynamic libary file" when importing an FMU in Simulink?
Show older comments
When trying to import an .fmu into a Simulink model by selecting it in the FMU block, I get the following error:
Error parsing FMU 'myFMU.fmu'
Caused by:
Error in supplied FMU: Dynamic library file ('.dll') does not
exist in FMU 'myFMU.fmu'. For more information, see the FMU troubleshooting documentation.
I might also see the following error when trying to start the simulation in Windows:
Error in supplied FMU: Unable to load dynamic library
'<...>\slprj\_fmu\<...>\myFMU\binaries\linux64\myFMU.so':
<...>\slprj\_fmu\<...>\myFMU\binaries\linux64\myFMU.so is not a valid Win32 application.
. For more information, see the FMU troubleshooting documentation.
When starting the simulation in older releases, the error message may be:
Failed to load FMU for FMU block myModel/myFMUImportBlock.
Warning: Could not find binary file for this platform.
Make sure that the FMU is supported for this platform.
Accepted Answer
More Answers (0)
Categories
Find more on Deploy Standalone Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!