Hi,
I use a small routine to read from a previously saved "Measurement file", see sample of file below:
X_Value Untitled Untitled 1 Untitled 2 Untitled 3 Untitled 4 Comment
0.000000 0.000000 1.000000 0.000000 0.000000 0.000000
0.093750 0.000000 1.000000 0.000000 0.000000 0.000000
0.984375 0.000000 1.000000 0.000000 0.000000 0.000000
.
.
.
.
62.312500 0.000000 0.000000 0.000000 0.000000 0.000000
62.843750 0.000000 0.000000 0.000000 0.000000 0.000000
63.359375 1.396484 0.000000 0.000000 6.721096E+18 0.000000 <---------last record
My question is:
I used the routine in the attached picture to extract the time, but it gives me a time starting at 7:00PM on 1903 and ending at 7:02 (same day), so this would be 2 minutes....but my data in the LVM file tells me otherwise.....data collection took only 63 seconds.
What am I doing wrong?
(I know the way I did it only gives you the last record...but that's ok for now, later I hope to put it all in the same array (outside the loop)).
Or is there another way to extract the time as seen on the LVM file? (from zero to 63.359375 seconds)?
Thanks!!