Build a Simulink Model with Target as System File wron
이전 댓글 표시
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
답변 (1개)
Infinite_king
2023년 12월 18일
0 개 추천
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.
- Open your Simulink model.
- In the ‘MODELING’ tab, select ‘Model Settings’ option.
- In the "Code Generation" section, check the ‘Target selection’ and ‘Build Process’ settings.
- Configure additional settings as needed for your target hardware and communication interface.
- Expand the ‘Code Generation’ section and select ‘Interface’ sub section.
- In ‘Data exchange interface’ select the ‘External mode’ option.
- Click "Apply" and then "OK" to save the changes.
- Attempt to generate code again.
For more information, refer the following MATLAB documentations,
- https:/www.mathworks.com/help/ecoder/xilinxzynq7000ec/ug/set-up-and-use-hosttarget-communication-channel.html
- https://www.mathworks.com/help/slrealtime/gs/execute-real-time-application-in-external-mode-with-step-by-step.html
- https://www.mathworks.com/help/rtw/ref/externalmode.html
Hope this is helpful.
카테고리
도움말 센터 및 File Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!