LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I Write a Time Stamp with my Data to a Spreadsheet using LabVIEW 7.1?

I want to include a time stamp as a column along with my data in a spreadsheet file using LabVIEW.
0 Kudos
Message 1 of 2
(2,518 Views)
Hi Growley,
you can use the "Get Date/Time in Seconds" function and convert it to string. Build an array of it and use the "Write to Spreadsheet File" function. LabView 7.1 has not the string instance of this vi, so please see the attached one.

Hope it helps.
Mike
0 Kudos
Message 2 of 2
(2,513 Views)