Is it possible to connect Simulink Electrical components to the ports of Component in System Composer?
1 回表示 (過去 30 日間)
古いコメントを表示
In System Composer, it is possible to transfer data from one system to another and all signals go as Simulink Signals. Can the transfer among blocks take place as Electrical Signals? Is it possible to connect the wires of Electrical System directly to the Input, Output & Inout ports of Component?
0 件のコメント
回答 (1 件)
Josh Kahn
2023 年 8 月 28 日
Yes, you can absolutely use physical signals and buses in System Composer. Simscape signals are not allowed to cross model reference boundaries but you can use subsystem reference instead. To do so, you must save your behavior model as a Subsystem (locally in architecture model) or a Subsystem Reference (external behavior file).
Here is the doc for more info:
Hope this helps,
Josh
1 件のコメント
Josh Kahn
2023 年 8 月 28 日
Here is another example for reference:
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!