This widget could not be displayed.

From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need advice on using LabView for measuring airflow to volume project

So I have a MEMs bidirectional airflow sensor (still need to decide on one and buy it) and i am i have been told that with lab view i can find the volume based on the user's inhale/exhale data. I am basically new to this software. And to transfer the data from sensor to lab view i still need to figure out.
In a perfect world i am picturing it in my head like this:
  • User breathes
  • collect/store data
  • analyze inhaling/exhaling in labview to get volume
i am figuring out how to analyze the data that the user is breathing so all i am wondering is how to find the volume of the mass flow. For now this is NOT in real time so i assume i would use a USB to get it from the sensor and later analyze on a computer
Can this be done and how?
Thanks
0 Kudos
Message 1 of 5
(2,217 Views)

It all starts with the device you choose and how it communicates.  Many devices will use the USB connection to make a Virtual Serial Port.  So it is just simple VISA calls from there.  Hard to give any more advice until you decide on your sensor.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(2,200 Views)

@sergy3 wrote:
 
all i am wondering is how to find the volume of the mass flow.

You integrate the flow speed over time. 🙂

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 5
(2,143 Views)

@Yamaeda wrote:

@sergy3 wrote:
 
all i am wondering is how to find the volume of the mass flow.

You integrate the flow speed over time. 🙂

/Y


Keep the media temperature (aka density) into account when you want to calculate volume from mass flow.

(After all that's basic physics.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(2,128 Views)

@GerdW wrote:


Keep the media temperature (aka density) into account when you want to calculate volume from mass flow.

(After all that's basic physics.)


Yes, and humidity and so on, there are formulas for that that i've used.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 5 of 5
(2,118 Views)