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:

  1. Pull in one or more NMEA sentences from the receiver.
  2. Pull out longitude and latitude information from the received data.
  3. 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.

This was helpful

FAQs Home