Electronic – In Field Car Battery testing

automotivebatteries

I need to determine the "health" of car batteries in the field.

My objective is to predict when a car battery is likely to fail from data collected while the vehicle is in use. I am targeting 3 states – good Battery, Battery needs charging, Bad battery needs replacing.

In preparation, I will be testing batteries with various states of charge in a garage environment measuring voltage and current using automotive battery testers, current clamps and Oscilloscope and checking if the engine starts.

In the field I have the capability to measure voltage at 100Hz at every cranking event for a period of 5 seconds. In addition I can measure engine temperature, ambient temperature (but not battery Temp), Trip details – Duration, time of trip, engine size, time for engine to start.

I am unable to measure current remotely in the field.

The intention is to then "Prove" that the status of the battery condition in the field matches that of the measure in the garage.

Does my proposed experiment seem logical?

Are there any other factors that i should consider? I can then determine if I am capable of measuring them.

Any other input on the subject of developing the algorithm would also be welcome

Best Answer

The algorithm is simple enough. Just correlate the temperature of the battery to the source impedance at that temperature. A battery's internal impedance increase as either the anode or cathode material is worn down by repeated chemical reactions. You will have to measure the batteries at the "same charge" which is to say that a LA battery with little charge, but is still a good battery will have a higher impedance than a fully charged bad battery. Either test them when they're all freshly charged or when they're all completely spent.

You can find the impedance of a battery by testing it's open circuit voltage, Vo, and testing the voltage across a known resistor, Vl and R. You plug all that information into this equation: internal Resistance = [R*(Vo-Vl)]/Vl

This isn't a very practical method unfortunately since you'd have to disconnect the battery to run this test. However, it's the only one I know. Internal Impedance is really the only tell-tale sign of a bad battery.

Related Topic