- “Saturation” block: https://www.mathworks.com/help/simulink/slref/saturation.html
- “Current Limiter” block: https://www.mathworks.com/help/sps/ref/currentlimiter.html
How to not surpass 1 SoC when charging a battery in Simscape?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi Everyone! I am using a battery block in Simscape, the problem is that the SOC is surpassing 1 when I give a positive current to the battery,
while I would like the battery to saturate.

SOC:

When I use this block in my main simulation I can put a limit on the voltage so that the SOC is limited under 1, but how can I make the battery saturate, to have a more loyal model?
댓글 수: 0
채택된 답변
Jaskirat
2025년 3월 27일
I understand that you want the battery to saturate instead of surpassing SoC.
This can be done using the “Saturation” block in Simulink.
Alternatively, you can use the “Current Limiter” block to avoid excess charging by cutting off charging when the SoC reaches 1.
Refer the following documentation to learn more about these blocks-
Hope this helps!
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Energy Storage에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!