05-22-2009 06:19 AM
Hi,
I am trying to save data acquired continuously at a sample rate of 1000 points/0.1s. Unfortunately, the vi below only allows me to save the first 1000 points. How could I manage to save the rest of the samples following each other?
Best regards,
Ninjatovitch
Solved! Go to Solution.
05-22-2009 08:18 AM
there is one issue, you are trying to write into a new file in every loop. It is better if you take the save into file out of the loop and use a shift register in the loop to store the data.
check the attached VI
05-22-2009 08:34 AM
Hi Anil,
Thank you very much for your help. Unfortunately, I can not open your vi because I have got the 8.2 version of LabView. Is there a possibility that you could send it to me in an older version?
Best,
Ninja
05-22-2009 08:50 AM