Well...for example if I use the
"Write to measurement file" express VI, then a typical measurement will look like:
X_Value Untitled Untitled 1 Untitled 2 Comment
0.000000 -0.002441 0.368195 -0.000610
0.181000 -0.005188 0.445862 -0.000305
0.221000 -0.005951 0.461884 -0.000153
0.271000 -0.005493 0.463867 -0.000458
0.291000 -0.004578 0.550537 -0.000305
0.321000 -0.004425 0.501556 -0.000610
0.341000 -0.002441 0.539551 0.000305
0.371000 -0.004425 0.543060 -0.000305
0.391000 -0.005341 0.541687 -0.000610
...where the first column is the time, and the other ones are voltage readings. And each row was created by an iteration of the "while loop" (since I take 1 sample/iteration)
Like I said, right after the data collection,I can split the "dynamic data" type wire and get access to the voltages (for ex:-0.005951, 0.461884, -0.000153), but how do I get access to the time (0.221000)?