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 CenterFile Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by