- "Cell state of charge" parameter of battery module - https://www.mathworks.com/help/simscape-battery/ref/modulegeneratedblock.html#mw_78bc10c4-9959-42c4-aadb-b44c65bfe7de
- More details on managing the parameters of the battery pack - https://www.mathworks.com/help/simscape-battery/ug/battery-cell-characterization.html
How can i set initial soc for battery pack module built with battery builder?
조회 수: 15 (최근 30일)
이전 댓글 표시
Hello Community, i have been testing with battery builder and simulation. Here i have a sample battery pack module built, and could run simulation with it, however the soc of the module always starts with 1, is there a way i can directly assign a different value to it? I noticed there is this soc estimator available, but is it the same with directly setting the initial soc of the pack? Thanks 


댓글 수: 0
채택된 답변
Malay Agarwal
2024년 12월 30일
편집: Malay Agarwal
2024년 12월 30일
The generated battery module block has a block parameter called "Cell state of charge" which determines the initial SOC for the battery pack. Since this defaults to 1, the SOC of the module starts at 1. You can modify this block parameter to start the module with a different SOC value.
To manage the run-time parameters of the battery pack more conveniently from a centralized location, you can use the MaskInitialTargets and MaskParameters name-value arguments of the buildBattery() function to generate a script with all the initial values for different parameters of the battery pack. To modify any parameter, you will only need to modify the script and run it.
Please refer to the following resources for more information:
Hope this helps!
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Battery Pack Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!