connection port bus for simulink
Mostrar comentarios más antiguos
so i am using a lot of connection ports NOT to be confused with standard in out ports for simulink subsystems
I would like to use a bus instead but the bus creator tool does not work for connection port type.
Does anyone know of a bus port type block that works with connection blocks?
Thanks
Respuesta aceptada
Más respuestas (1)
Jonas
el 30 de Ag. de 2021
0 votos
Connection Ports are different from regular signals which have a data type, can be vectorized with a mux or can be combined in a bus (like a struct in C-code). Connection Ports cannot be combined, and will always appear separate from the regular signal in- and output ports on subsystems.
2 comentarios
Robert Scott
el 30 de Ag. de 2021
Jonas
el 30 de Ag. de 2021
Oh that's cool! I checked the documentation for Connection Ports in Simscape but it did not have any reference to other components.
Categorías
Más información sobre Troubleshooting en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!