NTP time synch is allowed?

Hi,
I want to sync the controller time with an NTP server time. Is it allowed to do?

Thanks,
Sankar

This question does not seem to have been answered. Does anyone know if it’s possible to setup a UR as a NTP (Network Time Protocol) client to an NTP server in order to keep the UR time / clock synchronized over the network?

Thanks

Shawn

  • On PolyScope 5.19.0 I could not find any NTP client installed.

    • Clients where I tried to find is : chronyd, chronyc, ntpd, ntpq, sntp, ntpdate, rdate
      • So I had to try a different approach.
  • I logged in via SSH and set the time with the date command, which worked:

sudo date -s '2025-10-21 09:52:00'
  • This isn’t as accurate as NTP, but it’s a workable alternative.I hope this helps you.

I assume an NTP client needs to be installed to get NTP working on this system.
If anyone has succeeded, please let me know how you did it.