LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write data to Text file - Column by Column

Hi,

 

           Its in 8.2.Let me know if this works for you.

0 Kudos
Message 11 of 13
(1,231 Views)
Please find the vi attached in LV 8.2
0 Kudos
Message 12 of 13
(1,208 Views)

With that amount of data, I would highly recommend a binary format of some sort, unless you have a very pressing need to save your data in ASCII.  LabVIEW gives you several options:

  1. Use TDMS
  2. Use NI-HWS
  3. Use flat binary (you will need to save data lengths)
  4. Use HDF5
  5. Use ActiveX to save an actual Excel file
 These all have their pluses and minuses depending on what you are planning on doing with your data after you store it.  If you can give us more details, we can better suggest a solution.
0 Kudos
Message 13 of 13
(1,192 Views)