07-12-2018 04:21 AM
After saving the data in the file. CPU time and data file time is not matching. how to sort out the problem? how to execute the exact run time in the output file.
07-12-2018 04:37 AM
Maybe you need correct local/UTC time?
07-12-2018 05:29 AM
How are you trying to save the cpu time in data file?
07-12-2018 06:51 AM
@vsuresh6587 wrote:
After saving the data in the file. CPU time and data file time is not matching. how to sort out the problem? how to execute the exact run time in the output file.
Can you share your code for how you are saving the data? Specifically the CPU time. It does sound like you are storing UTC time while the file time will use whatever local time zone you are in.
07-12-2018 09:20 AM
Could it be the difference between LabVIEW timestamp and OLE time format?