Importer des FMU
Le bloc FMU vous permet d'importer vos applications contenues dans des FMU (Functional Mockup Units) dans Simulink. Il propose deux modes d'intégration des FMU qui implémentent :
Une FMI (Functional Mockup Interface) de cosimulation. Ces FMU contiennent des solveurs locaux.
Une FMI d'échange de modèles. Ces FMU ne contiennent pas de solveurs locaux.
Pour exporter vos modèles Simulink existants en tant que FMU, consultez Create Standalone FMU (Simulink Compiler).
Blocs
FMU | Include Functional Mockup Unit (FMU) in model |
Fonctions
fmudialog.compileFMUSources | Generate binary for FMU with source code on current platform (depuis R2024a) |
fmudialog.createBusType | Create all FMU bus objects required for structured input or output ports in workspace |
fmudialog.createEnumType | Generate all enumeration classes required for FMU input or output ports |
fmudialog.createTypeObject | Generates enumeration and bus objects required for FMU input or output ports |
Rubriques
- Import FMUs
Import your FMU to Simulink.
- Implement an FMU Block
Implement a block in Simulink using your FMU.
- FMU Block Calling Sequences
Review calling sequences for Co-Simulation and Model Exchange FMU blocks.
- Debug FMU with Source Code Using External Debugger
Launch external debugger from Simulink to debug FMU with source code.
- Simulate FMU with Linux Binary on Windows (Simulink Compiler)
Simulate standalone cosimulation FMU 2.0 with Linux® binary on Windows®.