03-25-2014 08:57 PM
Hi everyone,
I would like to draw a track at Labview using latitude and longitude data that i'm receiving from a gps module.
I want to plot the graph in a graph. Anyone could help me to do that?
Best Regards,
Vitor Crepaldi.
03-26-2014 02:54 AM
03-26-2014 10:38 AM
I want to draw the track but I don't knw how.
Something like this: https://www.youtube.com/watch?v=5A2R_ryAQPs.
I work in a project that we build an off-road car at the university. And we want to know the track that the car is doing.
Could you help me?
Regards,
Vitor Crepaldi.
03-27-2014 09:01 AM
Someone?
03-27-2014 09:20 AM - edited 03-27-2014 09:23 AM
Why don't you download the code example that is at the link right under the You-Tube video?
It's actually pretty good example of parsing NMEA GPS sentences.
Most GPS's simply spit out a constant stream of NMEA "sentences" on a serial port at 9600 baud 8N1 it would be pretty simple to modify the example to use live data to produce a live plot.
03-27-2014 09:24 AM
Here is a good link on decoding NMEA GPS sentences http://www.gpsinformation.org/dale/nmea.htm
03-27-2014 03:04 PM
There is a way to hold th last received number at the array?
I can increment the index of the array, but the last one number turns to zero, but I want that he staus in that position.
I tried to search something like that but i didn't find.
I attached a photo abou my code.
Regards,
Vitor.
03-27-2014 05:05 PM - edited 03-27-2014 05:05 PM
I don't understand what you are trying to do and how it pertains to your original question.
Try attaching your VI instead of a screen capture so I can suggest changes without having to redraw your block diagram
03-27-2014 06:41 PM
I will receive tha latitude and longitude data by the serial port.
If I put each data in a array I will can draw the track. But I need that each data will appear in a different column of the array, but keeping the hystory.
In my code, I receive each data, but I only see the new number. The last number turns to zero.
I attached my code to you see.
Regards.
03-27-2014 08:29 PM