06-12-2006 10:30 AM
06-12-2006 11:02 AM
06-12-2006 11:48 AM
06-12-2006 01:14 PM
The time is not the issue. Setting the time is. If your not the administrator, simply a user of the computer with user privileges..it will not allow you to change the system time. At the start of a DAQ run, we call to the Time Sync Server and request the time via UDP. It is sent back to us, and then this time is used to set the Local PC's system clock to the same time. We've found that having a typical resync every 30 min was not enough so we wanted to do the sync at the start of a data run. Due to security issues, we now have to implement users on the machines rather than using an administrator account. With the admin account you do not have to worry about this since admin's can change system clock. I'd done some research on Microsoft's site and you can allow users to change the system clock by adding that privilege to the account. Then they give you a minor registry edit to finish off the process. Here is the link..
http://support.microsoft.com/?id=300022
I will update accordingly when I have implemented this idea.
06-12-2006 01:54 PM
06-12-2006 04:01 PM