Effacer les filtres
Effacer les filtres

Simulink: How to pass mask input values a masked subsysem

8 vues (au cours des 30 derniers jours)
MP
MP le 7 Jan 2024
Commenté : MP le 7 Jan 2024
Context: I have a masked model that contains two instances of the same masked submodel. I would like to pass values from the top system mask down to the underlying subsystems. Is there an easy way of doing this?
I tried to go into the mask editor of the top level mask, and promote the values from the subsystems below. When i do that, there is a name clash between the variables in the subsystems since they are based on the same model.
Is there a better way of doing this?

Réponse acceptée

Venkat Siddarth Reddy
Venkat Siddarth Reddy le 7 Jan 2024
Modifié(e) : Venkat Siddarth Reddy le 7 Jan 2024
Hi @MP,
I understand that you are trying to pass parameter values from a masked model to same masked submodels by promoting the values.However, you are facing a name clash between the variables in the subsystem, as they are based on the same model.
To solve this issue,you can try "Referencing block parameter values using variable names" approach.
With this approach, you can add an Edit parameter to the mask dialog box and pass values to the block parameters through it. The values that you provide for the Edit parameter in the mask dialog box automatically become associated with the block parameter by using the techniques described in "Symbol Resolution".
To learn more about this approach and Symbol resolution , please refer to the following documentation:
However the above approach works only if the parameters are "Edit parameters".
I hope this helps! If not, please share the model and the name clash message for further understanding.
  1 commentaire
MP
MP le 7 Jan 2024
Hello, thanks the reply!
I don't fully understand this example though. If the values are passed through the mask dialog and are automatically associated with the variables m and x, wouldn't there still be a name clash if the subsystems underneath are two instances of the same model?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Subsystems dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by