Simulink 10.7 cannot access active configuration set

6 ビュー (過去 30 日間)
Brad
Brad 2023 年 5 月 12 日
回答済み: Sai 2023 年 5 月 17 日
Hello,
I am attempting to load a simulink model which contains some custom parameters using R2023a and am receiving a warning stating "Internal error: cannot access active configuration set" and am unsure what could be causing it. I've tried opening the model in R2021b, R2020a, R2018b and R2015b and all have been able to successfully load the model without issue. I haven't been able to find anything in the release notes about an update to setting up the configuration set, so I'm curious if there is a bug within Simulink itself, or if that process has changed. I would also like to say that, once the model has loaded, if I build it or change the system target file and change it back, the warning disappears.

回答 (1 件)

Sai
Sai 2023 年 5 月 17 日
Hi Brad,
I understand that you are facing some warnings when trying to load a Simulink model with custom parameters
One of the possible causes of this issue might be including any code in the RTW_OPTIONS section of a custom TLC file outside of defining the "rtwgensettings".
This is not a supported workflow. “rtwgensettings” should not be set with a function call.
Please refer to the below documentation link for more information on “rtwgensttings”
Including code at this location of the TLC file to dynamically read model information can result in unexpected behaviour, such as internal errors that cannot be caught.
This implies that there is no workaround to dynamically set the fields of "rtwgensettings".

カテゴリ

Help Center および File ExchangeSimulink Environment Customization についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by