Monitor voltage and current
pcleats
Posts: 11
Hello all,
·
I am not sure if someone has addressed this issue before. I have tried a search, but have not been able to find anything.
·
What I am designing is a video distribution box that is connected to a surveillance system that is connected by a 30 conductor cable. In the box is a set of batteries, that are used to power the cameras and microphones that might be connected to the box. I need a way to monitor the voltage and current that is being used by the box. This information needs to be sent back to a LCD display that will be in the van.··I will also need a way to control some additional features in the box. After the power has been sent to the box from the van I will have 2 additional wires that I can use to send and receive data. This means I will be using I2C to carry the data back to the van. Any ideas on the best way to approach this.
·
The big thing now is the ability to measure voltage and current and send it back to the surveillance system to be displayed on an LCD display.
Any help or ideas would be greatly appericated.
Thanks
Patrick
·
I am not sure if someone has addressed this issue before. I have tried a search, but have not been able to find anything.
·
What I am designing is a video distribution box that is connected to a surveillance system that is connected by a 30 conductor cable. In the box is a set of batteries, that are used to power the cameras and microphones that might be connected to the box. I need a way to monitor the voltage and current that is being used by the box. This information needs to be sent back to a LCD display that will be in the van.··I will also need a way to control some additional features in the box. After the power has been sent to the box from the van I will have 2 additional wires that I can use to send and receive data. This means I will be using I2C to carry the data back to the van. Any ideas on the best way to approach this.
·
The big thing now is the ability to measure voltage and current and send it back to the surveillance system to be displayed on an LCD display.
Any help or ideas would be greatly appericated.
Thanks
Patrick
Comments
www.emesys.com/BS2rct.htm#B_voltage
That might give you some ideas about the first part of your question. If you want to add an analog to digital converter, you can use that , instead of RCTIME, for the conversion.
For the communication, RS485 is a good alternative for use on the two wires. It excels for long lines where there might be ground loops or electrical noise. At each end, you would need an RS485 driver chip, like the LT1785 or SN65HVD485E for half duplex (master-slave) communications. RS485 driver/receiver pairs are simple and cheap.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
http://www.allegromicro.com/datafile/0752-050.pdf
Its super easy to us for measuring current. They have 2 devices one is a 50amp and 1 is a 100amp
See DOC's pg. 4, VOUT vs Primary Current·-- Looks like output = 2.5V at 0A and 4.5V at 50A (that's 2V/50A = 40mV/A [noparse][[/noparse]delta])
Post Edited (PJ Allen) : 7/6/2006 9:55:28 PM GMT