LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert timestamp of a waveform in string?

Hello!
 
I collect voltage as a waveform and I would like to convert the waveform in a string and save it in an ACSII file. For this I am getting waveform components and converting Y, and dt as strings in separate columns. I would also like to save "t0" but I don't seem to find the solution...
Could anyone help?
 
Thanks!
0 Kudos
Message 1 of 3
(3,320 Views)
You could save the waveform straight to a file with Export Waveform(s) to Spreadsheet File.vi 

If that is not to your liking, you can convert the timestamp to a pair of strings (one date, the other time) with Get Date/Time String on the Timing pallette.
Message 2 of 3
(3,317 Views)
Thank you Jason.
0 Kudos
Message 3 of 3
(3,310 Views)