11-30-2024 09:38 AM
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
11-30-2024 09:59 AM
@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.
11-30-2024 10:01 AM
sorry what i try to say the sensor give (0-10v 0lpm -40lpm)
11-30-2024 10:08 AM
11-30-2024 10:27 AM
could you please make vi to find the total fluid
11-30-2024 10:45 AM
find the attchement for what i done to fine the total fluid
12-02-2024 10:13 PM
-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
12-03-2024 02:40 PM
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.
12-03-2024 03:54 PM
The volume will be calculated by integrating the Flow meter waveform over time. The area bellow the FLOW waveform is the volume.
12-03-2024 06:05 PM
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.