Cannot run Referenced model in accelerator mode

6 ビュー (過去 30 日間)
Jake Gareau
Jake Gareau 2024 年 11 月 19 日
回答済み: Abhas 2024 年 12 月 3 日
I am unable to run a referenced model in accelerator, I have no issue doing so when the model is opened as the top model but once it is included in another model and individually set to accelerator while the rest of the model is set to normal, then it doesnt work.
Invalid run-time parameter registration in S-function 'sfun_spssw_discc' in model 'MyModel'. An S-function can register run-time parameters only if the S-function is being inlined. To be able to reference the model 'MyModel', the S-function 'sfun_spssw_discc' needs to set the option SS_OPTION_USE_TLC_WITH_ACCELERATOR and it needs to have a TLC file.
I am not intentionally using any S - functions so I am a little unsure what to do with this error message
  2 件のコメント
Gayathri
Gayathri 2024 年 11 月 20 日
@Jake Gareau, Can you provide the simulink models so that I can take a look to find the issue.
Jake Gareau
Jake Gareau 2024 年 11 月 27 日
the issue seems to with models containing a 'Power GUI' block. Not sure if this is a simulink limitation or if there is some way around it

サインインしてコメントする。

採用された回答

Abhas
Abhas 2024 年 12 月 3 日
To address this issue, try using "powergui". Navigate to "preferences" and enable the option called "Use TLC file when in Accelerator Simulation Mode and for code generation".
You can refer the below MathWorks documentation links to have a better understanding:
  1. https://www.mathworks.com/help/sps/powersys/ref/powergui.html#mw_081370b9-45b5-4a1f-9710-94f3835bf2cc
  2. https://www.mathworks.com/help/simulink/sfg/ss_option_use_tlc_with_accelerator.html
I hope this helps!

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by