10-19-2005 05:17 PM
10-20-2005 05:19 PM
What do you mean by "the elapsed time on the x-axis is inaccurate?" Are the points on the x-axis displaying incorrect values, or are thy just not evenly spaced?
Also, what is the data type of the data you are collecting? The waveform data type includes the value as well as the t(0) and the dt between points, and that might be the information you need. Another possible way to collect the elapsed time (dt) between logged points is to place one Tick Count.vi outside of a while loop, and one inside. Then subtract their value to get the elapsed time of the loop. That time could them be written to a 2D array, one column containing the value read and one column with the elapsed time.
Your answers will help me find the best solution possible for your posting.
Thanks!
10-21-2005 09:18 AM
10-24-2005 04:54 PM
11-12-2013 07:17 AM
How on earth can I also log the time at which the data points were taken?this should be something simple.. I am new in Labview and I simply cannot find a way!!
I just want to measure 3 Temperatures , voltage, current and the time each data point for each channel was logged!
Sorry to post this here...I dont know were I can post it...any-any help would be very much appreciated!
11-12-2013 08:14 AM
More information about your set-up might help with the solution. Have you tried implementing a simple time stamp?
11-13-2013 05:28 AM
hi! thnx for the reply!
each channel is logged at different logging rate. T is logged at 1 Hz. V, I logged at 10Hz. How can I create an excel (or a TDMS file) having a time column (time at which the data were taken) before the data column? eg: time||V||time||current||time||Temperature
11-13-2013 07:08 AM
That is hard to answer without some insight to the architecture of your program. Can you attach a snapshot or attach the program you are working with?