フィルターのクリア

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 Center および File ExchangePower Converters についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by