LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Log data for 5 min

Hi.

I use Labview 7.1.I am acquiring some data using the DAQ assistant and save it as as lvm file using the Write LVM express vi.Both these blocks are placed inside a while loop which runs continously until user presses the stop data.


Now the question is that I want to log only 5 minutes of data each time i start the vi.


How do I do this?


Thanks."
0 Kudos
Message 1 of 2
(2,485 Views)
dear pilo.
I think you can make a loop with two time counters.
One in the loop, one outside of the loop.
In the exemple i gave you, the loop is runing until the time is upper than 5 seconds.
0 Kudos
Message 2 of 2
(2,485 Views)