Main Content

FMU Importing

Use a functional mockup unit (FMU) block to bring third-party functionality into Simulink®

The FMU block lets you import your applications, contained in FMUs, into Simulink. This block has two modes to integrate FMUs that implement:

  • An FMI co-simulation interface. These FMUs contain local solvers.

  • An FMI model exchange interface. These FMUs do not contain local solvers.

For exporting your existing Simulink models as an FMU, see Create Standalone FMU (Simulink Compiler).

Blocks

FMUInclude Functional Mockup Unit (FMU) in model

Functions

fmudialog.compileFMUSourcesGenerate binary for FMU with source code on current platform (Since R2024a)
fmudialog.createBusTypeCreate all FMU bus objects required for structured input or output ports in workspace
fmudialog.createEnumTypeGenerate all enumeration classes required for FMU input or output ports
fmudialog.createTypeObjectGenerates enumeration and bus objects required for FMU input or output ports

Topics

Featured Examples