LGF_typeGPS_DMS (UDT / V3.0.1)

Overview

Description

Datatype for GPS Coordinates in Degree, Minutes, Seconds and the Direction.
Can be used for latitude and as well for longitude.
The Datatype is used e.g. in LGF_typeGPS.

Parameter description

IdentifierData typeDefault valueDescription
dir Char '' Direction [N, S, E, W, n, s, e, w]
deg UInt 0 Degrees, Latitude [-89..+ 89]; Longitude [-179..+179]
min UInt 0 Minutes [0..+59]
sec UInt 0 Seconds [0..+59]