"block diagram error" while compiling a simulink model

조회 수: 19 (최근 30일)
Kai
Kai 2024년 12월 14일
답변: Ayush Aniket 2024년 12월 17일
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.

답변 (1개)

Ayush Aniket
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.

카테고리

Help CenterFile 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!

Translated by