<?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: can I integrate my exe program into my LabView software? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85171#M52257</link>
    <description>Ah HA!&lt;BR /&gt;&lt;BR /&gt;I knew I had it somewhere... I looked through some old code and the one that does the trick is System Exec.vi that Jeremy mentioned. Not only does it allow you to launch other executables, it also returns the standard output from the program to LV.&lt;BR /&gt;&lt;BR /&gt;It's located in a library System.llb--or at least is on my computer (V6.0).&lt;BR /&gt;&lt;BR /&gt;Mike... &lt;BR /&gt;</description>
    <pubDate>Tue, 13 May 2003 23:34:16 GMT</pubDate>
    <dc:creator>mikeporter</dc:creator>
    <dc:date>2003-05-13T23:34:16Z</dc:date>
    <item>
      <title>can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85165#M52251</link>
      <description>I developed a LabView software. Can I integrate my old xx.exe program into this LabView software? Any information on this point would be appreciated.&lt;BR /&gt;Yun &lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2003 22:04:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85165#M52251</guid>
      <dc:creator>walton</dc:creator>
      <dc:date>2003-05-08T22:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85166#M52252</link>
      <description>Well, theoretically it's possible. What version of LV was the original version written in? What version of LV are you using now? Did you enable ActiveX access when you made the executable? &lt;BR /&gt;&lt;BR /&gt;Mike... &lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2003 23:31:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85166#M52252</guid>
      <dc:creator>mikeporter</dc:creator>
      <dc:date>2003-05-08T23:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85167#M52253</link>
      <description>LabVIEW does not have a mechanism for allowing any executable to run in a LabVIEW window.  As the previous poster suggested, you can do this if the exe has been coded to be an activeX control.  &lt;BR /&gt;&lt;BR /&gt;You might be interested in the system exec VI.  This allows LabVIEW to launch other executables. &lt;BR /&gt;</description>
      <pubDate>Fri, 09 May 2003 15:45:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85167#M52253</guid>
      <dc:creator>Jeremy Braden</dc:creator>
      <dc:date>2003-05-09T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85168#M52254</link>
      <description>On this subject, has anyone controlled a DOS EXE (not ActiveX EXE) through&lt;BR /&gt;LV. By controlling I mean, where standard I/O is re-directed to LV&lt;BR /&gt;application. That way I can send keystrokes to the DOS EXE and capture its&lt;BR /&gt;output.&lt;BR /&gt;&lt;BR /&gt;Sometimes you have these old programs in EXE format and you need to put a&lt;BR /&gt;nice shell around them. Someone on CVI forum had suggested VC++ library to&lt;BR /&gt;do this but I haven't pursued much. Tcl is really good for this kind of&lt;BR /&gt;stuff, but the pointy haired one only wants LV.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vishi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"Jeremy Braden" &lt;X&gt; wrote in message&lt;BR /&gt;news:50650000000500000015F10000-1042324653000@exchange.ni.com...&lt;BR /&gt;&amp;gt; LabVIEW does not have a mechanism for allowing any executable to run&lt;BR /&gt;&amp;gt; in a LabVIEW window.  As the previous poster suggested, you can do&lt;BR /&gt;&amp;gt; this&lt;BR /&gt; if the exe has been coded to be an activeX control.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; You might be interested in the system exec VI.  This allows LabVIEW to&lt;BR /&gt;&amp;gt; launch other executables. &lt;BR /&gt;&lt;/X&gt;</description>
      <pubDate>Mon, 12 May 2003 15:36:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85168#M52254</guid>
      <dc:creator>Vishi Anand</dc:creator>
      <dc:date>2003-05-12T15:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85169#M52255</link>
      <description>I know of no such technique for doing this. &lt;BR /&gt;</description>
      <pubDate>Tue, 13 May 2003 14:32:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85169#M52255</guid>
      <dc:creator>Jeremy Braden</dc:creator>
      <dc:date>2003-05-13T14:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85170#M52256</link>
      <description>The way to do this is to redirect the text output from the program to a file, and then read the file into LV. I unfortunately don't have all the information with me, but do a search in the archives here. The way I learned about is was a discussion a couple years ago. You can also check online for information related to writing DOS batch files--which is how you actually run the DOS program--that should get you pointed in the right direction.&lt;BR /&gt;&lt;BR /&gt;So it is possible, messy, but possible.&lt;BR /&gt;&lt;BR /&gt;Mike... &lt;BR /&gt;</description>
      <pubDate>Tue, 13 May 2003 23:07:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85170#M52256</guid>
      <dc:creator>mikeporter</dc:creator>
      <dc:date>2003-05-13T23:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85171#M52257</link>
      <description>Ah HA!&lt;BR /&gt;&lt;BR /&gt;I knew I had it somewhere... I looked through some old code and the one that does the trick is System Exec.vi that Jeremy mentioned. Not only does it allow you to launch other executables, it also returns the standard output from the program to LV.&lt;BR /&gt;&lt;BR /&gt;It's located in a library System.llb--or at least is on my computer (V6.0).&lt;BR /&gt;&lt;BR /&gt;Mike... &lt;BR /&gt;</description>
      <pubDate>Tue, 13 May 2003 23:34:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85171#M52257</guid>
      <dc:creator>mikeporter</dc:creator>
      <dc:date>2003-05-13T23:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1657118#M593079</link>
      <description>&lt;P&gt;Hi Every one, Currently&amp;nbsp;i am working on remote lab for power factor correction in labview and i have a instrument(Electric energy saving tester) that can measure power factor, voltage ,current etc and also supply voltage &amp;nbsp;to the instrument, but problem is that i dont have labview driver for the &amp;nbsp;instrument and also dont have programming guide ,so i can make&amp;nbsp; driver for this instrument.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can&amp;nbsp;anyone tellyme how run&lt;STRONG&gt;&amp;nbsp;.exe file&amp;nbsp;in&amp;nbsp;labview window&lt;/STRONG&gt;??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moreover i used one example &amp;nbsp;which on following link:&lt;A href="http://forums.ni.com/t5/LabVIEW/how-to-run-exe-file-by-labview/td-p/303946" target="_blank"&gt;http://forums.ni.com/t5/LabVIEW/how-to-run-exe-file-by-labview/td-p/303946&lt;/A&gt;&amp;nbsp; (Run program.vi)&amp;nbsp;and&amp;nbsp;is launch .exe file in windows not in labview window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so is it possbile to run &lt;STRONG&gt;.exe file&lt;/STRONG&gt; in labview window and control my&amp;nbsp;instrument.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Patel&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 09:11:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1657118#M593079</guid>
      <dc:creator>AMpatel</dc:creator>
      <dc:date>2011-08-03T09:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1657468#M593146</link>
      <description>&lt;P&gt;see here: &lt;A href="http://forums.ni.com/t5/LabVIEW/Is-there-a-way-to-call-an-exe-non-LabVIEW-such-as-Notepad-in-a/m-p/965161#M432655" target="_blank"&gt;http://forums.ni.com/t5/LabVIEW/Is-there-a-way-to-call-an-exe-non-LabVIEW-such-as-Notepad-in-a/m-p/965161#M432655&lt;/A&gt;﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your success mileage may vary.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 14:03:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1657468#M593146</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2011-08-03T14:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1658340#M593347</link>
      <description>&lt;P&gt;Thanks for reply, but my project Aim is to make remote lab for power factor correction .i used that example it works, but how can user can acess that .exe file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moreover,&amp;nbsp;if i used &lt;STRONG&gt;Run Program.vi&lt;/STRONG&gt; which on &lt;A href="http://forums.ni.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85165/highlight/false" target="_blank"&gt;http://forums.ni.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/85165/highlight/false&lt;/A&gt;&amp;nbsp;,than&amp;nbsp;is it possible to access that (Run Program.vi) remotely because&amp;nbsp;my instrument only connect to my&amp;nbsp;PC&amp;nbsp;through&lt;STRONG&gt; RS232 to USB converter&lt;/STRONG&gt; not with user PC.so, it can only open &lt;STRONG&gt;.exe file&lt;/STRONG&gt; in my PC.&lt;STRONG&gt;How can User execute that .exe file? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sorry for any inconvenience&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best reguards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Patel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 05:58:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1658340#M593347</guid>
      <dc:creator>AMpatel</dc:creator>
      <dc:date>2011-08-04T05:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1658694#M593420</link>
      <description>&lt;P&gt;System Exec is used to launch executables outside of LabVIEW. You'd need to run the executable first so that it creates its window, and then make the window a child window using the technique for which I provided a link.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 13:16:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1658694#M593420</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2011-08-04T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1659390#M593556</link>
      <description>&lt;P&gt;Sorry i could not understand.. can u explain me in detail?...pls&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Reguard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Patel&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 19:59:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1659390#M593556</guid>
      <dc:creator>AMpatel</dc:creator>
      <dc:date>2011-08-04T19:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1659644#M593609</link>
      <description>&lt;P&gt;The "Run Program" VI that you alluded to simply uses System Exec to launch a program outside of LabVIEW. Before you can place a program's window "inside" of a LabVIEW window you have to actually run that other program first so you can get the window reference. Otherwise the Windows functions will have nothing to work on. Thus, you must actually launch the program first, wait for the window to be drawn by the operating system, and then you can get a reference to the window using the FindWindow function. That can be used to set the parent for the executable's window. The "Child Window Example" that I linked to does the second half. It assumes the external program is already running. You need to add the first half, which is to launch this other executable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, you said you don't have an instrument driver for this instrument or a programming guide. What is the instrument? Who makes it and what is its model number?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 21:50:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1659644#M593609</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2011-08-04T21:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1659798#M593630</link>
      <description>&lt;P&gt;my instrument is&lt;STRONG&gt; PROVA 8500 electric energy saving tester&lt;/STRONG&gt; and it is made by one of &lt;STRONG&gt;taiwan&lt;/STRONG&gt; &lt;STRONG&gt;company PROVA&lt;/STRONG&gt;. i talked with them but said we are not providing any programming guide..i dont undestand how can they sell the product without any programming guide....if u have any idea about this instrument pls let me know...and this &lt;STRONG&gt;chid window&lt;/STRONG&gt; is very hard to understand for me. i dont understand how to work on this topic. if u have any other idea to about to control instrument ..pls reply me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moreover , i have &lt;STRONG&gt;software CD&lt;/STRONG&gt; for this instrument ,but it has just &lt;STRONG&gt;1.&lt;/STRONG&gt; .setup (.exe file) &lt;STRONG&gt;2.&lt;/STRONG&gt;Support files &lt;STRONG&gt;3&lt;/STRONG&gt; bin &lt;STRONG&gt;4.&lt;/STRONG&gt;usermanual and &lt;STRONG&gt;5.&lt;/STRONG&gt; licence.One more thing is that this intrument is &lt;STRONG&gt;written in visual basic&lt;/STRONG&gt; and old one &lt;STRONG&gt;was written in labview.&lt;/STRONG&gt;.and i have CD for the both the versions ..but it is useless..it is just software.&lt;/P&gt;
&lt;P&gt;therfore my work is stuck on one problem..i dont know how to do.?....pls reply me if u have any idea about this topic...here i have attached software manual for this instrument...hope it may be help for u to understand...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sorry for very long message ... i hope i will get reply....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Reguards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Patel&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 01:38:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1659798#M593630</guid>
      <dc:creator>AMpatel</dc:creator>
      <dc:date>2011-08-05T01:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1659820#M593636</link>
      <description>&lt;P&gt;You still haven't really explained what you are trying to accomplish.&amp;nbsp; You've been given links on how to stat the manual contorl EXE program and how to use thw WinAPI to mke it a child window into a LabVIEW program.&amp;nbsp; But, all this is going to do is make it look like the program is in your VI.&amp;nbsp; You will still have to manually control the instrument.&amp;nbsp; With the Visual Basic code, you may be able to use &lt;A href="http://www.autoitscript.com/site/autoit/" target="_self"&gt;AutoIT&lt;/A&gt; to control the application and write a script to do what you want, but it is not trivial.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other thing to try is to get a serial port sniffer and figure out the programming interface for wht you need to do.&amp;nbsp; You can try &lt;A href="http://www.serial-port-monitor.com/" target="_self"&gt;this one&lt;/A&gt;.&amp;nbsp; You can use the included software to control the instrument and see what data is going back and forth and try to determine for yourself the interface.&amp;nbsp; This may be fairly simple, or it may be quite the effort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, this is the boat you're in since the communication protocol is proprietary.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 02:04:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1659820#M593636</guid>
      <dc:creator>Matthew_Kelton</dc:creator>
      <dc:date>2011-08-05T02:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: can I integrate my exe program into my LabView software?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1688258#M599489</link>
      <description>&lt;P&gt;First&amp;nbsp; of all sorry to matthew for not reply for previous questions...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ok now i can explain whole problem in details..As i told in previous forum currently working with remote lab project with power factor correction.In this project i have instrument that can measure powerfactor,voltage,current etc and i want to integrate this instrument with labview but problem is that i dont have driver for this instrument in labview therefore i have integrated .&lt;STRONG&gt;exe file of my instrument with labview.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Using the webpublising tools i was trying to make remote lab but problem is that this .exe file is only opening on server side not on client side. Therefore i have a question that, &lt;STRONG&gt;is it possible to access&amp;nbsp;integrated file ﻿ .exe file on remote PC.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best reguards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Patel&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2011 13:41:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/can-I-integrate-my-exe-program-into-my-LabView-software/m-p/1688258#M599489</guid>
      <dc:creator>AMpatel</dc:creator>
      <dc:date>2011-08-30T13:41:37Z</dc:date>
    </item>
  </channel>
</rss>

