|
|
|
|
|
NI Discussion Forums :
Most Active Software Boards :
LabVIEW :
Google Earth With LabVIEW 8.0?
|
|
|
|
|
|
|

|
Google Earth With LabVIEW 8.0?
|
|
intel
Regular

Message 1 of 32

Viewed 11,534 times
|

|
|
Hi All!
A new LabVIEW user and so far I am loving it!
Basically I will keep this short and sweet (and hopefully still make sense)
I am working on a personal project in which one of the requirements is to take in two sets of geo-coordinates. I believe Google Earth can provide coordinates just by clicking on the earth location.
I wondered if they could be transferred into LabVIEW 8.0 in any way? Also are there any alternative programs / web services that could do this for me?
I just want to add a edge to my system and not make the user type the coordinates in manually if possible.
Thanks for your help.
|
|
|
|
11-26-2006 03:33 PM
|
|
|
|
|
|
|
|
|

|
Re: Google Earth With LabVIEW 8.0?
|
|
intel
Regular

Message 4 of 32

Viewed 11,428 times
|

|
|
Hey thanks guys,
That TerraView looks great, it is the sorta thing I am looking for as you can have custom bookmarks. Although I would have no clue on how to start with something like that!
Even if I could send co-ordinates to check a location that would be ok, all I am really looking for a is a visual representation.
Thanks for your help.
|
|
|
|
11-27-2006 10:54 AM
|
|
|
|
|

|
Re: Google Earth With LabVIEW 8.0?
|
|
JamesC
Proven Active Veteran

Message 5 of 32

Viewed 11,422 times
|

|
Hi Intel,
Here is what I have. As I could not find any documentation on the ActiveX interface, I did not realise there are two interface to Google Earth.
EARTHLib.IApplicationGE and EARTHLib.IKHInterface, I had created up most the VIs needed for the Application interface when I found that the KH interface worked for view position rather than Camera position in the app interface.
So I then went and modified my original VIs to use the KH interface.
Attached below are the LLBs I created for each interface, both are in version 8 format.
I hope this helps you and the example in each LLB shows you how to use the interface.
Regards JamesC NIUK and Ireland
|
|
|
|
11-27-2006 10:57 AM
|
|
|
|
|

|
Re: Google Earth With LabVIEW 8.0?
|
|
rgambin
Proven Regular

Message 6 of 32

Viewed 11,345 times
|

|
|
Hi Everyone,
I was wondering what version of Google Earth you are using for this. When I try to access the Active X control it does not show up in the browse list. I am just using the free version as this is a side project for my work. It's a nice to have but not necessary.
Thanks,
Robin
|
|
|
|
12-08-2006 09:24 AM
|
|
|
|
|
|
|

|
Re: Google Earth With LabVIEW 8.0?
|
|
rgambin
Proven Regular

Message 8 of 32

Viewed 11,318 times
|

|
|
James,
I am using 4.0.2416 (beta). I checked the VI and it is not broken and when I browse I do not see anything for Google Earth.
Another questions is are you using the Google Earth IE plug in or the Google Earth application itself. I only have the standalone app and I can't seem to find the plugin anywhere.
Thanks,
Robin
|
|
|
|
12-08-2006 11:32 AM
|
|
|
|
|

|
Re: Google Earth With LabVIEW 8.0?
|
|
JamesC
Proven Active Veteran

Message 9 of 32

Viewed 11,223 times
|

|
Hi Robin,
I have tried my code with the Free version of the Google Earth Application only (no IE plugin) version number 4.0.2693
They seemed to have changed the interface name to "Google Earth" now, but the code still works. Here is the updated code for Windows Only.
Regards JamesC NIUK and Ireland
|
|
|
|
12-18-2006 04:36 AM
|
|
|
|
|

|
Re: Google Earth With LabVIEW 8.0?
|
|
rgambin
Proven Regular

Message 10 of 32

Viewed 11,173 times
|

|
|
Thanks James,
I had found some information about the interface and it is a COM API. The problem I had was that the server was not started. When I ran Google Earth with /RegServer option the KH vi's worked. The application series of VI's still do not work though. Here is the link for the documention I found. It seems to have basic controls but no way to plot a path or use the ruler. At least that I can see.
Google Earth COM API Documentation:
Once again thanks for the info and the VI's.
Robin
Google E
|
|
|
|
12-20-2006 10:41 AM
|
|
|
|
|
|
|
|
|