LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing data to spreadsheet with time stamp

Hi

I am in the process of making a data logger using FPGA DMA FIFOs to read analog inputs into a real time host vi. This vi then queues the data to a second, lower priority loop. It is my goal that at this stage the data will be written to a spreahseet somehow with a usec-accurate timestamp as the first column, and all relevent column headings etc

 

I have uploaded my project as a zip for your viewing.

 

Thank you all for your help!

 

 

Download All
0 Kudos
Message 1 of 3
(2,482 Views)

I should have specified that within the zip, the project in question is HS DAQ.proj

 

thanks

0 Kudos
Message 2 of 3
(2,465 Views)

Have you tried using the Get Date/Time in Seconds to return a timestamp for your data which you could then build into an array with your data?  You could then write this data to a spreadsheet file if you like.

 

Kind Regards,

Robert Ward
Applications Engineer, NI
0 Kudos
Message 3 of 3
(2,411 Views)