LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GPS labview with Garmin receiver

Hello.

I want make something like this http://sine.ni.com/cs/app/doc/p/id/cs-13831.

I have garmin GPS 10x receiver and it works.

Google API works correctly but i have problem with LLA data from GPS sentences.

I have really no idea what is this SubVI in no error frame.

http://sine.ni.com/cms/images/casestudies/gpsb.jpg?size

0 Kudos
Message 1 of 6
(2,968 Views)

Have you thought about contacting the authors of the case study? They may be willing to share the code with you.

Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 2 of 6
(2,962 Views)

It appears to be a VISA resource being sent into the acquisition sub vi.  It seems they are simply talking to the GPS receiver.  Do you have more documentation on your equipment?  The Garmin receiver is just an antenna, you need the actual processor which is communicating and receivng the NEMA string.  

 

It appears they are simply breaking the string down and sending out the Lat and Long as doubles.  I did this many years ago on a simple ATMEGA.  Just need to get the protocol get her going.

 

Like Thoric said, they may have the code availble as well but there should be a known communication process with your hardware and your goal is to use that to get the info from the GPS sats.

 

Best,


Adam

0 Kudos
Message 3 of 6
(2,935 Views)

My receiver have processor and sending NMEA 0813 GPS sentences.

 

No i dont contact the author, but i try it.

 

i have only this.

 

Now I need to split string into array.

0 Kudos
Message 4 of 6
(2,925 Views)
Don't use a delay and Bytes at Serial Port when you have the termination character enabled.
0 Kudos
Message 5 of 6
(2,915 Views)

it's work.

now I need read 2. and 10. value from output string array and convert it to dbl.

I can't find any example and i have no idea how make this.

0 Kudos
Message 6 of 6
(2,880 Views)