필터 지우기
필터 지우기

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 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