How to develop a Closed loop current control for converter
古いコメントを表示
I have developed a Buck-Boost converter to charge a SuperCap from a source, in Buck mode and supply a load in Boost mode, I have created a voltage control loop, to maintain the Voltage level within the limit 2.7V.
I also need to include a current controller for maintaing the current to the reference value, (ex.10A)
I need support/guidance with this part.
6 件のコメント
Sam Chak
2025 年 10 月 23 日
Hi @Santhosh
Could you provide the differential equations for the Buck-Boost converter?
If it is common practice to linearize the Buck-Boost converter around a steady-state operating point for small-signal analysis, then the transfer function models of the Buck-Boost converter become valid tools for analyzing the frequency response and designing controllers to simultaneously regulate both output voltage and current in a dual-loop control architecture.
Sam Chak
2025 年 10 月 24 日
Hi @Santhosh
Thank you for your update. Since the decoupled transfer functions are available and are of 2nd order, PID controllers can theoretically be designed to regulate the voltage and current outputs satisfactorily. In fact, the pidtune() tool can make the design process even easier when the performance requirements are properly specified. What is the issue with the controller design?
By the way, the voltage plot shows excessive oscillatory behavior upon reaching the target limit of 2.7V. However, it is very important to note that this behavior is not mathematically reflected in the differential equations and the transfer function models. Have you verified if the Simulink model behaves almost similarly to the transfer function model?
Santhosh
2025 年 10 月 25 日
Hi @Santhosh
Don't mention it. I am sharing my experience. If the math model is available and reliable, as published by reputable researchers in journal articles or educators in textbooks, I will construct the Simulink model according to the math equations or functions. This approach is identical to writing the math equations or functions along with a list of parameters in MATLAB code and executing them using the ode45() solver.
I am unsure how you constructed the Simscape electrical model. Try to disable any extraneous dynamics and nonlinearities by turning off saturation or nonlinear element options (if any) in the Simscape blocks to align with the simplifications of the math models. After that, you should validate and verify that the Simscape model accurately implements the established math models.
Santhosh
2025 年 10 月 25 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Electrical Block Libraries についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


