Skip to main content
Skip table of contents

NMEA-GP-VTG

Description:

Standard NMEA: Course over ground and ground speed.

Configuration:

  • NMEA-GP-VTG_GNSS for combined (average) output from both receivers

    • The course over ground and speed over ground are computed from the average position and velocity between GNSS1 and GNSS2. Note that this is not the same as the average of the individual COG and SOG.

    • The positioning mode is from the “best” receiver

  • NMEA-GP-VTG_GNSS1 for output from GNSS 1 receiver

    • This is the standard NMEA VTG for GNSS1.

  • NMEA-GP-VTG_GNSS2 for output from GNSS 2 receiver

    • This is the standard NMEA VTG for GNSS2.

  • NMEA-GP-VTG_FUSION for output from Fusion

    • The course over ground and speed over ground are from fusion.

    • The positioning mode is from the “best” receiver

Notes:

  • These messages does not contain any information that would let one tell them apart. Do not enable more than one of these in the same port.

  • This message is according to NMEA 0183 v4.11 (and erratas).

  • It uses the “GP” talker ID even though the navigation solution is multi-GNSS.

Example message:

CODE
$GPVTG,0.0,T,,M,0.0,N,0.0,K,D*08\r\n

Example message with non-standard high-precision fields:

CODE
$GPVTG,0.0000,T,,M,0.01316,N,0.02437,K,D*3F\r\n

Message fields:

#

Field

Format

Unit

Nullable

Example

Description

1

cog_true

Float (.1/.4)

deg

Y

8.4

Course over ground wrt. True North

2

cog_ref_t

Character

-

Y

T

COG reference, always T (true)

3

cog_mag

Float (.1/.4)

-

Y

Course over ground w.r.t. Magnetic North, always null

4

cog_ref_m

Character

-

Y

M

COG reference, always M (magnetic)

5

sog_knot

Float (.1/.4)

knots

Y

1.0

Speed over ground in knots

6

sog_unit_n

Character

-

Y

N

SOG reference, always N (knots)

7

sog_kph

Float (.1/.4)

km/h

Y

9.2

Speed over ground in km/h

8

sog_unit_k

Character

-

Y

K

SOG reference, always K (km/h)

9

mode

Character

-

N

N

Positioning system mode indicator, N (data not valid), E (dead-reckoning), D (differential), A (autonomous), M (manual input not used), S (simulator not used)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.