Why do I get an error when using a SimPowerSystem model as a model reference in MATLAB R2014a?

1 Ansicht (letzte 30 Tage)
When I try to use a SimPowerSystem model as a model reference in MATLAB R2014a I get the following error:
error using ==> RTW.makertw.make_rtw 
Error using ==> tlc_c 
Error using ==> rtwgen 
Error using ==> set_param 
Model reference does not support non-inlined S-Functions.  The S-Function 'sfun_spssw_contc' used in 'ActuatorModel_Final/powergui/EquivalentModel1/State-Space' is not inlined.  To be able to reference the model 'ActuatorModel_Final', the S-function needs a target file (sfun_spssw_contc.tlc) and the option SS_OPTION_USE_TLC_WITH_ACCELERATOR must be set in the S-function source code.
Why am I getting this error?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 12 Sep. 2014
This is a known limitation in MATLAB R2014a.  The S-Functions of SimPowerSystem simulation are not inlined. Consequently you get an error when you try to build code for model reference.
If you need further help, please contact MathWorks Technical Support.

Weitere Antworten (0)

Kategorien

Mehr zu Prepare Model Inputs and Outputs finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by