From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What sensors and instruments are needed to measure battery level and fuel capacity?

Hello all, I am a senior engineering student converting a gas powered golf cart to a electric/gas hybrid. One of our requirements requires us to measure and display the battery (lead-acid) level and fuel capacity on LabVIEW. Currently, all we have is a NI-6008 USB DAQ and LabVIEW software. What sensors and instruments would we need to measure these parameters? All replies are appreciated!

0 Kudos
Message 1 of 4
(2,297 Views)

Well, the 6008 measures voltage so you probably want sensors with voltage outputs.  Other than that it's really up to you.  There are so many ways to do this it's hard to narrow it down without knowing your preferences.  Fluid levels are currently measured using resistive elements (with and without floats), optical detectors, sonic detectors, etc.  Making these choices is what Engineering is all about.

 

EDIT:  You can probably rule out the resistives and floats in the battery acid.  Smiley Wink

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019 - Unfortunately now moving back to C#, .NET, Python due to forced change to subscription model by NI. 8^{
0 Kudos
Message 2 of 4
(2,287 Views)

Easiest way is going to be a voltage divider to an input on the DAQ.  A fully-charged 12V SLA is 12.9, discharged typically 11.4,  that 1.5v span can give you a pretty good estimation of 100%-0% charge.

 

Better way is a charge controller type setup that measures capacity in amp-hours.  Can also measure current out of the battery and integrate that area to give you power delivery, then gauge based off that number.

 

Lots of ways to do that.  Figure out what you need, what you have, and make a system work to give you the numbers you want at an acceptable cost.

0 Kudos
Message 3 of 4
(2,284 Views)

You have received some good advice.

 

With lead-acid batteries the open circuit voltage gives you a pretty good indication of the state of charge.  Of course while the cart is running you cannot measure the open circuit voltage.  Something along the lines of SnowMule's suggestions are probably best.

 

Lynn

0 Kudos
Message 4 of 4
(2,278 Views)