LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview + omega sensor

This is my first post and really didn't know where to put this.

This is what I have:

Labview 8.2.1

Omega FPR130 flow sensor  specs here-------> http://www.omega.com/ppt/pptsc.asp?ref=FPR100

NI USB 6211.

 

I was wondering if there is any way to wire it up to the USB 6211 and set it up so that labview displayed the flow rate.

 I'm kinda lost, but I was thinking acquire signals, counter input??????

 

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

Use the counters on your DAQ unit. Use the example finder. You find the example finder under the help in the toolbar. A search on this forum or the NI site will give you some more inputs

Good luck with your project



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 2 of 4
(2,555 Views)

jgarcia,

 

This might help.  http://zone.ni.com/devzone/cda/epd/p/id/5000  Method 2 works the best with flowmeters.  Linked .zip file contains an example.

 

Key is  determining how long to count pulses for.  Counting pulses for an entire minute is a bit much and would mean you only get an updated reading once a minute.  I'd start with counting pulses for 1 second.  This can be a bit of a balancing act.  Count too long and you could overflow the counter.  Don't count long enough and your low flow measurements may not be very accurate.

 

Now that you have pulses/sec, you need to convert to gallons/min.  Your flowmeter should come with a cal sheet and a 'K factor' (Pulses/gallon).  

 

 

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

Im working with a similar flowmeter but using the USB-6001. The link previously attached no longer exists. Can you point me in the right direction?

0 Kudos
Message 4 of 4
(928 Views)