03-25-2019 03:46 AM
I have 4 pulse output flow meters (https://www.omega.com/pptst/FTB4600.html)
all the flow meters connected to NI 9361 to get my frequency readings using the daq assistant. I will need convert my frequency readings to gallon per minutes. The only conversation factor I have from my flow meters is 75.7 pulses/gallon. i considers my conversion to be (frequency * (1 gal /75.7)*(60s/1 minute)) so, that is (frequency *0.79) will equal my flow rate in gallons per minutes. i'm not sure if this is the correct way to convert.
Any ideas on how I can use that?
Solved! Go to Solution.
03-25-2019 04:43 AM - edited 03-25-2019 04:46 AM
Hi leq,
you read a frequency, so you know a value X with unit "pulses/s".
Your datasheet gives a convsion factor Y in "pulses/gallon".
Let's do some simple math: X / Y gives Z in "gallon/s". Multiply by "60s/min" gives "gallon/min"…
So the formula will by "60 * X / Y"…
i'm not sure if this is the correct way to convert.
You did the same formula. Why are you unsure about it? Afterall it's just plain math…
Any ideas on how I can use that?
I recommend a CompoundMath node, set to "multiply" mode with one inverted input…
Btw. I always "love" that wild mixture of SI units with a bunch of imperial units… 😄
03-25-2019 06:24 AM
@GerdW wrote:
Btw. I always "love" that wild mixture of SI units with a bunch of imperial units… 😄
Oh yes. Things like this get even more fun when you have to guess is this US Gallons (~3.8L) or UK Gallons (~4.6L)?
0xDEAD
03-25-2019 06:28 AM
07-27-2023 09:17 AM
Hello,
Extreme amateur here trying to learn.
I have a Seametrics FT430W with the a K Factor (which is # of pulses/gal) of 51.6. Currently in order for our system to read the number of gallons properly, we have the P set to to 10 gal/pulse.
In your equation that would assist me on finding gal/min, how would I find "X". Anything helps, I have tried to properly come up with the right equation.
Thank you for your time