LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to start a LabVIEW executable programmatically.

I created a LabVIEW executable and want to start it programatically from another PC.
I know how to start LabVIEW remotely but not how to handle an application.
0 Kudos
Message 1 of 2
(2,728 Views)
If you have NT/Win2k machine, then you can launch labview built exe using DCOM. Here is example that tells you how to do that.

http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&9208517E41C2B1B18625683A000CB86E&cat=9C6DF90777E5A78206256874000FA14E

Another one

http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&20346814BACE06BF8625683A000C3C98&cat=46E7994B7483D781862567C300662667

A Rafiq
0 Kudos
Message 2 of 2
(2,728 Views)