Referenced model output of three phase voltage and current are 65535
조회 수: 13 (최근 30일)
이전 댓글 표시
I had converted the matlab function block into referenced model for running in Processor-In-Loop (PIL) and I had kept the code in single format inside the function block. But when I ran the simulink model all the values of three phase voltage and current are 65535 but the speed was correct. So, how to get the exact values of three phase voltage and current.
댓글 수: 0
답변 (1개)
Sabin
2025년 12월 18일 11:27
This probably indicates a data type mismatch. Ensure that the voltage and current variables in the function block and referenced model use correct data type.
To get more help from the community it would be helpful to attach a model.
참고 항목
카테고리
Help Center 및 File Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!