"block diagram error" while compiling a simulink model
16 ビュー (過去 30 日間)
古いコメントを表示
Hi everyone,
There is a "block diagram error" while compiling a simulink control strategy model to .dll file.Without any other hints and cannot find where the issue is.This model is going right when simulation in simulink.If someone can help me, thanks for your kindness.

0 件のコメント
回答 (1 件)
Ayush Aniket
2024 年 12 月 17 日
Hi Kai,
Error during model compilation can occur due to various issues such as model configuration, build folder and path problems, or third-party integrations. The build log generated during the build process can give you more insights into the issue. You can access the log by expanding the 'Top Model Build' section in the diagnostic viewer. The last log entry before the code generation process was interrupted, will be the specific cause of the error.
If it is a path related issue, you can try out the steps listed in the following MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/1590659-code-generation-information-file-does-not-exist
If this does not help you out, you can share the log here.
0 件のコメント
参考
カテゴリ
Help Center および 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!