Borrar filtros
Borrar filtros

Standalone code generation is not supported for model

11 visualizaciones (últimos 30 días)
Nour
Nour el 28 de Nov. de 2023
Respondida: Fangjun Jiang el 11 de Dic. de 2023
Hello,
I have a subsystem that I converted to referenced model and when I tried to generate the code for the referenced model I get this error
Standalone code generation is not supported for model 'Component' because the model contains a root level control port 'Component/function'. The model must be referenced through a Model block to generate code.
my referenced model contains a trigger port.
Does anyone have any suggestions/ Workaround that could help me solve the issue ?

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 11 de Dic. de 2023
It sounds like that you can't do standalone code generation on this "component model". You have to create another "main" model, use a "Model" block to reference this "component model" and then do code generation on the "main" model.

Categorías

Más información sobre Create Large-Scale Model Components en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by