We have a robot control system with PTP synchronization already as we needed better accuracy. However, when the robot is asleep (everything off except for the sbRIO and modem) we need to revert back to NTP time sync because the clock will drift otherwise and we get SSL web issues with the HTTP POST commands as the times need to be somewhat close.
I have seen some discussions about combining NTP and PTP like :
https://www.redhat.com/en/blog/combining-ptp-ntp-get-best-both-worlds
Anyone know the best way of doing this in LABVIEW Real-Time. I could use the System VIs to query the time and set system time but I think it would be better if I offloaded this to NTP. Just not quite sure how to implement this on the NI Linux platform (using LabVIEW 2020 by the way).