- https://www.mathworks.com/help/releases/R2023a/simulink/ug/calculate-values-used-under-the-mask.html
- https://www.mathworks.com/help/releases/R2023a/simulink/ug/resolving-symbols.html
Simulink: How to pass mask input values a masked subsysem
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposta accettata
Venkat Siddarth Reddy
il 7 Gen 2024
Modificato: Venkat Siddarth Reddy
il 7 Gen 2024
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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Subsystems in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!