Magellan DirectRoute 3.0 Instrukcja Użytkownika Strona 123

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 130
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 122
GPS-
Ba-
bel
XCSV
Style
Files
108
IFIELD LAT_NMEA, "%f", "%08.3f" # (writes 3558.322)
LON_NMEA
Defines the longitude in the format used by the NMEA standard which is degrees multiplied by 100 plus
decimal minutes.
example:
IFIELD LON_NMEA, "%f", "%010.3f" # (writes -08708.082)
LAT_10EX / LON_10EX
Defines the latitude or longitude in the format used i.e. by TomTom Navigator itinerary files. It is degress
multiplied by 10 power X. X have to be replaced with a valid decimal value. A factor of 10000 would be
generated by LAT_10E5 as shown in the examples below.
examples:
IFIELD LAT_10E5, "%f", "%.f" # (writes 3558322)
IFIELD LON_10E5, "%f", "%.f" # (writes -8708082)
ALT_FEET
ALT_FEET is the position's ALTITUDE in FEET. This value is treated as a SIGNED DOUBLE PRECI-
SION FLOAT and requires a FLOATING POINT printf conversion.
example:
IFIELD ALT_FEET,"","%.0f"
ALT_METERS
ALT_METERS is identical to ALT_FEET with the exception that the altitude is in METERS.
HEART_RATE
Heart rate, measured in beats per minute. Only valid for units with heart rate monitor features (i.e. Garmin
Forerunner 301).
example:
IFIELD HEART_RATE,"","%d"
CADENCE
Cadence in revolutions per minute. Only valid for units with heart rate monitor features (i.e. Garmin Edge
305).
example:
IFIELD CADENCE,"","%d"
Przeglądanie stron 122

Komentarze do niniejszej Instrukcji

Brak uwag