Effacer les filtres
Effacer les filtres

Cannot override parameters in Simulink model configuration reference

28 vues (au cours des 30 derniers jours)
Ted Ecclestone
Ted Ecclestone le 20 Avr 2023
I am using MATLAB R2021b on Ubuntu 20.04. I have created a Simulink model that uses a configuration reference (the configuration exists in the base workspace). This configuration has also been propagated to multiple reference models in my model. When trying to override one of the parameters in my top level model, the "override" menu option is greyed out and I cannot override the parameter. How may I override this parameter?
  2 commentaires
Vinayak
Vinayak le 25 Avr 2023
Is the parameter defined as a configuration parameter?
If thats the case, you can modify the configuration object to make the parameter tunable.
This can be done by setting the "AllowTuning" property of the configuration object to true.
Ted Ecclestone
Ted Ecclestone le 29 Avr 2023
Thank you for your suggestion; I am not sure how to check if the parameter is a configuration parameter, could you let me know how I may do this?
The Simulink model that I referred to in my question is being run using the "Monitor and Tune" (external mode) feature of the ROS toolbox. After posting my original question, I found that if I restarted MATLAB and opened the Simulink model, I could override the parameter (i.e., the "override" option was not greyed out as in the screenshot above). However, after I ran the model one time using "Monitor and Tune", I could no longer override any parameters. I believe this may be a bug as I did not encounter this issue in the past when using R2021b on Ubuntu 18.04 (rather than 20.04 as I am now).

Connectez-vous pour commenter.

Réponses (1)

Jonas
Jonas le 24 Avr 2023
You can only adapt the Configuration Parameters object, not the Configuration Reference object. You need to adapt the Configuration Parameters in the base workspace.
  3 commentaires
Jonas
Jonas le 2 Mai 2023
It seems like not all parameters can be overriden. Some allow overriding, others have the override feature greyed out. Are you not able to override any parameter inside the Configuration Reference object?
Ted Ecclestone
Ted Ecclestone le 3 Mai 2023
I wasn't able to override any parameters after running the model in Monitor and Tune mode unless I restarted MATLAB/Simulink. After doing so, I was able to override the necessary parameters (e.g., "Periodic sample time constraint"). I still think this may be a bug but I was able to avoid the issue with this approach.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Simulink Environment Customization dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by