FMU 导入
使用功能模型单元 (FMU) 模块将第三方功能集成到 Simulink® 中
FMU 模块允许您将 FMU 中包含的应用程序导入 Simulink 中。该模块有两种模式,分别用于集成实现以下接口的 FMU:
FMI 协同仿真接口。这些 FMU 包含局部求解器。
FMI 模型交换接口。这些 FMU 不包含局部求解器,
模块
FMU | Include Functional Mockup Unit (FMU) in model |
函数
fmudialog.compileFMUSources | Generate binary for FMU with source code on current platform (自 R2024a 起) |
fmudialog.createBusType | 创建工作区中结构化输入或输出端口所需的所有 FMU 总线对象 (自 R2020b 起) |
fmudialog.createEnumType | Generate all enumeration classes required for FMU input or output ports (自 R2020b 起) |
fmudialog.createTypeObject | Generates enumeration and bus objects required for FMU input or output ports (自 R2020b 起) |
主题
- 导入 FMU
将您的 FMU 导入 Simulink。
- 实现 FMU 模块
使用您的 FMU 在 Simulink 中实现模块。
- 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.