From: Aaron Plotnik on
I am encountering issues with creating a Simulink bus based on a bus object. When I use a Bus Creator, I must tie it to input signals with the exact names of the bus elements if I wish to hook that bus to a Bus Selector downstream without getting errors on that Selector. I have a situation where I want two buses created of the same type on the same diagram, so naming them on the input signals to be the same is problematic. My workaround is to place an inport on the top level of the model with the BusObject specified and then overwrite all fields using the Bus Assignment block. Is there a better way?