Can multiple networked data loggers be time synchronized programmatically?

If the data loggers are connected over some form of serial/PakBus link, they can be synchronized with each other using the ClockReport() and PakBusClock() instructions in the data loggers. Use the ClockReport() instruction in the client (time) data logger and the PakBusClock() instruction in the server data loggers. The option to broadcast to all can be used (providing no routing is needed), which means that just one packet of information is sent.

The ClockReport() instruction can be used as frequently as desired, although, for practical purposes, once or twice a day should be adequate for most applications. The clock should be set at a time that does not interfere with the timing of data loggers storing their data.

If the data loggers are connected over an IP network, use the NetworkTimeProtocol() instruction so that one data logger acts as the time server.

This was helpful

FAQs Home