<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Viewing google earth maps in labview in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/824221#M374635</link>
    <description>&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've done it!&amp;nbsp; After quite a while tinkering I have managed to get the render window to embed although it is a slight work around.&amp;nbsp; Normal LabVIEW controls don't have proper Window's window handles&amp;nbsp;but ActiveX controls do.&amp;nbsp; By putting down an internet browser control I could then use the Windows API to access the window handle for this control through a couple of dll calls and then embed the GE render window in this&amp;nbsp; This effectively just moves the display from Google Earth to LabVIEW and you will notice that it has dissappeared from the Google Earth window.&amp;nbsp; This means that you simply manipulate it in the same way with the libraries you have found.&amp;nbsp; The code is a bit messy and wont handle resizing and I intend to sort this out tomorrow but for the time being here it is!&lt;/P&gt;</description>
    <pubDate>Mon, 15 Dec 2008 17:53:26 GMT</pubDate>
    <dc:creator>James_McN</dc:creator>
    <dc:date>2008-12-15T17:53:26Z</dc:date>
    <item>
      <title>Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/821255#M373505</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently doing a project where we I need to be able to control and view google earth from labview.&lt;/P&gt;&lt;P&gt;I have already seen and played with the "google earth - lv" - LLB file posted on the forum, which gives me the&amp;nbsp;capacity to input GPS data etc to google earth;&amp;nbsp;but I also need to be able to import the real-time image back from google earth - back to labview. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The image will form a "moving map" as part of an reconfigurable aircraft cockpit simulator I am creating.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible through Active X, embedded objects etc?&lt;/P&gt;&lt;P&gt;I am fairly new to labview and its full capabilities so any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2008 15:34:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/821255#M373505</guid>
      <dc:creator>afallon09</dc:creator>
      <dc:date>2008-12-09T15:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/821926#M373765</link>
      <description>&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to let you know I am looking into this for you.&amp;nbsp; I think I am getting close but it is proving tricky.&amp;nbsp; There is a way to get the OLE reference for the window and then embed it into programs.&amp;nbsp; I have found &lt;A href="http://libjoe.blogspot.com/2008/12/embedding-google-earth-in-c-application.html" target="_blank"&gt;an example to do this in C#&lt;/A&gt; and trying to convert this to LabVIEW.&amp;nbsp; I think I am quite close just struggling to get the last bit working.&amp;nbsp; Basically there is a type called stdole.Picture which I believe should accept the handle that GetMainHwnd and then we end up with a reference to put into an activeX image but I am struggling to get past a couple of errors at the moment but will let you know when I make any progress.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2008 14:42:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/821926#M373765</guid>
      <dc:creator>James_McN</dc:creator>
      <dc:date>2008-12-10T14:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/823711#M374441</link>
      <description>&lt;P&gt;Hi James&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your efforts and I look forward to hearing something from you in the near future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2008 13:46:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/823711#M374441</guid>
      <dc:creator>afallon09</dc:creator>
      <dc:date>2008-12-14T13:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/824221#M374635</link>
      <description>&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've done it!&amp;nbsp; After quite a while tinkering I have managed to get the render window to embed although it is a slight work around.&amp;nbsp; Normal LabVIEW controls don't have proper Window's window handles&amp;nbsp;but ActiveX controls do.&amp;nbsp; By putting down an internet browser control I could then use the Windows API to access the window handle for this control through a couple of dll calls and then embed the GE render window in this&amp;nbsp; This effectively just moves the display from Google Earth to LabVIEW and you will notice that it has dissappeared from the Google Earth window.&amp;nbsp; This means that you simply manipulate it in the same way with the libraries you have found.&amp;nbsp; The code is a bit messy and wont handle resizing and I intend to sort this out tomorrow but for the time being here it is!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2008 17:53:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/824221#M374635</guid>
      <dc:creator>James_McN</dc:creator>
      <dc:date>2008-12-15T17:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/824411#M374721</link>
      <description>What you have described would be very usefull for me to use&amp;nbsp;in a current project. Please continue while I badger my management for an upgrade to 8.6. Meanwhile, can this be done in 8.5?</description>
      <pubDate>Mon, 15 Dec 2008 23:43:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/824411#M374721</guid>
      <dc:creator>thunder pro</dc:creator>
      <dc:date>2008-12-15T23:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/824677#M374827</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have commented the code and saved it back to 8.5 for you.&amp;nbsp; It should be back compatible as the clever stuff is done by the Windows API rather than in LabVIEW.&amp;nbsp; The reason this was tricky is that we needed a Window's window to place the render window in.&amp;nbsp; Normal LV controls do not have their own window however initialised ActiveX windows do.&amp;nbsp; So I have simply placed a web browser control that creates a window whos handle we can get and place the render window inside.&amp;nbsp; It may be possible to create one from scratch in code but this would require much more work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to add code so that resizing the control would resize the view but could not get this working however resizing the Google Earth window also resizes the render view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp; In the near future I may try and pick this up again and improve on this e.g. add mouse functions and resizing but unfortunately do not have time now.&amp;nbsp; However if you do make any improvements yourself please post it here as it seems there is a lot of interest in this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2008 12:49:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/824677#M374827</guid>
      <dc:creator>James_McN</dc:creator>
      <dc:date>2008-12-16T12:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/831432#M377629</link>
      <description>&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for the VI code. I am finally trying to integrate my cockpit together but I am having difficulty running the labview 8.5 VI.&lt;/P&gt;&lt;P&gt;I get the following errors:&lt;/P&gt;&lt;P&gt;1. Invoke Node: Invalid Method&lt;/P&gt;&lt;P&gt;The method selected in the invoke node is invalid or no method has been selected.&amp;nbsp; Right-click the invoke node and select a method.&lt;/P&gt;&lt;P&gt;2. Wire: Class Conflict&lt;/P&gt;&lt;P&gt;u have connected a refnum of one type to a refnum of another type and both types are members of some class hierarchy, but there is neither a simple up cast nor type cast between the two classes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Front panel terminal "web browser": unwired front panel teminal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate any pointers on what i need to change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2009 23:53:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/831432#M377629</guid>
      <dc:creator>afallon09</dc:creator>
      <dc:date>2009-01-06T23:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/831599#M377711</link>
      <description>&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 and possibly 2 sounds like you need to reselect the ActiveX class.&amp;nbsp; To do this right click on the GE refnum and go to select ActiveX class &amp;gt;&amp;gt; browse.&amp;nbsp; Then find the reference for GE Application.&amp;nbsp; On my system I need to select Earth 1.0 from the top dropdown box and then you will need to select the ApplicationGE object that appears under this.&amp;nbsp; This requires that Google Earth is already installed on the machine.&lt;/P&gt;&lt;P&gt;Number 3 is just a warning and will not prevent the program running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this solves the issue but let me know if not.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2009 09:16:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/831599#M377711</guid>
      <dc:creator>James_McN</dc:creator>
      <dc:date>2009-01-07T09:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/831661#M377736</link>
      <description>&lt;P&gt;Hi James&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems the ActiveX was set incorrectly but I still get the same error even when I reset it.&lt;/P&gt;&lt;P&gt;I think that it maybe the invoke node but i dont fully understand what what its doing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a screen shot to try and make it a bit easier to understand what is going off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2009 11:22:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/831661#M377736</guid>
      <dc:creator>afallon09</dc:creator>
      <dc:date>2009-01-07T11:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/831671#M377741</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears you have a slightler different version of the GE initialise VI than I do as it is giving an incorrect reference type out.&amp;nbsp; Please try replacing this with the one attached.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2009 11:47:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/831671#M377741</guid>
      <dc:creator>James_McN</dc:creator>
      <dc:date>2009-01-07T11:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1001506#M447483</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working on a project in which I would like to give a localisation&amp;nbsp;in my front panel and visualise it on a google earth window also in my front panel.&amp;nbsp; To do that, I have the Google_Earth-KH_80 library to set the geographical position and your GE embedded.VI to import the google earth window. I have tried to mix the both but I cannot arrive to visualize google earth in my front panel. I think the reason is the use of two different librabries that work on different window reference... Can you help me? Thank you very much for your advices/help/answer...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kastillio&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2009 08:38:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1001506#M447483</guid>
      <dc:creator>kastillio</dc:creator>
      <dc:date>2009-10-13T08:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1001667#M447549</link>
      <description>&lt;P&gt;Try this (LV86).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jean-Marc &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The LLB came from &lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;thread.id=217121&amp;amp;view=by_date_ascending&amp;amp;page=3" target="_blank"&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;thread.id=217121&amp;amp;view=by_date_ascending&amp;amp;page=3&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:21:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1001667#M447549</guid>
      <dc:creator>J-M</dc:creator>
      <dc:date>2009-10-13T13:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1001849#M447603</link>
      <description>&lt;P&gt;Thanks a lot Jean-Marc, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works pretty well but I still have a problem: The Vi works very fast at the beginning (I change navigate on the map very fastly) but after a few time (+- 40 sec) it becomes very slow.. Maybe this problem comes from the Stacked sequence structure, I don't know. Thanks for your help..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kastillio&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2009 16:06:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1001849#M447603</guid>
      <dc:creator>kastillio</dc:creator>
      <dc:date>2009-10-13T16:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1008409#M450150</link>
      <description>&lt;P&gt;Hi Guys, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Im working on a another project with requires GE to be embedded, and the VI posted here (8.5)version is very good....however, as a complete noob to LV i thought this would be a great way to save a bit of time in n otherwise very complex project...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps you chaps can point out the depth of my muppetry and help me try to sort this..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First GE Embedded works a treat..however, i grabbed the code whipped it into my frontpanel, and when it runs the GE starts up but refuses to show the window&amp;nbsp; in my front panel, if i use the GE embe.... as posted here work great....shows where it should..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in a fit of genious (so i thought!!!!!) i transfered the whole of my frontpanle into the GE emb.... front panel&amp;nbsp;from here...... it ran!!! woohoo....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VOILA!!!! it works.....superb.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ok so i save teh whole thing down as a new name (to incorperate the 2 VI`s) while i work another part of it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i re-open it the GE bit deos not display again.....'Wierd'.....so i changed the name back after a bit of head scraching....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it works....so i resolved to call it GE Emb....... then when testing another part of teh code i built an EXE....ran that.....and my word......no display again......re-built the EXE a number of times....eetc....but still no display./...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can anyone please tell me what i am doign wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why cant i re-name GE embedded? or copy the codee into my front panel?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why if i do will it not display? (in the window that is)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why will the EXE of the VI`s not display GE in the window when it ran as a VI???? I have all the dependencies in including the initialise?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;been working on this for a few days now and its all wearing a little thin..so i thought i would ask the people who know..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I look forward to your thoughs and help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(oh i meant to mention that im running version 8.5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dr Mike Black&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by Dr Mike Black on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 10-22-2009&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 10:16 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Oct 2009 21:16:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1008409#M450150</guid>
      <dc:creator>Dr Mike Black</dc:creator>
      <dc:date>2009-10-22T21:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1008422#M450157</link>
      <description>&lt;P&gt;I think the problem comes from the function "FindWindowA".&amp;nbsp; You must provide the name of the VI.&amp;nbsp; If you change the name of the VI you must upgrade this string. It will better to use a property node instead of a string constant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/18453a86f33c1cc107b34b0efb01f8128e8f2ec8/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f3631363969314443434144444437314442314131452f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="Property node.jpg" title="Property node.jpg" align="CENTER" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jean-Marc &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by J-M on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 10-22-2009&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 05:42 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Oct 2009 21:42:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1008422#M450157</guid>
      <dc:creator>J-M</dc:creator>
      <dc:date>2009-10-22T21:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1008428#M450160</link>
      <description>&lt;P&gt;Hi JM, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thank you, You are a star!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Been staring at this for days and DID NOT SEE THAT..AT ALL&amp;nbsp; !!!!!!!!! lolol.......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok played with it and it works....thank you...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant open your V2 version in your last post as its a newer version of LV...than&amp;nbsp; mine (8.5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ok will soldier on....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another question, perhaps i can ask about that when the code is in place to test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2009 21:46:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1008428#M450160</guid>
      <dc:creator>Dr Mike Black</dc:creator>
      <dc:date>2009-10-22T21:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1027383#M457641</link>
      <description>&lt;P&gt;Jean-Marc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you save this to LV8.5... and post it &lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2009 03:42:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1027383#M457641</guid>
      <dc:creator>bmc79</dc:creator>
      <dc:date>2009-11-22T03:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1027428#M457662</link>
      <description />
      <pubDate>Sun, 22 Nov 2009 13:39:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1027428#M457662</guid>
      <dc:creator>J-M</dc:creator>
      <dc:date>2009-11-22T13:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1028220#M457986</link>
      <description>&lt;P&gt;Jean-Marc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting the file in 8.5....it will not let me execute in 8.5 without the following sub-vi's in version 8.5. I really woud appreciate your help! &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Google Earth View Extents.vi &lt;BR /&gt;&lt;BR /&gt;Google Earth - Get Co-ord from screen position.vi &lt;BR /&gt;&lt;BR /&gt;Google Earth - Camera Position - Write.vi&lt;BR /&gt;&lt;BR /&gt;Google Earth - Camera Position - Read.vi&lt;BR /&gt;&lt;BR /&gt;Google Earth - Streaming info.vi&lt;BR /&gt;&lt;BR /&gt;Google Earth - version info.vi&lt;BR /&gt;&lt;BR /&gt;Google Earth - initialise.vi &lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2009 00:46:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1028220#M457986</guid>
      <dc:creator>bmc79</dc:creator>
      <dc:date>2009-11-24T00:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing google earth maps in labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1028226#M457989</link>
      <description>&lt;P&gt;&lt;SPAN class="noindex"&gt;The LLB came from &lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;thread.id=217121&amp;amp;view=by_date_ascending&amp;amp;page=3" target="_blank"&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;thread.id=217121&amp;amp;view=by_date_ascending&amp;amp;page=3&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The library is available at the post 30. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="noindex"&gt;&lt;A href="http://forums.ni.com/ni/attachments/ni/170/351283/1/Google_Earth-App_82.llb" target="_blank"&gt;&lt;U&gt;&lt;BR /&gt;&lt;/U&gt;&lt;/A&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jean-Marc &lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2009 00:59:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Viewing-google-earth-maps-in-labview/m-p/1028226#M457989</guid>
      <dc:creator>J-M</dc:creator>
      <dc:date>2009-11-24T00:59:44Z</dc:date>
    </item>
  </channel>
</rss>

