フィルターのクリア

want to tune the pid for the dcdc converter

3 ビュー (過去 30 日間)
Rittu
Rittu 2013 年 11 月 28 日
回答済み: Arkadiy Turevskiy 2013 年 12 月 6 日
i 'm new to matlab simulink. i made a converter for which i wanna make a pid controller. but the tuning portion is not working well.did i have to make my own controller for its working.?? how can i make it.. so guys plz help me in project work..

回答 (1 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2013 年 12 月 6 日
Can you be more specific when you say tuning is not working?
PID Tuner works by linearizing a Simulink model from controller output (plant input) to controller input (plant output). PID Tuner then uses the resulting linear model to come up with the PID gains. If the model linearizes to zero, then PID Tuner cannot calculate PID gains for you.
As you model has strong discontinuities like switching and diodes, that's most likely the issue you are experiencing.
The workaround is to find a linear representation of Simulink model in some other way than exact linearization.
This example and this example explain the workflow you should try.

カテゴリ

Help Center および File ExchangePID Controller Tuning についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by