LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to program an application which can starts a remote application ?

In LabVIEW , I can use DCOM to program such an application , is there a same way to do
this ? how to realize ?

David
0 Kudos
Message 1 of 2
(2,577 Views)
David,

It all depends on what the other application supports, you can use ActiveX to launch and control the externa application, you can find some example in the CVI help file.

If all you want to do is launch the exe, you can use the LaunchExecutable or LaunchExecutableEx functions, this does not provides many control over the second application, but you can launch anc terminate an executable.

I hope this helps,

Juan Carlos
N.I.
0 Kudos
Message 2 of 2
(2,577 Views)