SETUTCLEAPSECONDS
Sets future leap seconds
Platform: |
OEM719, OEM729, OEM7500, OEM7600, OEM7700, OEM7720, PwrPak7, CPT7, CPT7700, SMART7, SMART2 |
This command allows the user to force the UTC offset to be updated according to the input date.
Leap seconds will occur at the end of the UTC day specified. The receiver will use the leap second set by this command until a leap second can be obtained over the air.
Message ID: 1150
Abbreviated ASCII Syntax:
SETUTCLEAPSECONDS seconds [futureweek [futureday [futureseconds]]]
Input Example:
SETUTCLEAPSECONDS 18 1929 7 18
Field |
Field Type |
ASCII Value |
Binary Value |
Description |
Format |
Binary Bytes |
Binary Offset |
1 |
Command header |
- |
- |
SETUTCLEAPSECONDS header This field contains the command name for abbreviated ASCII or the message header for ASCII or Binary. |
- |
H |
0 |
2 |
Seconds1 |
0 – 4294967295 |
Current UTC leap second |
Ulong |
4 |
H |
|
3 |
Futureweek |
0 – 10000 |
GPS Week when future leap seconds will take effect |
Ulong |
4 |
H+4 |
|
4 |
Futureday |
1 – 7 |
Day of the week when future leap seconds will take effect |
Ulong |
4 |
H+8 |
|
5 |
Futureseconds |
0 – 4294967295 |
Future leap second offset that will take effect at the end of the futuredaynumber of the futureweeknumber |
Ulong |
4 |
H+12 |