Array of bus signals cannot transition its bus type to virtual bus

Hi
I have a model that starts with a bunch of 'From Workspace' blocks that collect signals and then group them together into assorted 'BusCreator' blocks. Some of these blocks are gathered up through the use of 'Vector Concatenate'. All end up in a final 'BusCreator'. When running my simulation I get the following error:
"**An array of bus signal cannot transition its bus type to virtual bus. Consider using a bus object as the data type of 'MainSensorCANReadFromWorkspace/Read FR data/DSG4_Front_radar' to maintain nonvirtual status. This error message is related to a hidden SignalConversion block. This block is added for block 'MainSensorCANReadFromWorkspace/Read FR data/DSG4_Front_radar' at input port 3 as result of block insertion or expansion. The hidden block's parameter 'Output' is set to 'Virtual bus' Consider manually inserting such a block to debug the problem.**"
I'd like to know how to find the 'hidden block' that is referred to above. How to determine which is 'port 3' and which block is having issues with having its 'Output' being set to 'Virtual bus'? What are the rules of mixing Virtual buses with Vector Concatenates?
Matlab ver 2011b Simulink 7.8
Thanks...
Mike

2 Comments

I had the same issue. Make sure your any bus creator blocks are set to output non-virtual buses.

Sign in to comment.

Answers (1)

Hello, I have the same problem and do not get solution. I have checked all the hierarchy of buses that connect to the output port 1, but none of them is a virtual bus.
"An array of bus signal cannot transition its bus type to virtual bus. Consider using a bus object as the data type of 'esdfes_FDIRefModel/FDIBus' to maintain nonvirtual status. This error message is related to a hidden SignalConversion block. This block is added for block 'esdfes_FDIRefModel/FDIBus' at input port 1 as result of block insertion or expansion. The hidden block's parameter 'Output' is set to 'Nonvirtual bus' Consider manually inserting such a block to debug the problem."
Thanks! Félix

Categories

Find more on General Applications in Help Center and File Exchange

Products

Asked:

on 14 Sep 2012

Commented:

on 23 Mar 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!