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.
This post is under review.