08-20-2003 04:15 PM
08-21-2003 02:19 PM
08-21-2003 03:06 PM
08-21-2003 03:36 PM
04-24-2012 03:46 PM
old post, but someone may find this solution helpful:
http://forums.ni.com/t5/LabVIEW/Problem-create-executable/m-p/286248/highlight/true#M150728
07-02-2013 06:32 AM
yeah you can use these formulas to convert GPS data into xyz coordinates
x=R*cos(lat)*cos(lon)
y=R*cos(lat)*sin(lon)
z=R*sin(lat)
if you want to find change in position subtract previous value from present value
R=Radius of the earth(6371km),take lattitude and longitude in radians
12-10-2013 03:38 PM
No that is for spherical coordinate system. WGS 84 is an oblate spheriod coordinate system. So the equations are incorrect.