Pv buck converter charging baterry without mppt

7 次查看(过去 30 天)
I did simulink matlab, charging the battery with a buck converter with a solar panel source without using mppt, but after running the voltage generated by the solar panel immediately drops and becomes the same as the battery voltage, it's as if my buck converter is losing, can anyone help me?

回答(1 个)

Kothuri
Kothuri 2024-8-21
编辑:Kothuri 2024-8-22
I understand that you are trying to implement Battery charging using PV panel with Buck converter without MPPT. After running the simulation, there is a drop in the voltage of Solar panel to that of the battery voltage. This issue can be due to multiple reasons as:
  • The buck converter is not regulating properly. Ensure that the input voltage range of the buck converter is correctly set to handle the PV panel’s output. Also check the duty cycle settings for the voltage conversion.
  • If the PV panel is not generating enough power, the voltage will drop when the load (battery) is connected.
  • Without MPPT, the control algorithm might not be effectively managing the power transfer. So, you can implement a basic control method to regulate the voltage and current. For example, using a simple voltage feedback loop to adjust the duty cycle of the buck converter. You can refer the below example https://www.mathworks.com/help/sps/ug/buck-converter-voltage-control.html
  • Incorrect parameters for the PV panel, buck converter, or battery in your Simulink model. Make sure that the PV panel’s characteristics (like open-circuit voltage and short-circuit current) are accurately represented.
  • Ensure that the initial conditions for the PV panel and battery are set correctly. And the PV panel should start with an open-circuit voltage higher than the battery voltage.
By checking the above conditions in the Simulink Model, you can try to rectify the issue.

类别

Help CenterFile Exchange 中查找有关 Solar Power 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by