TM - Time and Date
Provides the current UTC time and date derived from GNSS service data.
Qualifiers
Q: query (>QTM<)R: response (>RTM...<)
Note:
Current Antares parser accepts QTM as input and returns an RTM response frame.
Format
Query:
>QTM<
Response:
>RTMAABBCCDDDEEFFGGGGHHIJJKLLLLL<
Fields
| Field | Description |
|---|---|
AA | Hour |
BB | Minutes |
CCDDD | Seconds in milliseconds |
EE | Day |
FF | Month |
GGGG | Year |
HH | Not implemented |
I | Fix mode |
JJ | Number of usable satellites |
K | Not implemented |
LLLLL | Reserved |
Fix mode (I)
0= 2D GPS1= 3D GPS2= 2D DGPS3= 3D DGPS9= no fix available
Example
>RTM1921030001711201000107000000<
Meaning:
- Time:
19:21:03 - Date:
17/11/2010
Antares Implementation Notes
In Antares, TM is generated from current GNSS information:
- Hour and minutes are derived from GNSS seconds-of-day.
CCDDDis emitted as seconds in milliseconds (SS000).HHis currently returned as00.Iis derived from the first digit of GNSS quality.JJis capped at99usable satellites.Kis currently returned as0.LLLLLis currently returned as00000.