05-24-2012 01:34 PM
hello all, i would like to append time stamp to a tdms file as the 1st column of the file... the pattern should look like this.. can anyone suggest how to create such a file?
Time | Data |
0.001 | 2.5545 |
0.002 | 2.653 |
0.003 | 1.215 |
0.004 | 2.6586 |
05-24-2012 03:09 PM
I got the below oepratin to do.. i used a Write to Measurement File.vi and selected tdms format and it worked out... however, when i read the same file using read measurement file.vi and selected tdms option in ti, i am observing that on the x-axis graph, i get real-time stamp instead of decimals... i want x-axis as decimals instead of timestamp, and when i selected decimals in waveform graph properties --> display format--> x-axis, i could not select decimal instead of time-stamp... can anyone please let me know how to get what i intend to do?
05-25-2012 10:42 AM
LV_Enthu,
Can you attached the TDMS file you are using?
What do you mean by "i could not select decimal instead of time-stamp"?
When I opened your file, I was able to successfully change the X-Axis Display Format to Decimal. Can you provide a screenshot of this behavior?