Shop OBEX P1 Docs P2 Docs Learn Events
What are considerations for battery management? — Parallax Forums

What are considerations for battery management?

T ChapT Chap Posts: 4,223
edited 2006-12-08 22:08 in General Discussion
I have a product that uses a single 23 stepper driven by several controls and sensors. Currently, the system is ran by two series 12v 7ah gel cell batteries(24v) that are on a floating smart charger. The batteries are not switched, they are always in the circuit. The charger displays slow and fast modes, and is always in slow unless the motors are moving, then it may kick into red(fast) for the short time the motors are on. I have run three prototypes like this for over 6 months with no problems, as the motors and controls are constantly consuming power for holding torque, so it has balanced out about right. For commercial release I need to tell the micro to shut off the motors after a few seconds of use to conserve energy, and if needed, the motors can turn back on. If an attempt to move the motor happens by some chance, the encoders will read it at once and the micro will correct the movement back to where it was, so the effect wil be that ther was holding torque all a long.

Ok, so now that there will be a lot less energy wasted, I want to manage the batteries more seriously for a commercial version. I am looking for where to start. My thoughts are to get the temp from the batteries by a sensor, get the voltage, and regulate the charging to avoid damage and prolong the batteries life. Ideally, a single IC that would easily interface to the Prop would be nice, 1wire or serial.

Here s an idea, it is a TI part, but it doesn't read temp. It suggests it can accurately monitor ambient temp, not quite sure how that happens without a sensor.

"A typical standby supply current requirement of only
1.6mA allows these ICs to predictably monitor ambient temperatures."

Maybe I will add a visual/auditory alarm is such a case of battery failure or overheating.

rocky.digikey.com/WebLib/Texas%20Instruments/Web%20data/UC2906,3906.pdf


Any suggestions would be appreciated. Thanks

Post Edited (originator) : 12/3/2006 9:27:29 AM GMT

Comments

  • Bruce BatesBruce Bates Posts: 3,045
    edited 2006-12-03 09:50
    originator -

    Some time ago, Texas Instrument (TI) bought out the Benchmarq Company. Benchmarq had a large series of battery monitors, battery fuel gauges, and battery charger chips. TI has continued to expand the line and it now covers all battery chemistries, as well as single and multiple cells. Unfortunately, SLA (sealed lead acid) is considered a somewhat obsolete technology, and is not represented as well in their line as other battery chemistries. Regardless, it's still worth a look, as I think they have at least 5-6 SLA chips to offer.

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    <!--StartFragment -->
  • LoopyBytelooseLoopyByteloose Posts: 12,537
    edited 2006-12-03 11:11
    Generally, rechargible batteries [noparse][[/noparse]called secondaries] don't like to drop below 50% of their capacity.
    To do so, creates wear and tear on their physical makeup.

    Lead Gel cells seem to be the best, least tempermental for trickle charges though they are not the most compact or energy dense.

    I really don't agree that seal lead acid is obsolete technology. It is just been given a bad name by people that are promoting 'high tech advances'. Most, if not all of the newer technologies are more tempermental and have a shorter battery life at huge increases in per unit cost. In some cases, the energy density of new battery technology combined with the high recharge rate is exactly what makes the battery explosive.

    In other words, if you put enough chemical energy in a smaller and smaller package at a higher and higher rate --- BOOM!

    The beauty of the gel cell is that is doesn't leak and yet provides a very tough workhorse.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "If you want more fiber, eat the package.· Not enough?· Eat the manual."········
    ···················· Tropical regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
  • LoopyBytelooseLoopyByteloose Posts: 12,537
    edited 2006-12-04 05:42
    An after thought.
    I have been looking at the temperature issue and you are right - most [noparse][[/noparse]maybe all] the smart chargers do not have a temperature sensor. Parallax has sold a very useful and in this case optimal temperature chip from Dallas Semiconductor. It is a programible thermostat that can trigger a shut down at high temp [noparse][[/noparse]say 45 degress centigrade] and a turn on at low temp [noparse][[/noparse]say 35 degrees centigrade]. That would keep you well below the boiling point of water and probably do significant good towards both conserving energy and useful battery life.

    I really don't think you need to change your charger -- just add the thermostat to the circuit and attach to the side of the battery. If the whole device is not mobile, adding more gel cells may allow you to keep the charger off for longer periods of time. It seems to me that the charger is really sourcing power [noparse][[/noparse]maybe partially] during peak use. That may or may not be more economical in the whole scheme of things. Hard to say.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "If you want more fiber, eat the package.· Not enough?· Eat the manual."········
    ···················· Tropical regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
  • T ChapT Chap Posts: 4,223
    edited 2006-12-04 08:07
    Thanks very much for the ideas. The reason I wanted to get rid of the store bought charger, is that I would much prefer to add the management circuit to my own regulator boards that are attached to the batteries. It would also reduce the cost of the system. I had in mind that it would give me more flexibility to know the circuit inside and out, and be able to modify as needed. I will check out the IC you mentioned.

    Are you refering to the 1620? I don't see anything else that looks like what you mentioned. I do already have an LM34 on the board which is contained in the battery box. I set it to around 110F to trip a comparator and do some other functions, maybe just have that same circuit turn off a relay to the charger. It gets trick though, as on power up how does the charger get juice to the batteries if the batteries happend to be dead and the board is off? If the processor kicks on the relay to the charger if the LM34 is below the threshold, maybe there has to be a physical switch to bypass the relay in order to charge the batteries initially. Seems like a messy solution but fire preventionis more important.

    Post Edited (originator) : 12/4/2006 8:21:56 AM GMT
  • LoopyBytelooseLoopyByteloose Posts: 12,537
    edited 2006-12-04 11:55
    Yes, the DS1620.
    Good question about where you get the power if you have to deal with a dead battery.
    I suppose you need a by-pass switch.

    Don't forget, it has to touch the battery. So I don't think you can easily integrate it into a board.
    I suppose there are other 'applicance store' type thermostats that can easily do the job and toggle 120VAC.
    No relay, no 5VDC requirement either.

    I suspect this is an area that 'smart electronics' just gets stupid.
    A generic 120 VAC thermostatic device and a simple trickle charger really appeal to me.

    I keep looking at my DS1620, but it takes a day to program it after you read the docs and write a routine for a BS2 to do so. The main appeal is that I can re-adjust the temperature triggers to whatever I find optimal.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "If you want more fiber, eat the package.· Not enough?· Eat the manual."········
    ···················· Tropical regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
  • T ChapT Chap Posts: 4,223
    edited 2006-12-04 19:39
    Ok I'll get one and check it out, there is already a 1620 object for the Propeller, so it should be easy. What about an SSR that turns on the charger from the battery if the battery has even 3 volts left? I have designed the power board to take the battery out of the circuit with relays if the voltage drops below 18 volts, so maybe just run a lead to the SSR from the micro, and if the battery is there and has any voltage, the SSR kicks in the charger. The processor can shut the SSR off too in case of over temp, triggering an alarm. In such case, the battery can survive for around two days normally, giving enough time for the user to look into the problem, kill the breaker etc. I think an over temp condition would be extremely rare, but safety measures have to be redundant.
  • sam_sam_samsam_sam_sam Posts: 2,286
    edited 2006-12-08 22:08
    originator


    I think an over temp condition would be extremely rare, but safety measures have to be redundant.

    The processor can shut the SSR off too in case of over temp, triggering an alarm.


    I would also do over and under voltage if ether case happen for any lenght of time

    "="Shut Down


    You do have some very good points

    Let me know what you come up with

    Sam
Sign In or Register to comment.