3

I'm looking into the fault detection and monitoring subsystem of out unmanned vehicles (airborne and ground-based) batteries. We employ LiPo-battery packs of various configurations which are charged by cell-balancing chargers. Only properly charged and balanced battery packs are put to service. During operation, only the total pack voltage is monitored.

I figured that monitoring the individual cell voltages and temperature will help us detect battery deteriation early in order to avoid catastrophic losses in-flight.

I wonder, whether cell-balancing during discharge would do any good, or basically would only waste energy without much effect on battery health or reliability.

Edit: We build our batteries ourselves from basic unprotected cells. Cells are not specifically matched as far as I know. However, we generally use cells of a single batch for one battery only.

Nick Alexeev
  • 37,739
  • 17
  • 97
  • 230
Arne
  • 1,805
  • 3
  • 27
  • 43

3 Answers3

3

Because charge efficiency of the battery and control circuitry is not 100%, you're just going to end up wasting energy and adding cost for minimal returns. As long as your batteries have the same specifications and are properly balanced prior to use, then your risk of damaging one battery before another during discharge is pretty remote. You're much more likely to damage an unbalanced cell during recharge.

Generally it's bad practice to fully discharge lithium ion and polymer batteries as it results in shorter battery lifespan. So assuming you're only running your batteries down to 50-80% depth of discharge (DoD), the risk of damaging an unbalanced battery is negligible.

To ensure quality of your packs, I would recommend putting them through an 80% discharge test as soon as they're ready. Measure the voltage at that DoD to establish a baseline. Anything below the normal average you'll know has a problem.

OffTheBricks
  • 246
  • 1
  • 4
2

Don't balance during discharge. It would only waste energy and it would do more harm then good.

I answered my own question about how balancing works and maybe it would also help you.

MicroservicesOnDDD
  • 2,557
  • 1
  • 13
  • 48
Bogdan
  • 572
  • 1
  • 4
  • 16
  • +1 for Link to sample chapter of a book by the Author -- [Battery Power Management for Portable Devices (Artech House Power Engineering)](https://www.amazon.com/Battery-Management-Portable-Devices-Engineering/dp/1608074919). – MicroservicesOnDDD Apr 03 '22 at 04:47
1

Kirchoff's Current Law ensures that all cells in the battery will lose the same amount of charge from active use. As long as the cells were matched when assembling the pack, this means that the batteries will essentially remain as balanced during discharge as they were at the end of charging.

Ignacio Vazquez-Abrams
  • 48,282
  • 4
  • 73
  • 102
  • Does this really holds true for the non-linear discharge behaviour of LiPo batteries? – Arne Jan 28 '16 at 10:07
  • @Arne: The goal of matching cells is to select cells with extremely similar characteristics, including discharge curves. – Ignacio Vazquez-Abrams Jan 28 '16 at 10:15
  • OK, I see. Well, assume our cells are not specifically matched then.. – Arne Jan 28 '16 at 10:19
  • If they're not matched then yes, you could damage one or more of the cells during discharge. This is why matching cells is so important when assembling a battery. – Ignacio Vazquez-Abrams Jan 28 '16 at 10:21
  • 1
    Keep in mind that evenly matched cells *can* degrade in capacity at different rates, leading to one cell discharging before the other after countless cycles. I would inplement a low voltage cutoff where the voltage is monitored on a per-cell basis to counter this, if I were to design a commercial product. *Balancing* during discharging is not necessary, IMO. – jms Mar 14 '16 at 22:46
  • Kirchoff's Law holds, but since each cell voltage is different, they lose different amounts of charge as current flows either way. So I'm not sure I agree that they "lose the same amount of charge from active use" as you say. – MicroservicesOnDDD Apr 03 '22 at 04:52