06-17-2014 07:06 AM
So I got around the data logging problem by adding in a write vi log before the while loop and it records everything perfectly. Except there is no timestamp for the data points. How can i add this in? Ideally in real time similar to the timestamp in the write measurement file vi.
06-18-2014 10:19 AM
Because you are only taking one sample for each of the iterations of the main while loop, you could add a current timestamp to the data added to the queue. This could be written to file along with the samples and provide a reasonably accurate timestamp for each iteration of the loop.