필터 지우기
필터 지우기

How do I tune all the 4 PI controllers of a STATCOM?

조회 수: 1 (최근 30일)
Tushar
Tushar 2015년 12월 30일
답변: Arkadiy Turevskiy 2016년 1월 4일
the STATCOM has 4 PI controllers:
i) one PI for ac voltage regulation
ii) one PI for dc voltage regulation
iii) two PI for d and q axis current controllers.
If the MATLAB PID-tune tool is used for tuning of PI controllers, all the PI controllers cannot be tuned simulataneously. Even if 1 PI controller is tuned to give desired response, while tuning of other PI controller, the response of the first PI controller is affected.  
Tuning using trial and error method also doesnt work.
What are he other ways of tuning these PI controllers? How do I tune all the PI controllers of a STATCOM?

채택된 답변

Arkadiy Turevskiy
Arkadiy Turevskiy 2016년 1월 4일
You can try using Control System Tuner which can tune multiple PID controllers simultaneously. See this example . This tool needs a linear model to work with, so it tries to linearize a Simulink model. If the model cannot be linearized, you can use Simulink Design Optimization , which uses brute force optimization to tune the gains. See this example .

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by