How do I validate FMUs using the FMU Compliance Checker?

How do I validate FMUs using the FMU Compliance Checker?

 Accepted Answer

October 2023 Update: The FMU Compliance Checker has been discontinued and supports only FMUs based on the FMI 1.0 and FMI 2.0 standards. To validate FMUs based on the FMI 3.0 standard and use currently recommended tools, see: How do I validate FMUs using FMU Check, FMPy, and FMUSim?
--------------------------------------------
To run the FMU Compliance Checker on Windows:
1) Download the FMU Compliance Checker from: https://github.com/modelica-tools/FMUComplianceChecker/releases
2) Download the package appropriate for your operating system. For example, on 64-bit Windows, download FMUChecker-x.y.z-win64.zip.
3) Extract the contents of the ZIP archive.
4) Open a Windows Command Prompt and navigate to the folder containing both the extracted checker executable and the FMU.
4) Run the checker:
fmuCheck.win64.exe myFMU.fmu
Alternatively, from within MATLAB:
>> !fmuCheck.win64.exe myFMU.fmu
5) Review the Compliance Checker output for errors and warnings. Any reported FMI compliance issues should be corrected by the FMU provider before importing the FMU into Simulink.

More Answers (0)

Categories

Products

Release

R2015b

Community Treasure Hunt

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

Start Hunting!