Is it possible to connect a battery model to a solar pv system and see the charging and discharging of the battery ?
显示 更早的评论
Hi .. I am doing my project on Hybrid( PV array with Fuel Cell systems) Renewable Sources with storage . When i am using a battery model I dont know how to connect it to a variable load.
How to design a variable DC load of say 1 KW to 5 KW?
How to connect two power sources delivering V+ and V- outputs together ?( I have connected in parallel for the time being)
4 个评论
@ Sankeerth Sudhan as requested:
You can control your load by using a switch ( power electronics block)connected between two loads ( 1kW and 4kW).
As for battery SOC, there are several techniques to charge such as: Constant current , Constant voltage + Constant current
Maybe you can do a review on the techniques available for battery charging.
The simplest way is to use a constant current to charge the battery.
You can use a matlab function block to create the controller. The input of the block is the battery voltage and current. Inside the block, you may need to write a matlab script that reads the values and determine when to charge and discharge the battery. The function block output should be connected to a PID controller which will make sure it will deliver constant current to charge the battery. After the voltage is max, the controller will send a signal to a switch that will disconnect the battery from the source.
If you want to ask a different question, please open a new thread.
thanks.. hope this helps
tandava anjali
2017-8-10
could u create simulink model for battery
Faiz Daniel
2019-5-9
Can i get the Simulink for stand Alone system?
omar
2022-10-10
yes
采纳的回答
更多回答(4 个)
subhendu sekhar
2015-2-19
0 个投票
depending on the current drawn ....you need to vary the resistance vallue accoarding to it
2 个评论
Sankeerth Sudhan
2015-2-19
subhendu sekhar
2015-2-19
use a circuit breaker and connect a load . set the operation of circuit breaker to start after some specified time ...
Tony Castillo
2015-12-1
0 个投票
Hi everybody, I'm trying to make it works but i couldn't get it yet, because I'm having the same trouble than the boy than wrote first the question I read your lines but I follow without understand correctly, basicly I'm constructing a model in SPS for supply DC energy than comes from a group of batteries and those batteries are charged from solar irradiation provenient of array panels but I do no see that it happens, can anyone of you give me a hand with this?.
Prabhu Prasad
2021-8-24
0 个投票
hello i just wanted to connect pv array to battery in simulink how can i do it
Chetan
2025-8-28
0 个投票
Yes, it's definitely possible. By integrating a battery model with a solar PV system in simulation tools like MATLAB/Simulink, PVSyst, HOMER, or OpenDSS, you can track battery charging and discharging in real time. Here’s what you can analyze:
- State of Charge (SOC) over time
- Charge/discharge cycles based on solar generation and load demand
- Peak shaving and load shifting capabilities
- Battery sizing and optimization
- Grid interaction or islanded mode behavior
This setup is essential for designing hybrid renewable energy systems and optimizing performance and reliability.
社区
类别
在 帮助中心 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!