05-14-2009 01:18 PM
Hi!
I have a problem with the format date/time string VI. I want to delimit the date and time with a tab to show the date and time in different columns so when I open the written data in excel... but I can´t! I´ve tried with \t in backslash code... (%d/%b\t%H:%M:%S%2u), also with concatenate strings with a tab constant in the middle..(as show in attached snipet) but in my measurement file the tab it´s written as \09 (14/May\0911:00:20.25). The strange thing is that when I use \s (the space code) it works just fine... Why is not working with tabs?
Thank you for your answers!
Solved! Go to Solution.
05-14-2009 01:54 PM - edited 05-14-2009 01:57 PM
05-14-2009 02:14 PM
Hi GerdW,
I wire the output string directly to the comment input of the write to measurement file VI like that...
Thanks... =]
05-14-2009 02:23 PM - edited 05-14-2009 02:28 PM
Hi Mia,
as I don't have LV8+ available right now I can't dig into deeper - someone else may check this Express VI (stay away from them )
You can use simple "write to text file" calls instead, just use "array to spreadsheet string" on your data. That's what I would do... (Express vis are nice to start using LabView or quickly write running code - but they hide all the interesting stuff and will not provide flexibility for special needs! And they always need conversion to "dynamic data", which also hides information from the user. Did I mention I don't like Express vis?)
05-14-2009 02:36 PM