First of all, a happy new year to the readers!
I have a bus object A that needs to be translated into another bus object B. Both bus objects are identical except the names and labels. Ideally, I should be able to get the same result because it is a just an extra interface layer, nothing primary that would affect the results.
I tried to use bus creator and selector blocks in pair to fix this, but apparently SIMULINK doesn't like this. The other solution would be to use individual signals for this. Does anyone know any better solution?
Kind Regards,