Skip to content

Import and export Functional Mock-up Units with Simulink

License

Notifications You must be signed in to change notification settings

nl78/FMIKit-Simulink

 
 

Repository files navigation

FMI Kit banner

FMI Kit for Simulink

Build Status

A Simulink library to import and export Functional Mock-up Units that supports...

  • FMI 1.0, 2.0, and 3.0
  • Model Exchange and Co-Simulation
  • MATLAB R2016a - R2022a

Quick start

To get started with FMI Kit run the following commands in the MATLAB Command Window

% download and extract the distribution archive to the current folder
unzip(['https://github.com/CATIA-Systems/FMIKit-Simulink/releases/' ...
  'download/v3.0/FMIKit-Simulink-3.0.zip'], 'FMIKit-Simulink-3.0')

% add the folder to the MATLAB path
addpath(fullfile(pwd, 'FMIKit-Simulink-3.0'))

% initialize FMI Kit
FMIKit.initialize()

% open the Bouncing Ball demo
fmikit_demo_BouncingBall

% open the documentation
web('FMIKit-Simulink-3.0/html/index.html')

See the documentation to learn how to import and export FMUs.

Commercial Support

You're starting a project, need training or professional support? Our partners at Claytex are ready to help you.

License

Copyright © 2022 Dassault Systèmes. The code is released under the 2-Clause BSD license.

About

Import and export Functional Mock-up Units with Simulink

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.5%
  • Java 23.6%
  • MATLAB 9.2%
  • CMake 3.0%
  • CSS 0.3%
  • C++ 0.2%
  • Other 0.2%