I use the Desktop real time toolbox to run the model on its core, but why is the progress of the run always 0?
조회 수: 8 (최근 30일)
이전 댓글 표시

답변 (1개)
Jan Houska
2024년 10월 28일
Hello,
this looks like the real-time kernel is unable to attach to the hardware timer of your computer and its internal timing engine does not advance.
To solve the issue, please try to disable Hyper-V if enabled, as described here. Or, if Hyper-V is not enabled, please try to enable it. The reason behind these seemingly controversing advices is that there are two separate timing engines in the real-time kernel - one runs directly on the hardware and the other one on top of the Hyper-V hypervisor. In rare cases, there may be compatibility issues with some computers, and switching to the other timing engine often fixes these. But please note that you need at least MATLAB R2023a to be able to use this solution; for older versions, Hyper-V needs to stay disabled.
Good Luck, Jan
댓글 수: 0
커뮤니티
더 많은 답변 보기: Power Electronics Community
참고 항목
카테고리
Help Center 및 File Exchange에서 Target Computer Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!