"block diagram error" while compiling a simulink model
16 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Ayush Aniket
on 17 Dec 2024
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 Comments
See Also
Categories
Find more on Data Logging in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!