Simulink PI controller error

조회 수: 6 (최근 30일)
승필 박
승필 박 2022년 3월 10일
댓글: Hong Tien 2025년 3월 17일
Hello
I am buidling a modeling of boost PFC based on youtube lecture.
Even I designed same model as online lecture.
I have some error regarding PI controller as you can see the below picture.
Could you please check why I faced in this trouble ?
I attached my simulink data.
Please review my simulink error and give me feedback.
Thanks

답변 (1개)

MULI
MULI 2024년 2월 15일
I understand that simulation is stopped due to singularity in the solution.
This error is due to usage of RMS block that belongs to “DSP System Toolbox / Statistics” which gives the positive portion of the signal that has value zero at start of simulation which creates an issue since a division block is also used in the model.
Replace this with RMS block that belongs to “Simscape / Electrical / Specialized Power Systems / Sensors and Measurements” which computes the true root mean square (RMS) value of the input signal.
You may refer the link below for more information regarding this block:
I am attaching the Simulink model by replacing the correct RMS block which runs successfully.
  댓글 수: 1
Hong Tien
Hong Tien 2025년 3월 17일
Hi everyone
I perform a project, simulating of PMSM motor Applied to Electric Vehicles by FOC method, but have a error, depicted in below image. Please, everyone can help me to deal with this error.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Converters (High Power)에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by