LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tracking vehicle route with GPS data

Hi, needed some advice on a Labview project I'm stuck on. My task is to process data from driving a vehicle on a polygon. I have received the data in excel and have considered to successfully load it and process some graphs from it. The last task is to plot the recorded route in an XY graph. The excel has the GPS location data and using this I need to plot the route the vehicle has travelled. I've considered creating some sort of baseline that should contain this, but I have no idea how to further connect everything. Could someone help me with this please? Thank you for any help.

 

Download All
0 Kudos
Message 1 of 3
(96 Views)

In general you're on the right way, just remove zeroes, then axis autoscale will show complete curve and create graph as shown below (outside of the loop):

snippet2.png

Then it should work:

move.gif

(if I understood your goal correctly)

0 Kudos
Message 2 of 3
(80 Views)

Thank you very much! That's exactly what i was looking for! 

0 Kudos
Message 3 of 3
(68 Views)