필터 지우기
필터 지우기

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 CenterFile Exchange에서 Discontinuities에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by