09-21-2011 02:46 PM
I have a NI 6211 and need to use the time stamps for the data?
Is there an easy way to access this? I know the time stamp information is with the data as it can be stored when written to a file.
The best I have managed so far is to use a counter to get some timing information. However this has a delay.
Thanks in advance.
09-21-2011 03:56 PM
Hi,
Look at the Special>>TimeBase module. You can extract measurement time or time of day from the samples. It is then treated like any other data.
If you just want the block time information as a string, look at the Control>>Write Block Time, and it will put it in Global Strings.