Simcenter Amesim How to perform an FMU compliance check?

2022-12-16T20:29:37.000-0500
Simcenter Amesim Automation Connect Simcenter System Simulation Client for Git Simcenter Amesim Teamcenter Share

Summary

This article gives an insight on checking the FMU generated either in Simcenter Amesim or any other tools for compliances.


Details

The Functional Mock-up Interface (FMI) is a free standard that defines a container and an interface to exchange dynamic models using a combination of XML files, binaries and C code zipped into a single file. It is supported by 150+ tools and maintained as a Modelica Association Project on GitHub. The code is released under the 2-Clause BSD, the docs under the CC-BY-SA License.

The resources to perform the compliance study can be found in this link: https://github.com/modelica-tools/FMUComplianceChecker/releases

Once you download the compliance checkers of the appropriate version, you navigate to the folder where the FMU/FMI (e.g. model.fmu) was created and run the following command: 

  • fmucheck.win32 -f -e out.log -o out.csv -l 5 -h 0.1 -s 1.0 model.fmu

KB Article ID# KB000048736_EN_US

Contents

SummaryDetails

Associated Components

Amesim Automation Connect