How to develop a Closed loop current control for converter

27 ビュー (過去 30 日間)
Santhosh
Santhosh 2025 年 10 月 22 日 15:41
回答済み: Sabin 約17時間 前
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
Sam Chak 2025 年 10 月 25 日 15:47
編集済み: Sam Chak 2025 年 10 月 25 日 15:48
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
Santhosh 2025 年 10 月 25 日 16:10
I would try to do the modifications as per your recommendations,
and will update you on the results.
Thank you

サインインしてコメントする。

回答 (1 件)

Sabin
Sabin 約4時間 前
We usually control a DC-DC converter using a cascade control structure with inductor current control in the inner loop and capacitor voltage in the outer loop. You must start with the inductor current as the fastest loop. You can then use the transfer functions you provided to tune the controller or use the PID Autotuner from Simulink Control Design.
Some relevant examples to start with:
  1. Simscape Electrical Stand-Alone Solar PV AC Power System with Battery Backup example. Check the subsystem ‘SolarPVACWithBattery/PV Control/Constant Voltage’ for the cascade control structure of DC-DC converter.
  2. Simulink Control Design Tune PID Controller in Real Time Using Closed-Loop PID Autotuner Block example.

カテゴリ

Help Center および File ExchangeElectrical Block Libraries についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by