07-09-2015 01:49 PM - edited 07-09-2015 01:51 PM
I'm writing a program to record lab data, and instead of time in seconds starting from 0, I want to have data points recorded by system or computer time so I can compare the data from two or more computers once it's all been recorded in excel.
Any ideas?
07-09-2015 01:58 PM
Have you looked at the Timing functions? The ones called Get Date/Time do (here's the Big Surprise ...) Get Date/Time. If you look at the Help, you will see their default behavior is to return the current Date and Time.
Bob Schor
07-09-2015 02:16 PM
I am using the write to measurement file express vi, and those do not provide the date in the proper data type to put into the signal input.
Is there a way to convert the time data to the proper data type?
07-09-2015 04:07 PM
Did you notice that Write to Measurement File has a setting to have Time saved as Absolute (rather than Relative) Time?
Bob Schor
P.S. -- you will get help much quicker by posting code and being clear as to the real problem.
07-09-2015 04:08 PM