DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

labview timestamp to diadem

Solved!
Go to solution

I have an app that gathers multiple data streams and builds log files in text format of the processed data.  The file formats are CSV.  I use a format to string with the timestamp run directly into it for the time/date.  LabView automatically converts the time to  4:22:48.318 PM 4/25/2012.  Diadem does not processes this string correctly.

 

All I am trying to do is to import the file and display the data along a time/date axis.  Is there a way to get Diadem to read this format.  I have been trying to get LabView to generate 4/25/2012 16:22:48.318 without luck.  I can get it correct but without the fractional portion of the seconds.  I am a raw newbie with Diadem but have years of experience with LabView.  I may just take the string and reverse it, convert it to 24 hr format and convert to UTC, but I was hoping to find an easier way.

 

Any magic incantations I can utter?

0 Kudos
Message 1 of 2
(4,616 Views)
Solution
Accepted by topic author t_houston

Create a dataplugin using Text DataPlugin Wizard and use

h:m:s.fff pp M/D/YYYY

as format string for the date/time channel.

 

Regards

Andreas

Message 2 of 2
(4,610 Views)