From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Student Projects

cancel
Showing results for 
Search instead for 
Did you mean: 

PA6H Gps - LabVIEW API

Title:

PA6H Gps - LabVIEW API

 

LabVIEW Version:

LabVIEW 2013 Student Edition

 

Description:

PA6H is a Gps based on UART protocol. Data from PA6H follow the NMEA183 standard.


Instructions on how to use Code:

Open

Create a new UART Reference for PA6H Gps. Set the the Baud Rate to 9600 and data bits to 8.
   

Read
Read the NMEA183 data/sentences from PA6H.
   

Decode
Decode the NMEA183 Sentences.
    
Close
Close the PA6H UART Reference.

 

Attached Code

FrontPanel.PNG

 

BlockDiagram.PNGProjectTree.PNG

Contributors