On Mon, 27 Dec 1999 03:48:14 -0800, jony
wrote:
>Hello again.
>I wish to get the PC clock from inside the LABVIEW,
>but with the functions avaiable I only go to the seconds and I
>want the miliseconds (ms) also. How do I do it?
>
>Thanks in advance
>
>Jony
>
>
>
>* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
>The fastest and easiest way to search and participate in Usenet - Free!
>
Jony
I am not certain if you are simply trying to read the PC clock but the
standard Get Date/Time in seconds will returns a double precision
number (with the milliseconds part). If you want to control the clock
on a Win9X PC, you can use the GetSystemTime and SetSystemTime
functions that are inside the kernel32 dll that is
part of the
operating system - these include the milliseconds part. If you want
any help with these dll calls, please ask.
Regards,
Donald Love
(remove the x's in the email address)