Synchronization
This section shows how to configure time synchronization settings for the MRU. Users can configure parameters such as NTP synchronization state, server list, and PPS-related settings including ZDA offset, polarity, and decoding options.
Timesync configuration
GET/SET TIMESYNC | ||||
---|---|---|---|---|
SETTING GROUP | DESCRIPTION | DEFAULT | VALID RANGE | NOTE |
state | state of NTP synchronization service | start, stop, restart | ||
serverlist | NTP servers name |
Example:
Examples of 'get' and corresponding 'set' commands within the timesync domain are provided below.
GET | SET |
get,timesync,ntp,state | set,timesync,ntp,state,start |
get,timesync,ntp,serverlist | set,timesync,ntp,state,stop |
set,timesync,ntp,state,restart | |
set,timesync,ntp,serverlist,0.no.pool.org;1.no.pool.ntp.org |
PPS configuration
GET/SET PPS | ||||
---|---|---|---|---|
SETTING GROUP | DESCRIPTION | DEFAULT | VALID RANGE | NOTE |
pps | Enable the PPS Synchronization | off | off, on | |
ZDAoffset | number of millisecond you want to add to the ZDA message if there is a miss alignment problem | 0 | ||
ZDApolarity | Polarity of the PPS signal | 0 | 0,1 | 0: Select the falling edge to be the start of the second 1: Select the rising edge to be the start of the second |
ZDAdec | number of decimal digit | 4 | [2,4] | 2 → 0.01 |
Example:
Examples of 'get' and corresponding 'set' commands within the pps domain are provided below.
GET | SET |
get,pps<CR><LF> | set,pps,on<CR><LF> |
get,pps,zdaoffset<CR><LF> | set,pps,zdaoffset,0<CR><LF> |
get,pps,zdapolarity<CR><LF> | set,pps,zdapolarity,1<CR><LF> |
get,pps,zdadec<CR><LF> | set,pps,zdadec,2<CR><LF> |