04-30-2012 04:16 PM
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?
Solved! Go to Solution.
05-01-2012 03:57 AM
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