GPS Grandmaster Clock
58
RT430-TM-EN-5
%H %M %S %d %m %y %x correspond to 2 characters;
%j : correspond to 3 characters (length(str) + 1 for each event);
%Y correspond to 4 characters (length(str) + 2 for each event)
%u %w %s %o %O %Q %1 %2 %3 %4 %5 %% : correspond to 1 charactere (length(str) - 1 for each
event)
The following special characters can be used to enter information into the datagram:
TABLE 35: Customizable datagram special characters.
Paramter
Values
Description
%H
00 ... 23
Hours
%M
00 ... 59
Minutes
%S
00 ... 59
Seconds
%j
001 ... 366
day of the year
%d
01 ... 31
day of the month
%m
01 ... 12
Month
%y
00 ... 99
year (the last two digits)
%Y
2000 ... 2099
year (four digits)
%u
1 ... 7
day of the week (1 = monday)
%w
0 ... 6
day of the week (0 = sunday)
%s
‘S’ ou ‘_’
DST (‘S’ if DST ‘_’ in oder case)
%o
‘_’ ou ‘#’
status (‘_’ if locked, ‘#’ in oder case)
%O
‘_’ ou ‘*’
status (‘_’ if locked, ‘*’ in oder case)
%Q
‘_’ ou ‘?’
status (‘_’ if locked, ‘?’ in oder case)
%1
<SOH>
start-of-header (ASCII 01)
%2
<STX>
start-of-text (ASCII 02)
%3
<ETX>
end-of-text (ASCII 03)