11-05-2009 10:12 PM
hi,
recently i have bought a flow meter from blue-white. I have succefully read the digital square wave from the sensor. However, i face some problem to calculate the flow rate and the total volume of the liquid. Can anyone help me on this matter?
The flowmeter technical data can be access at http://www.blue-white.com/Products/ElectronicFlow/MicroFlo/80000-406_microflo.pdf. And the calculation can be find at page 9. I am using NI9401.
Thanks
Solved! Go to Solution.
11-05-2009 10:54 PM
hi lim
i do not understand what actually you want to ask ...do you have the calculations problems or some problem related to its programming?please do explain a bit.
thanks
do not hesitate to give kudos
11-05-2009 10:55 PM
11-05-2009 11:26 PM
hii baji
you are just having the problem with the (.) sign
just click here and you will get that manual
11-05-2009 11:38 PM
hi ,
My objectives are to measure the flow rate and the total flow from the flow meter. Since i am new in DAQ, i don't know how to calculate the flow rate since the flow meter only display the square wave.
From the technical data, it required k-factor to calculate the flow rate and total. The k-factor is the number of pulses generated by the paddle volume of fluid flow. So, how can i acquire the pulse from the digital square wave since i only manage to get the digital square wave? i think my problem is related to programming and calculation.
Perhaps you will understand my problem once you access instruction manual at http://www.blue-white.com/Products/ElectronicFlow/MicroFlo/MicroFloProduct.asp.(page 9).
11-05-2009 11:41 PM
11-05-2009 11:42 PM - edited 11-05-2009 11:45 PM
From the data sheet I extracted the following.
output=6 complete cycle/ Revelution.
60 / K = rate scale factor
rate scale factor x Hz = flow rate in
volume per minute
1 / K = total scale factor
total scale factor x n pulses = total volume
The meter is factory programmed for the correct K-factor of
the body size included with the meter.
so K is unknown? Find K by trial and error method.
so apply the above formula to get the total volume. do u have any problem to implent with LabVIEW?, if so then attach your VIs to find the problem in the implementation.
11-06-2009 12:03 AM
Yes, i have problem to implement in Labview. Attach herewith the vi http://rapidshare.com/files/303048232/Flow_meter.vi.html. Can you show me how to implement it?
thanks
11-06-2009 12:33 AM
hiii lim
i think you have got the digital pulses ...
now just use the formula:1 / K = total scale factor
total scale factor x n pulses = total volume
and you will got the total volume...
60 / K = rate scale factor
rate scale factor x Hz = flow rate in volume per minute
and you will got flow rate...
now please tell where is the actual problem...
11-06-2009 12:51 AM
as shown above you can calculate the total volume and flow rate. Feed the frquency and total no of pulses as input. Use example finder to know how to measure frequency and no of pulses in the digital signal.