Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
The end discharge voltage (generally 1.0 volt per cell for NiCd and NiMH
cells) is measured under load. After disconnecting the load, the voltage will typically rise substantially, but its value isn't of any significance. It's usually not recommended to discharge below 1.0 volt, but it doesn't seem to cause any harm, at least if it's not done really often. I think a cell is more likely to grow dendrites and short if it's left in an extreme discharged state for an extended period, so it's probably a good idea to put at least some charge back in before too awfully long if you've discharged it particularly deeply. What is harmful is reverse charging of the cell. But that happens only when you have an external source of current, like other cells in a series connected battery. Roy Lewallen, W7EL Bruce W.1 wrote: I wrote the program and will make it available to anyone that wants it. I runs on Windows and the .NET Framework. Works fine. The only problem I have is remembering to disconnect the battery from the resistor after it hits one volt, Doh! Some of them were pulled down to 0.4 volts (under load) but they recover to about a volt at rest. Yet one question still lingers in my mind. Is a discharge voltage to, say, 1.1 volts under load or at rest? |
#2
![]() |
|||
|
|||
![]() "Bruce W.1" wrote: The only problem I have is remembering to disconnect the battery from the resistor after it hits one volt, Doh! Some of them were pulled down to 0.4 volts (under load) but they recover to about a volt at rest. There is a simple way to do that automatically. Find a relay whose dropout voltage equals the voltage you want to discharge the battery to. Discharge the battery through the relay coil and the normally open point on the relay. You'll need to operate the relay manually or via an external power source to start the discharge cycle. When the battery discharges to the dropout voltage, the relay drops and all current flow stops. |
#3
![]() |
|||
|
|||
![]() "Bruce W.1" wrote: The only problem I have is remembering to disconnect the battery from the resistor after it hits one volt, Doh! Some of them were pulled down to 0.4 volts (under load) but they recover to about a volt at rest. There is a simple way to do that automatically. Find a relay whose dropout voltage equals the voltage you want to discharge the battery to. Discharge the battery through the relay coil and the normally open point on the relay. You'll need to operate the relay manually or via an external power source to start the discharge cycle. When the battery discharges to the dropout voltage, the relay drops and all current flow stops. |
#4
![]() |
|||
|
|||
![]()
Roy Lewallen wrote:
Now, that looks like a handy little gadget. Thanks for bringing it to our attention. Should do the job, all right. Roy Lewallen, W7EL Bruce W.1 wrote: Thanks Roy. I found a good way to measure the capacity of a single cell. This Radio Shack multimeter: http://www.radioshack.com/product.as...%5Fid=22%2D812 It logs voltage (or current) and its software can output the log to a text file. Now all I have to to is write a little computer program to calculate the capacity. ================================ I wrote the program and will make it available to anyone that wants it. I runs on Windows and the .NET Framework. Works fine. The only problem I have is remembering to disconnect the battery from the resistor after it hits one volt, Doh! Some of them were pulled down to 0.4 volts (under load) but they recover to about a volt at rest. Yet one question still lingers in my mind. Is a discharge voltage to, say, 1.1 volts under load or at rest? |
#5
![]() |
|||
|
|||
![]()
Now, that looks like a handy little gadget. Thanks for bringing it to
our attention. Should do the job, all right. Roy Lewallen, W7EL Bruce W.1 wrote: Thanks Roy. I found a good way to measure the capacity of a single cell. This Radio Shack multimeter: http://www.radioshack.com/product.as...%5Fid=22%2D812 It logs voltage (or current) and its software can output the log to a text file. Now all I have to to is write a little computer program to calculate the capacity. |
#6
![]() |
|||
|
|||
![]()
Roy Lewallen wrote:
You can measure it either in watt-hours or in ampere-hours. The first is the true energy delivered, and would be the area under a voltage-vs-time graph at constant discharge current. If current isn't constant, you would have to measure the voltage and current at each time interval to be rigorous, plot the product of V and I vs time, and integrate that function. However, capacity of NiCd and NiMH cells is just about always specified in ampere-hours, or milliampere-hours, since the discharge voltage is fairly constant anyway. That can be measured by simply discharging the battery at constant current and multiplying by the discharge time. If the current isn't constant during discharge and you wanted to be accurate, you'd have to measure the current at various time intervals, plot that against time, and integrate the result. Of course, a simple rectangular or triangular integration would be simple to do even with a spreadsheet, or a very simple program in the language of your choice, and would be entirely adequate for the job. But because a NiCd or NiMH cell voltage stays pretty constant between 1.2 and 1.25 volts during the majority of the discharge period, you could also discharge it with a resistor, then estimate the average current by assuming a voltage midway between those values, and simply multiply by the discharge time. That would be close enough for most purposes. 1.0 volts is the usually specified cutoff for NiCd and NiMH cells. When the cell voltage reaches that value, there's very little energy left, so the voltage falls very rapidly beyond that. There's actually very little energy left at 1.1 volts with a normal cell, but one suffering from voltage depression (the so-called "memory" effect that's cured by discharge to 1.0 volt) can deliver quite a bit of energy at 1.1 volt. Roy Lewallen, W7EL ================================================== ============ Thanks Roy. I found a good way to measure the capacity of a single cell. This Radio Shack multimeter: http://www.radioshack.com/product.as...%5Fid=22%2D812 It logs voltage (or current) and its software can output the log to a text file. Now all I have to to is write a little computer program to calculate the capacity. |
#7
![]() |
|||
|
|||
![]()
You can measure it either in watt-hours or in ampere-hours. The first is
the true energy delivered, and would be the area under a voltage-vs-time graph at constant discharge current. If current isn't constant, you would have to measure the voltage and current at each time interval to be rigorous, plot the product of V and I vs time, and integrate that function. However, capacity of NiCd and NiMH cells is just about always specified in ampere-hours, or milliampere-hours, since the discharge voltage is fairly constant anyway. That can be measured by simply discharging the battery at constant current and multiplying by the discharge time. If the current isn't constant during discharge and you wanted to be accurate, you'd have to measure the current at various time intervals, plot that against time, and integrate the result. Of course, a simple rectangular or triangular integration would be simple to do even with a spreadsheet, or a very simple program in the language of your choice, and would be entirely adequate for the job. But because a NiCd or NiMH cell voltage stays pretty constant between 1.2 and 1.25 volts during the majority of the discharge period, you could also discharge it with a resistor, then estimate the average current by assuming a voltage midway between those values, and simply multiply by the discharge time. That would be close enough for most purposes. 1.0 volts is the usually specified cutoff for NiCd and NiMH cells. When the cell voltage reaches that value, there's very little energy left, so the voltage falls very rapidly beyond that. There's actually very little energy left at 1.1 volts with a normal cell, but one suffering from voltage depression (the so-called "memory" effect that's cured by discharge to 1.0 volt) can deliver quite a bit of energy at 1.1 volt. Roy Lewallen, W7EL Bruce W.1 wrote: Say for a NiCad or NiMH battery, how is battery capacity calculated? Say I put a resistor across the battery and measured the voltage periodically. Is it the area of the curve above 1.1 volts, 0.9 volts, or what? Thanks for your help. |
#8
![]() |
|||
|
|||
![]()
"Bruce W.1" wrote in message ...
Say for a NiCad or NiMH battery, how is battery capacity calculated? Say I put a resistor across the battery and measured the voltage periodically. Is it the area of the curve above 1.1 volts, 0.9 volts, or what? Usually they pick a voltage that lets you get some large percentage of the total available energy. I think 1.0V is OK for a NiCd, though you could be more conservative and use 1.1V. There probably isn't much energy left by the time you reach a volt, at least at modest current. It also makes a difference what rate you discharge. So for a 500mA-H cell, if you discharge at 50mA, that's a "ten hour rate" and would be a common way to rate the cell. If your application draws heavier current, you'd be advised to test at that current, and you will find the mA-H value to be lower than at the lower rate. I'd think you could find lots of info on the web about this, since it's a common topic. I've seen quite a few articles in various trade journals about it. Cheers, Tom |
#9
![]() |
|||
|
|||
![]()
"Bruce W.1" wrote in message ...
Say for a NiCad or NiMH battery, how is battery capacity calculated? Say I put a resistor across the battery and measured the voltage periodically. Is it the area of the curve above 1.1 volts, 0.9 volts, or what? Usually they pick a voltage that lets you get some large percentage of the total available energy. I think 1.0V is OK for a NiCd, though you could be more conservative and use 1.1V. There probably isn't much energy left by the time you reach a volt, at least at modest current. It also makes a difference what rate you discharge. So for a 500mA-H cell, if you discharge at 50mA, that's a "ten hour rate" and would be a common way to rate the cell. If your application draws heavier current, you'd be advised to test at that current, and you will find the mA-H value to be lower than at the lower rate. I'd think you could find lots of info on the web about this, since it's a common topic. I've seen quite a few articles in various trade journals about it. Cheers, Tom |
#10
![]() |
|||
|
|||
![]()
Say for a NiCad or NiMH battery, how is battery capacity calculated?
Say I put a resistor across the battery and measured the voltage periodically. Is it the area of the curve above 1.1 volts, 0.9 volts, or what? ====== Discharge the fully charged battery at a constant current until the voltage has dropped to 1.0 volt per cell A simple constant current drain can be made with a LM317 voltage regulator used as a constant current regulator up to 1 ampere ,by tying the reference leg 'downstream' of a resistor connected to the output leg. Since the LM317 needs some 'head voltage' ,this system works well as from 3 cells in series , hence 3.6 V. For 12 V and higher battery packs an additional resistor is advisable to dissipate part of the discharged energy , alternatively you can use a LM 7805 voltage regulator in the same way, without an additional resistor. Frank GM0CSZ /KN6WH |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Alinco DR-600T Backup Battery | Equipment | |||
Alinco DR-600T Backup Battery | Equipment | |||
Are Alincos Throw-Away Radios? (Finding a DJ-C5 Battery) | Equipment | |||
Are Alincos Throw-Away Radios? (Finding a DJ-C5 Battery) | Equipment | |||
Battery Pack Amp Hours | Equipment |