05-08-2023 07:39 PM
hi,could you help me /
i want to realize a simulation in labview of spirometer with defferentiel pressure and i want to plot volume in time and extract lungs volumes(tidal volume, IRV,ERV) and respiratory rate and minute volume and maximal flow.
file:
https://drive.google.com/drive/folders/1lsbLUhtt07tHzcVNUzsaPr3ZbRWlr3Df?usp=share_link
Solved! Go to Solution.
05-08-2023 07:41 PM
with differentiel pressure sensor
05-09-2023 01:01 AM
Hi maroua,
please attach your files directly to your message instead of using 3rd party hosting services!
@maroua23 wrote:
i want to realize a simulation in labview of spirometer with defferentiel pressure and i want to plot volume in time and extract lungs volumes(tidal volume, IRV,ERV) and respiratory rate and minute volume and maximal flow.
What is your problem?
Are there any errors?
(Btw. it would help to downconvert your VI to LV2019 to read a broader audience: File->Save for previous.)
05-09-2023 09:38 AM
when i want to attach a file to a message,it appears an error that's why i use URL.
05-09-2023 01:28 PM
05-09-2023 03:06 PM
Hi.
it's impossible to share a zip file .
it's the same file that I shared already.for me i want to plot volume in graph like this photo and find this all volume except residual volume.
05-10-2023 01:04 AM
Hi maroua,
@maroua23 wrote:
i want to plot volume in graph like this photo and find this all volume except residual volume.
Then you need to collect all the measurement data.
After you done this part of the program you can start the data analysis, by implementing your own analysis algorithm…
05-10-2023 03:48 PM
hi,
how can i collect he measurement data
05-11-2023 12:33 AM
Hi maroua,
@maroua23 wrote:
how can i collect he measurement data
Collect the samples in a shift register (using a BuildArray node).
This is very basic LabVIEW stuff: did you notice those Training Resources offered at the top of the LabVIEW board?
05-12-2023 05:06 PM
hi,
I didn't notice.
thank you i will try.