Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Logger and ntp server synchronization problem


john,park Sep 3, 2024 08:59 AM

logger : cr6

ntp server : Protempis Thunderbolt NTP Time Server Clock TS200

I'm trying to synchronize the logger's time with the ntp server.

But the time synchronization is not working.

CRBasic source code

----------------------------------

SlowSequence

Public TimeOffset As Long 

Scan (1,Sec,3,0) 

TimeOffset = NetworkTimeProtocol ("192.168.5.250", 32400,1000)   

NextScan

-----------------------------------

The computer is synchronized with the NTP server.

When I check the computer time and the logger time with LoggerNet, the actual time is more than 5 seconds different.

The time is not synchronized and the offset value is displayed as follows.

TimeOffiset value is -2 or -3 or -4

and I confirmed that the value true is returned when requesting PingIP() to the NTP server.


phragmstewed Sep 11, 2024 02:09 AM

This post is under review.

Log in or register to post/reply in the forum.