How to measure 255 volts (divider/shunt?)
IRobot2
Posts: 164
I am in the process of making an interface for an industrial battery charger using the prop. The control aspect is relatively simple with turning on a set of contactors and looking for errors and faults. The rest is merely code that controls how long the batteries are on charge, their state and at what rate they are charged.
In order to do this I need to be able to read the output of the charger (Voltage and Current) with an output around 255 VDC and 1500 A.H.. My thoughts are to use a shunt or some type of voltage divider returned to an ADC and my prop. Accuracy should be down to the volt (1-2 volts). I keep thinking this should be relatively easy to do, but I am more of a basic electronics kind of guy and never really ventured into industrial or high power before. So I am getting confused on how I can safely drop (or at least read) this higher voltage with a 0-5v ADC. I know the basic answer is to use a shunt… but even after some research I am lost on what to do with it. Any thoughts or suggestions?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"Beware of computer programmers that carry screwdrivers." -Leonard Brandwein
In order to do this I need to be able to read the output of the charger (Voltage and Current) with an output around 255 VDC and 1500 A.H.. My thoughts are to use a shunt or some type of voltage divider returned to an ADC and my prop. Accuracy should be down to the volt (1-2 volts). I keep thinking this should be relatively easy to do, but I am more of a basic electronics kind of guy and never really ventured into industrial or high power before. So I am getting confused on how I can safely drop (or at least read) this higher voltage with a 0-5v ADC. I know the basic answer is to use a shunt… but even after some research I am lost on what to do with it. Any thoughts or suggestions?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"Beware of computer programmers that carry screwdrivers." -Leonard Brandwein
Comments
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Post Edited (Leon) : 10/29/2009 4:42:20 PM GMT
OutPut: 2 Circuits, 64 Cells, 1500 A.H.
This charger is typically used in mining applications to charge large banks of batteries. It is pretty big in my opinion.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"Beware of computer programmers that carry screwdrivers." -Leonard Brandwein
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Make sure you do fuse the input.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
Typically there will be two types of battery units to charge. One roughly around 128 Volts and one is around 240 Volts. Any ideas on how to read the voltage that is going out of the charger?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"Beware of computer programmers that carry screwdrivers." -Leonard Brandwein
I read or heard some where about how voltage dividers become less accurate the more voltage that you drop. In this case 250 volts. Did I just misunderstand that?
I guess I am going to have to use some pretty hefty resistors.
Thanks for the tip on the isolator and fuse. I will be sure to do that.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"Beware of computer programmers that carry screwdrivers." -Leonard Brandwein
Accuracy will go down because your adc voltage error will mean more for a larger divider but as long as the add sense current daw is significantly less then the current draw of the bottom resister it will be accurate
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
If the input impedance of the ADC is 100K, then use a 1K or lower resistor as the last resistor (sense resistor) in the chain.
Assuming a 1K sense resistor the other resistors would need to be 50K total. For safety I would use 10 5K resistors in series to prevent a single resistor failure damaging the circuit. With these resistor values 1/4 W resistors would be adequate.
The alternative would be to use the string of resistors to provide a current to the inverting input of an op amp that outputs a voltage proportional to the current.
Thanks for helping me out every one.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"Beware of computer programmers that carry screwdrivers." -Leonard Brandwein
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"Beware of computer programmers that carry screwdrivers." -Leonard Brandwein
To calculate charge curent place a small resister between battry negative and charger negative
Measuring voltage acroSs that will give you curent
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"Beware of computer programmers that carry screwdrivers." -Leonard Brandwein
Take a look at the attached data sheet. Available from Digikey, Newark, and Arrow. Cost under $10.00. Probably similar devices available from other manufacturers.
Post Edited (kwinn) : 10/30/2009 6:32:24 PM GMT
http://www.crmagnetics.com/newprod/ProductView.asp?ProdName=CR5210
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"Beware of computer programmers that carry screwdrivers." -Leonard Brandwein
Max current you can use is 141A will drop 0.7005V at that current.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
Thanks so much kwinn and mctrivia for all your help. It is really appreciated!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"Beware of computer programmers that carry screwdrivers." -Leonard Brandwein