Effacer les filtres
Effacer les filtres

Error between demux and bus creator port dimensions

5 vues (au cours des 30 derniers jours)
Ryan
Ryan le 21 Fév 2011

Hi,

I am getting the following error when I run my model:

Invalid setting for output port dimensions of 'aircraft/Aircraft/Interface/Bus Creator1'. The dimensions are being set to 4. This is not valid because the total number of input and output elements are not the same
Invalid setting for output port dimensions of 'aircraft/Aircraft/Interface/Bus Creator1'. The dimensions are being set to 4. This is not valid because the total number of input and output elements are not the same

This comes from the blocks shown in this picture:

It is odd because all the port dimensions add up until it gets to the bus creator. The same thing also happens if I replace it with just a mux:

Error in port widths or dimensions. Output port 3 of 'aircraft/Aircraft/Interface/Demux1' is a one dimensional vector with 1 elements.
Error in port widths or dimensions. Input port 3 of 'aircraft/Aircraft/Interface/Mux2' is a one dimensional vector with 2 elements.

This "Euler" input comes directly from the 6 Degrees of Freedom Simple Variable Mass Equations of Motion from the Aerospace Blockset.

I would be very grateful if someone could explain why this is happening andhow to go about fixing it.

Thanks,

Ryan

  1 commentaire
Kaustubha Govind
Kaustubha Govind le 22 Fév 2011
What is the output of the Bus Creator or Mux connected to? Does it expect a signal with 4 elements? If yes, it is back-propagating the expected size (4), which doesn't match with the actual size (3).

Connectez-vous pour commenter.

Réponses (1)

behzad aghaei
behzad aghaei le 28 Août 2013
because in first you used demux then used bus creator it is wrong for solve this problem you can:
1 Start used demux and End used mux
2 Start used bus selector and End used bus creator

Catégories

En savoir plus sur Get Started with Aerospace Blockset dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by