필터 지우기
필터 지우기

Is there a possibility to disable CombineOutputUpdateFcns in a legal manner?

조회 수: 8 (최근 30일)
Olaf Oelsner
Olaf Oelsner 2017년 4월 18일
편집: Olaf Oelsner 2017년 4월 18일
Hi,
When I use GRT, then it is possible to disable "Single output/update function". The documentation tells, that this setting controls the parameter CombineOutputUpdateFcns.
Now I want to disable the Single output/update function in my (GRT based) target in general and I removed the CONFIGSET_TARGET_COMPONENT section as required in grt.tlc
I tried to set CombineOutputUpdateFcns in a separate option,
rtwoptions(10).default = 'off';
rtwoptions(10).tlcvariable = 'CombineOutputUpdateFcns';
rtwoptions(10).makevariable = 'COMBINE_OUTPUT_UPDATE_FCNS';
but I get an error when I try to generate the code:
Embedded Coder is not licensed or not installed.
It's true, I don't have a license for Embedded Coder.
But I how can want to use the feature of the GRT Target?
Thank you for your help.
Olaf

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by