07-22-2013 04:33 AM
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!
07-22-2013 05:13 AM
I should have specified that within the zip, the project in question is HS DAQ.proj
thanks
07-30-2013 09:36 AM
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,