Why does an error occur when I update a diagram that uses bus objects and Configurable Subsystems in Simulink 6.1 (R14SP1)?

1 view (last 30 days)
I have created a Configurable Subsystem library that expects a bus signal as the input. This bus object is defined in the MATLAB workspace. When I copy the Configurable Subsystem block into a new model that does not define the bus and update the diagram, an error similar to the following occurs:
Selected signal 'sig1' in 'untitled/Configurable Subsystem/System One/Bus Selector' is not part of the bus entering the Bus Selector

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 10 Jul 2009
This error message is expected since the Bus Selector inside the Configurable Subsystem expects the bus specified by the bus object.
To avoid receiving this error, use a block such as a Bus Creator or an Inport, in the new model to generate the appropriate bus and feed the Configurable Subsystem.

More Answers (0)

Categories

Find more on Composite Interfaces in Help Center and File Exchange

Products


Release

R14SP1

Community Treasure Hunt

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

Start Hunting!