필터 지우기
필터 지우기

Cannot override parameters in Simulink model configuration reference

조회 수: 28 (최근 30일)
Ted Ecclestone
Ted Ecclestone 2023년 4월 20일
댓글: Ted Ecclestone 2023년 5월 3일
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
Vinayak
Vinayak 2023년 4월 25일
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 2023년 4월 29일
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).

댓글을 달려면 로그인하십시오.

답변 (1개)

Jonas
Jonas 2023년 4월 24일
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
Jonas
Jonas 2023년 5월 2일
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 2023년 5월 3일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by