06-23-2010 04:10 AM
Hi. I use Labview 8.6.
I managed to output data from a Garmin GPS Receiver (on serial port). OK.
Now i want to synchronize the GPS with my PC, to have the same time.
How can i do that ?
Solved! Go to Solution.
06-23-2010 04:55 AM
You can try this
http://digital.ni.com/public.nsf/allkb/459C9E8DCD8488B686256E3200625E54
06-23-2010 08:18 AM
windows machines can set the time from the command line, which may be simpler than calling a dll:
one way to do this is with the "time" command.
looks like you get hundredths of a second.
simply send "time [newtime]" to a system exec function.
06-23-2010 09:38 AM
Go to Help example finder. Then search for EXE and select the Calling System Exec.vi example. Note since time is Built-in command, add the cmd /c before the command. Else it will not work.