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.
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.