Borrar filtros
Borrar filtros

Build a Simulink Model with Target as System File wron

1 visualización (últimos 30 días)
kamdem tamo
kamdem tamo el 18 de Ag. de 2022
Respondida: Infinite_king el 18 de Dic. de 2023
Hello i need Help, i want to build a Model and becom this Message:
External Mode has been disabled for subsystem code generation.
Invalid option 'initCompiledVariantInfoManager' specified in call to 'slInternal'
What i can do? thank you

Respuestas (1)

Infinite_king
Infinite_king el 18 de Dic. de 2023
Hi kamdem tamo,
I understand you're encountering issues while generating code for the Simulink model.
The possible reason for this error could be a misconfiguration of code generation settings. External Mode is a feature in Simulink that allows you to run a simulation on the target hardware and tune parameters in real-time while the simulation is running.
To resolve the problem, try the following troubleshooting steps.
  1. Open your Simulink model.
  2. In the ‘MODELING’ tab, select ‘Model Settings’ option.
  3. In the "Code Generation" section, check the ‘Target selection’ and ‘Build Process’ settings.
  4. Configure additional settings as needed for your target hardware and communication interface.
  5. Expand the ‘Code Generation’ section and select ‘Interface’ sub section.
  6. In ‘Data exchange interface’ select the ‘External mode’ option.
  7. Click "Apply" and then "OK" to save the changes.
  8. Attempt to generate code again.
For more information, refer the following MATLAB documentations,
  1. https:/www.mathworks.com/help/ecoder/xilinxzynq7000ec/ug/set-up-and-use-hosttarget-communication-channel.html
  2. https://www.mathworks.com/help/slrealtime/gs/execute-real-time-application-in-external-mode-with-step-by-step.html
  3. https://www.mathworks.com/help/rtw/ref/externalmode.html
Hope this is helpful.

Categorías

Más información sobre Get Started with Simulink Coder en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by