フィルターのクリア

Show the simulation results when starting fmi co-simulation

14 ビュー (過去 30 日間)
Camork
Camork 2019 年 11 月 1 日
回答済み: Yukthi S 2024 年 7 月 15 日 11:50
How can I show the vars result when starting the co-simulation process from the FMU exported by Tool-Coupling tool ?

回答 (1 件)

Yukthi S
Yukthi S 2024 年 7 月 15 日 11:50
Hi Camork,
From my understanding, you were trying to see the co-simulation results of an FMU exported by Tool-Coupling tool, in Simulink. Since the MATLAB release you were using was not mentioned, I assumed that you were referring to the latest release.
To proceed, follow the steps outlined below:
Step-1: Export the model into an FMU file making sure it has all necessary variables for co-simulation.
Step-2: Import the FMU into Simulink using “FMU (Simulink Extras/FMU Import)” block.
The below documentation can help to know more about “FMU” block:
Step-3: Double click on the block and specify the path to FMU file.
Step-4: Configure the parameters specified in the below documentation as per requirements.
Step-5: Connect a Display block or a Scope block to the outport of FMU block and run the model.
The example provided below can also be referred to:

Community Treasure Hunt

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

Start Hunting!

Translated by