How to debug powergui error??
조회 수: 3 (최근 30일)
이전 댓글 표시
How to debug an error from the powergui block.
I have got a message that says:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1442282/image.png)
I have monitored the states and they look like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1442287/image.png)
then found the source of those state oscillations:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1442292/image.png)
and thats it, i cannot find the actual block in my Simulink model that produces those state oscillations. My Simulink model is a big power network combined with Power Electronic elements. Personaly, I suspect, it is a wrong inductance value, but How to find the actuall block or element that is linked to EQUIVALENTMODEL1 ? is there a way to debug in more details?
Thanks
댓글 수: 0
답변 (1개)
Abhishek Chakram
2023년 11월 9일
Hi TeraWatt,
It appears to me that you are having trouble in debugging the powergui block. Setting “breakpoints” in Simulink is one method of error debugging.
Kindly refer the below documentation to know more about how to debug simulation using breakpoints in Simulink: https://www.mathworks.com/help/simulink/ug/conditional-breakpoints.html
Best Regards,
Abhishek Chakram
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!