フィルターのクリア

Export Simscape to FMU

18 ビュー (過去 30 日間)
sophia
sophia 2024 年 7 月 23 日 22:26
回答済み: Ashutosh Thakur 2024 年 7 月 24 日 6:11
Hi,
I am currently trying to export a Simscape Model to FMU.
If this Model as schown in the picture without Connection Port can als FMU export.
Could the Connection port be used as a second output? I also can't find any paper about this. Thanks a lot.
Best regards
Sophia

回答 (1 件)

Ashutosh Thakur
Ashutosh Thakur 2024 年 7 月 24 日 6:11
Hi Sophia,
You can export the Simscape model as an FMU as long as the input and output signals are in the form of Simulink signals instead of physical signals. The PS-Simulink Converter block can be used to convert physical signals to Simulink signals. You can refer to the following MATLAB Answer, which has information regarding exporting FMUs with physical connections: https://www.mathworks.com/matlabcentral/answers/2023122-can-i-generate-an-fmu-where-the-i-os-for-the-model-connect-to-simscape-physical-connections.
The Connection Port block in Simscape is typically used for physical connections. It is similar to the Inport and Outport blocks in function, but I do not think it can be used as a second output in the model as it transfers the physical connection across subsystem boundaries. You can look into the documentation of the Connection Port block for more information: https://www.mathworks.com/help/simscape/ref/connectionport.html.
I recommend using the PS-Simulink Converter block to convert the signal to a Simulink signal, and an Outport block can be attached to have a second output.
I hope this information helps you!

カテゴリ

Help Center および File ExchangeDiscontinuities についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by