LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to calculate total fluid

hi i am using flow meter to monitor the flow rate its output of 0-10v if (1 volt = 1lpm & 10volt=40lpm) i want  to calculate the total fluid go's throug the pipe

0 Kudos
Message 1 of 10
(420 Views)

@rajapalani wrote:

hi i am using flow meter to monitor the flow rate its output of 0-10v if (1 volt = 1lpm & 10volt=40lpm) i want  to calculate the total fluid go's throug the pipe


What is the model of the flow meter.  We will need to check the specs of the device to get the scaling (0-1V = 1lpm the next 9 Volts get you 39?  Some missing data here )  the rest is just simple calculus to integrate over time.


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 10
(415 Views)

sorry what i try to say the sensor give (0-10v 0lpm -40lpm)  

0 Kudos
Message 3 of 10
(411 Views)
That makes more sense. Just multiply the voltage by 2/3 to scale it as Liters per Second and do the integration over time to get Liters. You do know your sample rate in seconds right?

"Should be" isn't "Is" -Jay
Message 4 of 10
(404 Views)

could you please make vi to find the total fluid

 

0 Kudos
Message 5 of 10
(398 Views)

find the attchement for what i done to fine the total fluid 

0 Kudos
Message 6 of 10
(390 Views)

-it should be divided by 60 not multiplied by 2/3 to get L/s

-cannot open the file, its LV2024, may want to save for earlier version

-the whole thing sounds like a homework question, just saying

0 Kudos
Message 7 of 10
(267 Views)

adding to that, flow meters have totalisers. You can read the value from there. Need some sort of a protocol then (HART, modbus, what not)

Or, set it for pulse output, count pulses. Say 1 plulse per L. Same like bean counters.

0 Kudos
Message 8 of 10
(247 Views)

The volume will be calculated by integrating the Flow meter waveform over time. The area bellow the FLOW waveform is the volume. 

 

LVNinja_0-1733262817140.png

 

Message 9 of 10
(241 Views)

could run a loop every 1000ms sharp. Turn the value into absolute (but 0-10V should be 0-40L anyway). Then add into a shift register, homework done. Time to watch some doomer music.

0 Kudos
Message 10 of 10
(229 Views)