필터 지우기
필터 지우기

Three level inverter PID controller tuning

조회 수: 13 (최근 30일)
Yojan
Yojan 2024년 1월 11일
댓글: Yojan 2024년 1월 19일
I am getting these waveforms when I was tuning PI controller.
  1. Input of PI controller (Id_s1)
  2. Error
  3. Output of PI Controller (Vd)
I am getting too much high frequency ripple in Vd. How Can I optimize this by PI tuning?

답변 (1개)

sai charan sampara
sai charan sampara 2024년 1월 19일
편집: sai charan sampara 2024년 1월 19일
Hello Yojan,
I understand that you are trying to remove the high frequency ripple in the output by tuning the PI controller.
Firstly, make sure that the error signal passed into the controller is calculated as the difference between the desired and obtained output signals. This will ensure that the controller will work as intended. Once all the connections are verified the following can be done to reduce the frequency ripple component in the output:
  • Decrease the value of proportional term (P or Kp): This can reduce the ripples but will make the controller less sensitive.
  • Decrease the value of integral term (I or Ki): This can reduce the ripples but can also increase the steady state error.
  • Adding a derivative term and making the controller as PID with a suitable derivative term (D or Kd): This can also decrease the ripples as the derivative term of the PID controller helps in removing the oscillatory part of the output and helps in reaching steady state faster, but this also has some adverse effects.
You can use the inbuilt tuning option that Simulink provides for PID controller block. To do this double click on the PID block to open “Block Parameters” dialog and in this click on the “Tune” button in “Automated Tuning” Section. This opens the PID tuner app where the response time and transient behaviour can be set to suitable values to get the desired response. Clicking on the “Update Block” button writes the tuned parameters into the PID block in the Simulink model. You can read the following documentation to get more information:
You can also use the “Anti-Windup” property from the “Saturation” tab in “Block Parameters” dialog of PID block. The following link gives more information about the same:
  댓글 수: 3
sai charan sampara
sai charan sampara 2024년 1월 19일
Hello Yojan,
Maybe you can include your Simulink model file in the question for receiving more help.
Yojan
Yojan 2024년 1월 19일
@sai charan sampara This is the my model.

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

카테고리

Help CenterFile Exchange에서 PID Controller Tuning에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by