Designing bus signals with same names but different buses

6 views (last 30 days)
Hello all,
I have a simulink block with two buses which have a signal with the same name.
AB_c.x1, HJ_k.x1.
I would like to make the signals x1 and x1 as an input to the block. Does anybody know how this can be done?
Thanks in advance.
Cheers, Rashmi
  3 Comments
Rashmi Bharadwaja
Rashmi Bharadwaja on 3 Aug 2017
I used the Bus selector blocks like you suggested, but the name of the signal varies inside the subsystem. Could you tell me how to map this signal to its respective bus at the output?
ES
ES on 3 Aug 2017
You can directly connect the selected signal to a subsystem. It has no harm. See above, signal x is connected to 'a'.
If you definitely need the names to match (for naming convention reasons etc) you can rename the signal by putting a passive block (like gain block above) and change the name.

Sign in to comment.

Answers (2)

ES
ES on 3 Aug 2017
You should use bus selector to select the members you need and take it to subsystem with simple inports (non-bus).

ES
ES on 3 Aug 2017
You can directly connect the selected signal to a subsystem. It has no harm. See above, signal x is connected to 'a'.
If you definitely need the names to match (for naming convention reasons etc) you can rename the signal by putting a passive block (like gain block above) and change the name.
  1 Comment
Rashmi Bharadwaja
Rashmi Bharadwaja on 3 Aug 2017
Edited: Rashmi Bharadwaja on 3 Aug 2017
Could you tell me how I can map the signals at the output of the subsystems to the respective buses? Because the signal names seem to change at the input of the subsystem.

Sign in to comment.

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!