09-25-2013 02:15 PM
where in the front panol I should change?
It is not clear to me in the thread.
thanks
09-25-2013 02:38 PM
09-25-2013 03:32 PM
Thanks
But, I constantly got an error here.
Would you know what is the cause?
Thanks
09-25-2013 03:46 PM
09-27-2013 03:14 PM
Got it.
Yet, I did not find the option for formating the output time format.
Here is my code. Would you take a look at it?
Thanks
09-27-2013 03:30 PM
There is no option to change the format of the date/time stamp. You would have look on the block diagram to see how it's formatted. I don't know if there is a windows setting that it follows.
09-27-2013 03:37 PM
The subVI called Waveform Time to Date Time String is what defines the format of the date string. In there, it uses a function called Get Date/Time String to format the date and the time. It is set to use the Short Date format as defined in your operating system.
If you want to use a different date format, then you need to either change it in your OS, or not use this subVI. Create your own subVI that converts the timestamp to the date string.
As for the extra blank line, there is a CRLF being put into each line. When it is written to the file up near the top of the VI, a True is wired to the Convert EOL to current platform. I would try changing that to a False. But first you might want to see what bytes are actually being put into the file, is it multiple carriage returns and line feeds, or just one of each.