- https://www.mathworks.com/help/systemcomposer/ref/systemcomposer.arch.architecture.connect.html
- https://www.mathworks.com/help/systemcomposer/ref/adapter.html
- https://www.mathworks.com/help/systemcomposer/gs/system-composer-concepts.html
- https://www.mathworks.com/help/systemcomposer/gs/system-composer-concepts.html#mw_083ec62c-4f5f-4e76-a587-0b91e37404fc
Does System Composer support bidirectional bus connections such as ethernet?
8 次查看(过去 30 天)
显示 更早的评论
I would like to connect two components of my system with just one connection, rather than two. This is used in ethernet and MIL-STD-1553 bus protocols.
If this feature is not present, should I use the Physical Interface connection?
0 个评论
采纳的回答
Yoga
2023-2-14
编辑:Josh Kahn
2024-6-25
Hi Charlie!
Component ports in System Composer are directional while physical ports are non-directional.
Therefore, for implementing ethernet,MIL-STD-1553 bus kind of connections, it is better to consider looking at physical interface connections.
You can add Simscape behavior to a subsystem component using physical ports, connectors, and interfaces.
You may have a look at these links which are relevant:
2 个评论
Josh Kahn
2024-6-25
Yes, you can use interfaces (same as Simscape Bus) to define nested physical connectors:
The connectors can be combined or separated using the Simscape Bus block in your Simulink model.
There is not a way to combine/separate physical buses in System Composer but if you would like to share some use cases for that, please reach out to out support team to put in an enhancement request.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!