want to tune the pid for the dcdc converter

2 views (last 30 days)
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..

Answers (1)

Arkadiy Turevskiy
Arkadiy Turevskiy on 6 Dec 2013
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.

Tags

Community Treasure Hunt

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

Start Hunting!