Clear Filters
Clear Filters

How can i change the name of signal in Bus creator block in Simulink ?

116 views (last 30 days)
when i change the names of signals e.g Signal1 to T1, and run the simulation, it gives the following error, Signal name '' doesn't match with the signal name 'T1' specified at port '1'
<<when i uncheck the option "Require input signals name to match the signals above" the signals name change from T1 to signal1 and simulation runs but it does not work with name T1. I changed the names of signals by using the "Require input signals name to match the signals above" option. please guide me the solution to this problem.
>>

Answers (1)

Nikhil Sreekumar
Nikhil Sreekumar on 25 May 2018
This might be a bit late. Please have a look into how you can create a bus object:
  1. Create bus objects programmatically
  2. When to use bus objects
With bus object you can name you bus signals and specify types.

Categories

Find more on Schedule Model Components in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!