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

1 visualización (últimos 30 días)
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?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 12 de Sept. de 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.

Más respuestas (0)

Categorías

Más información sobre Prepare Model Inputs and Outputs en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by