Hi tca-adam,
Interesting question, you might get a lot of different answers to this one.
The most important question is how you want to retrieve the data:
- Will you always read the file from LabVIEW or do you want to read it from a non LabVIEW application?
- Do you want to be able to read it in Microsoft Excel (spreadsheet)?
- Does the size of the file matter?
If you only want to access the data in LabVIEW and you want the file to be small you should start by looking at the shipping examples called "Write Datalog File Example.vi" and "Read Datalog File Example.vi". "Datalog" gives you the option of storing data as your own customized slice. One slice could be a Waveform of 100 samples and additional information like the name of the channels acquired, who was performing the logging, and the ambient temperature (these were all made up). You complete file will then store multiple slices of this type, and you can retrieve them one by one.
If you want to asses the data in for example Microsoft Excel, you have to save the data as ASCII (text). See the Spreadsheet examples for this approach.
- Philip Courtois, Thinkbot Solutions