Input and Output ports are not shown for imported Amesim FMU model.

4 views (last 30 days)
I was trying to import FMU model from Amesim to Matlab using the FMU import block in Matlab. When I import the model , the input and output ports are missing instead a single input and output port is shown. Can you please check this issue?

Answers (1)

Yash
Yash on 20 Jan 2025
You need to check if the FMU file you are trying to import has the expected number of inports and outports. You can confirm this by investigating modelDescription.xml file inside the FMU. Unzip the FMU file by using the command:
unzip fmuFileName.fmu
FMU Import block in Simulink determines the number of inports and outports based on the FMU file.

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!