LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get local time in milliseconds with Labwindows ???

Hi everybody!

I need to get local time with milliseconds in order to date a lot of files during a DAQ Acquisition.

Thanks in Advance!
0 Kudos
Message 1 of 2
(3,291 Views)
If you enter the following search string in Google, you get a long list of pages discussing this topic.

read windows "system time" milliseconds

Click here for a pretty good discussion including the _ftime function which ships with Microsoft Visual C++. You can call the function directly from CVI (if you include the .h files and add the .lib files to your project as discussed at the previous link), but you need to have VC installed.
0 Kudos
Message 2 of 2
(3,291 Views)