Dynamic Signal Acquisition

cancel
Showing results for 
Search instead for 
Did you mean: 

save a long experiment to many ASCII files

Hi

I am using LabVIEW signal express ver. 2.5.1


I am doing an experiment that lasts more than an hour. My sample rate is 2.5 KHz and I am reading 1000 samples.
I do not want all data to be saved in an only ASCII (or .txt) file because it´s too much information to be opened  in an Excel sheet.

I would like to save only some adquired data in an ASCII file and then save next adquired data in another ASCII file, and so on, in order to have less information in an only file.
I do not know how to do this without stopping my experiment each time I want to save.

Any help will be appreciated, I am new to this software.

Thanks,

Areli
0 Kudos
Message 1 of 2
(6,391 Views)

A lot's of way could be use for doing that.

You can split you data in a new files after a specific time or sample number.

The best way that you should do it, is by compressing data. Example using a filter that will not save the data if there is no diference between the new value and the old value. By doing this, you will be able to see all data in a single Excel Sheet. You can implement a bether solution by verifying if the new data is out of a +- specified error.

Try this and reply if it's working.

 

B.

Benoit Séguin
Software Designer
0 Kudos
Message 2 of 2
(6,166 Views)