How can latitude and longitude data from a GPS16X-HVS receiver be recorded on a data logger and then parsed out?
To record the data, do the following:
- Pull in one or more NMEA sentences from the receiver.
- Pull out longitude and latitude information from the received data.
- Store that data in a user-defined data table.
The easiest method for receiving and parsing out latitude and longitude information is to use the GPS() instruction.
FAQs Home