- Ensure that the battery's capacity, internal resistance, and other parameters accurately reflect the real battery's characteristics.
- The algorithm used for SOC estimation might not be well-suited for the specific battery chemistry or application.
- Without proper control logic to limit discharge, the battery might continue to discharge even when SOC is low, leading to negative values.
- Implement a feedback mechanism to reduce or cut off the load when SOC approaches the minimum threshold.
How can I limit SOC for a battery pack on the lower side
조회 수: 44 (최근 30일)
이전 댓글 표시
Hello,
Using MATLAB (R2024a), I have built a battery pack library (1 Pack having 20 Module Assemblies, each module assembly having 5 modules, each module assembly having 20 parallel assemblies, with each parallel assembly having 120 cells). Then, I am trying to simulate (using Simulink and simscape components), a system where this battery pack is connected to a resistance as load and monitoring current flowing out of the battery pack and temparature of the pack. The resolution for parallel assemble and module is "Lumped".
When I run this integrated model (this battery pack library with the battery thermal monitoring, current monitoring and boost DC-DC Converter with resistive load), the battery pack discharges. The SOC of the battery pack discharges and continues to fall even below 0.
How can I limit the SOC to 20% or 0%?
Kindly suggest a possible solution for my issue.
Thanks, and Regards,
Sameer Phatak
댓글 수: 0
답변 (1개)
Karanjot
2024년 11월 3일 19:18
Hi Sameer,
If the SOC (State of Charge) falls below 0% in your simulation, it often indicates an issue with SOC estimation or model configuration. Here are some potential reasons and solutions:
I recommend going through the following documentation links:
I hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Propulsion and Power Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!