How to design a controller in a three-phase PWM rectifier?
5 次查看(过去 30 天)
显示 更早的评论
Hi,
I am working on a three-phase PWM rectifier with Direct Power Control strategy.
As I have marked in the attached image, there is a PI controller, which is not necessarily a PI controller and could have several poles or zeroes.
I have simulated this system nearly successfully and the only thing I am struggling with is the controller parameters. I tried lots of controllers with different coefficients, but it still does not operate properly.
I have attached the output DC voltage signal, the output voltage should be 500v DC, while it is fluctuated with an undesired start-up and this is directly dependent on the controller coefficients.
The current controller that I have chosen is: G = (0.6/RC) * [(s+0.2/RC) / s^2*(RC s+1)] = 6*[(s+2)/s^2*(0.1s+1)]
So how can I find a proper controller?
Thanks in advance
0 个评论
回答(4 个)
KL
2015-4-10
The general idea in such control design is to derive the controller parameters based on plant parameters using standard optimum functions like optimum of amplitude etc. Nevertheless choosing such methods depends on your plant's open loop transfer function.
0 个评论
bharadwaj r
2015-8-17
Since you plant model is highly complex ,its highly unlikely that you can find the plant function for it and then tune your PID controller values. I suggest you to try zeigler -Nicholas method of PID tuning which can start as a platform for you to get a proper PID tuning values
1 个评论
MUHAMMED FASIL
2015-8-31
Hi bharadwaj..Automatic Tuning option given in PID block can be used for above system? I am a newbie in control part.
社区
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!