LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use VI server to start an LabVIEW executable on a remote computer ?

I have VI server starting an executable on the same computer; however, when I try to start an executable on a remote computer I get a message that the remote host refuses connection.
I think I may have to set priveleges both at the Windows (XP) and perhaps at the LabVIEW LEVEL (in the INI file ?).
Any help would be greatly appreciated.
0 Kudos
Message 1 of 2
(2,960 Views)
You cannot use the TCP VI Server to start an executable remotely. Open Application Reference opens a connection to an executable that is already running.

You have to use DCOM/ActiveX to do that. See here.


LabVIEW, C'est LabVIEW

0 Kudos
Message 2 of 2
(2,956 Views)