04-03-2013 04:42 AM
Hi,
I would like to save time when i started measurement. is it possible to first saving data and time, then showing them on graph, on y axis datas, on x axis, time(not current time, but time when i saved during measurement.)
thanks a lot.
04-03-2013 05:50 AM
Hi alican,
yes, that possible (all of it). You have to program it! 😄
Hints:
- depending on your file format you might want to convert timestamp to string using FormatDateTimestring
- you might want to save your data too, not just the timestamp 🙂
04-03-2013 06:48 AM
If you get your data in the waveform format, have a look at the t0 value 😉
If wire the wfrm to a graph, the x axis will start with that t0 value (unless you don't tell to ignore the timestamp)
04-03-2013 09:28 AM
hi
i made this program, it produce random number and save it with current time.
how i will plot in in second program, i get problem about accesing one coloum, of array seperately. i put things what i did, maybe solution is so simple but i cant see.
thanks in advance
04-03-2013 09:59 AM
hi again,
a bit prograss, but there i problem to read time value from text.
time is like 16:34:23 but it read it like 16,000. what kind conversion do i need to do?
thanks.
04-05-2013 11:36 AM - edited 04-05-2013 11:45 AM
i was looking at your programs and trying to make sense of it all...i cleaned it up to a compact version of what you are trying to do. save the file as a .CSV delimeter. see if it makes any sense?
04-09-2013 03:23 PM
thanks:)
do you know is it possible to see, more time datas on X axis, not just 3 points but more..
best regards
04-11-2013 03:28 PM - edited 04-11-2013 03:31 PM
@alican wrote:
thanks:)
do you know is it possible to see, more time datas on X axis, not just 3 points but more..
best regards
yes, display format time x-axis drop down box for custom time format at the graph properties...
04-11-2013 03:54 PM
Time in Excel has a different epoch (base date) and scale than LabVIEW uses. Use the Time to XL.vi found here (don't forget to vote)