LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Logging Longitude and Latitude into text

Hi,

I understand that LabView can save the Longitude and Latitude of the GPS into a text file. My question is how can I open the log file and put the Longitude and Latitude into column and rows of a table.

Because from there I'll do some computations.

Thanks

From
Don
0 Kudos
Message 1 of 2
(2,665 Views)
Hi Don,

You can save any numerical array data to tab-delimited text file using Write To Spreadsheet File.vi from the File I/O palette. "%.6f" should be a good format string for GPS data.

You can then import the file into any spreadsheet software.

Good luck!

Zador

Message Edited by Zador on 04-24-2005 10:50 PM

0 Kudos
Message 2 of 2
(2,650 Views)