LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save data continuously

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(2,770 Views)

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

Anil Punnam
CLD
LV 2012, TestStand 4.2..........
0 Kudos
Message 2 of 4
(2,751 Views)

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

0 Kudos
Message 3 of 4
(2,747 Views)
Solution
Accepted by topic author Ninjatovitch
 
Anil Punnam
CLD
LV 2012, TestStand 4.2..........
Message 4 of 4
(2,744 Views)