Show the simulation results when starting fmi co-simulation
3 次查看(过去 30 天)
显示 更早的评论
How can I show the vars result when starting the co-simulation process from the FMU exported by Tool-Coupling tool ?
0 个评论
回答(1 个)
Yukthi S
2024-7-15
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:
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!