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

조회 수: 4 (최근 30일)
Gajanan Udas
Gajanan Udas 2020년 6월 24일
답변: Yash 2025년 1월 20일
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?

답변 (1개)

Yash
Yash 2025년 1월 20일
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.

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by