01-29-2023 05:36 PM
Hello,
I want to get a time stamp from a remote time source at something like 4 minute intervals and have been looking at UDP and TCP client example VIs but have not found suitable address and port numbers to make it work. I know the pc uses ntp for time correction but dont want to use the pc time as a baseline. can anyone suggest a good way to go about this?
Solved! Go to Solution.
01-29-2023 06:26 PM
You might do a Web search using "LabVIEW NTP". There are solutions for LabVIEW Real-Time readily available.
Bob Schor
01-30-2023 06:59 AM
Thanks, found a great solution "help with connecting to NIST NTP server on port 123"
01-30-2023 01:12 PM
Once you get this working, why don't you post it back to this thread and mark it as a Solution? This helps others who come here wondering "How do I ...". Glad I set you on the right track.
Bob Schor
01-30-2023 04:02 PM
Here is the solution provided by Altenbach in the post mentioned above. I changed the IP address to a local server and it worked.
07-01-2023 11:50 AM - edited 07-01-2023 11:50 AM
Hi Altenbach,
That last version of your code doesnt contain the correction for round trip delay does it? If not, any suggestion how to set about including it?