Skip to Main Content Skip to Search
Product Documentation

Bus Creator - Create signal bus

Library

Signal Routing

Description

The Bus Creator block combines a set of signals into a bus. To bundle a group of signals with a Bus Creator block, set the block parameter Number of inputs to the number of signals in the group. The block displays the number of ports that you specify. Connect to the resulting input ports those signals that you want to group. See Using Composite Signals for information about buses.

The signals in the bus are ordered from the top input port to the bottom input port. See How to Rotate a Block in for a description of the port order for various block orientations.

You can connect any type of signal to the inputs, including other bus signals. To ungroup the signals, connect the output port of the block to a Bus Selector block port.

You can use an array of buses as an input signal to a Bus Creator block. For details about defining and using an array of buses, see Combining Buses into an Array of Buses.

Naming Signals

The Bus Creator block assigns a name to each signal on the bus that it creates. This allows you to refer to signals by name when you searching for their sources (see Browsing Bus Signals) or selecting signals for connection to other blocks.

The block offers two bus signal naming options. You can specify that:

To specify that bus signals inherit their names from input ports, select Inherit bus signal names from input ports from the list box on the Block Parameters dialog box. The names of the inherited bus signals appear in the Signals in the bus list box. For example, suppose that you have the following model:

In the dialog box for LIMITBUSCreator, the signals upper_saturation_limit and lower_saturation_limit appear in the Signals in the bus list box:

The Bus Creator block generates names for bus signals whose corresponding inputs do not have names. The names are of the form signaln, where n is the number of the port to which the input signal is connected.

You can change the name of any signal by editing its name on the block diagram or in the Signal Properties dialog box. If you change the signal name using either approach while the Bus Creator block dialog box is open, you need to update the name in the dialog box. To do so, close and reopen the dialog box or click the Refresh button next to the Signals in the bus list.

To specify that the bus inputs must have specific names, select Require input signal names to match signals below from the list box in the block parameter dialog box. The block parameter dialog box displays the names of the signals currently connected to its inputs, or a generated name (for example, signal2) for an anonymous input. Then you can use the parameter dialog box to change the required names of the block inputs.

To change the required signal name, select the signal in the Signals in the bus list. The name of the selected signal appears in the Rename selected signal field. Edit the name in the field and click Apply or OK.

Browsing Bus Signals

The Signals in the bus list on a Bus Creator Block Parameters dialog box displays a list of the signals entering the block. A plus sign (+) next to a signal indicates that the signal is itself a bus. To display the contents of the bus, click the plus sign. If the expanded input includes bus signals, plus signs appear next to the names of those bus signals. You can expand them as well. In this way, you can view all signals entering the block, including those entering via buses.

To find the source of any signal entering the block, select the signal in the Signals in the bus list and click the adjacent Find button. Simulink opens the subsystem containing the signal source, if necessary, and highlights the source's icon.

Data Type Support

The Bus Creator block accepts and outputs real or complex values of any data type supported by Simulink, including fixed-point and enumerated data types, as well as bus objects.

For a discussion on the data types supported by Simulink, refer to Data Types Supported by Simulink in the Simulink documentation.

Parameters and Dialog Box

Signal naming options

Assign input signal names to the corresponding bus signals.

Settings

Default: Inherit bus signal names from input ports

Inherit bus signal names from input ports

Assign input signal names to the corresponding bus signals.

Require input signal names to match signals below

Inputs must have the names listed in the Signals in bus list.

Dependencies

Selecting Require input signal names to match signals below enables Rename selected signal.

Command-Line Information

See Block-Specific Parameters for the command-line information.

Number of inputs

Specify the number of input ports on this block.

Settings

Default: 2

To bundle a group of signals, enter the number of signals in the group.

Command-Line Information

See Block-Specific Parameters for the command-line information.

Signals in bus

Show the signals in the output bus.

Settings

When you modify the Number of inputs parameter, click Refresh to update the list of signals.

Tips

Command-Line Information

See Block-Specific Parameters for the command-line information.

Enable regular expression

Enable the use of MATLAB regular expressions for filtering signal names. For example, entering t$ in the Filter by name edit box displays all signals whose names end with a lowercase t (and their immediate parents). For details, see Regular Expressions.

Settings

Default: On

On

Allow use of MATLAB regular expressions for filtering signal names.

Off

Disable use of MATLAB regular expressions for filtering signal names. Filtering treats the text you enter in the Filter by name edit box as a literal string.

Dependencies

Selecting the Options button on the right-hand side of the Filter by name edit box ( ) enables this parameter.

Show filtered results as a flat list

Uses a flat list format to display the list of filtered signals, based on the search text in the Filter by name edit box. The flat list format uses dot notation to reflect the hierarchy of bus signals. The following is an example of a flat list format for a filtered set of nested bus signals.

Settings

Default: Off

On

Display the filtered list of signals using a flat list format, indicating bus hierarchies with dot notation instead of using a tree format.

Off

Display filtered bus hierarchies using a tree format.

Dependencies

Selecting the Options button on the right-hand side of the Filter by name edit box ( ) enables this parameter.

Rename selected signal

List the name of the signal currently selected in the Signals in the bus list when you select the Require input signal names to match signals below option.

Settings

Default: ''

Edit this field to change the name of the currently selected signal. See Signal Names for guidelines for signal names.

Dependencies

Selecting Require input signal names to match signals below for Parameters and signal1 or signal2 for Signals in the bus enables this parameter.

Command-Line Information

See Block-Specific Parameters for the command-line information.

Data type

Specify the output data type of the external input.

Settings

Default: Inherit: auto

Inherit: auto

A rule that inherits a data type

Bus: <object name>

Data type is a bus object.

<data type expression>

The name of a data type object, for example Simulink.NumericType

Do not specify a bus object as the expression.

Command-Line Information

See Block-Specific Parameters for the command-line information.

Show data type assistant

Display the Data Type Assistant.

Settings

The Data Type Assistant helps you set the Output data type parameter.

See Specifying Block Output Data Types for more information.

Command-Line Information

See Block-Specific Parameters for the command-line information.

Mode

Select the category of data to specify.

Settings

Default: Inherit

Inherit

Inheritance rule for data types. Selecting Inherit enables a second menu/text box to the right.

Bus

Bus object. Selecting Bus enables a Bus object parameter to the right, where you enter the name of a bus object that you want to use to define the structure of the bus. If you need to create or change a bus object, click Edit to the right of the Bus object field to open the Simulink Bus Editor. For details about the Bus Editor, see Using the Bus Editor.

Expression

Expressions that evaluate to data types. Selecting Expression enables a second menu/text box to the right, where you can enter the expression.

Do not specify a bus object as the expression.

Tips

At the beginning of a simulation or when you update the model diagram, Simulink checks whether the signals connected to this Bus Creator block have the specified structure. If not, Simulink displays an error message.

Dependency

Clicking the Show data type assistant button enables this parameter.

Command-Line Information

See Block-Specific Parameters for the command-line information.

See Also

See Using the Data Type Assistant in the Simulink User's Guide.

Output as nonvirtual bus

Output a nonvirtual bus.

Settings

Default: Off

On

Output a nonvirtual bus.

Off

Output a virtual bus.

Tips

Dependencies

The following Data type values enable this parameter:

Command-Line Information

See Block-Specific Parameters for the command-line information.

Examples

For an example of how the Bus Creator block works, see the sldemo_househeat model.

Characteristics

Multidimensionalized

Yes

Virtual

Yes, if the output bus is virtual

For more information, see Virtual Blocks in the Simulink documentation.

See Also

  


Related Products & Applications

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS