LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I run an executable on a remote network computer

It's possible to run an executable in another computer connected to the network using activeX, .NET tools, or the System.exec vi? Note: The executable file is residing in the client computer.

 

Thanks in advance!

0 Kudos
Message 1 of 5
(3,438 Views)

Hi every one,

 

I'm developing a vi using activeX that is supposed to run an executable file remotely. But can any body help me to figure out what I must place in the input arguments for property node and invoke node are needed to accomplish my goal.

 

Any help?

Download All
0 Kudos
Message 2 of 5
(3,416 Views)

This questions comes up a lot.  See here:

 

http://forums.ni.com/t5/LabVIEW/Run-a-LV-app-on-remote-computer/m-p/1388290

 

http://www.medicollector.com
0 Kudos
Message 3 of 5
(3,405 Views)

I already found this discussion but I want a pure labview solution. Can any body make my vi work ? If I can't found a solution I'll have to use vi server.

 

Thanks!

0 Kudos
Message 4 of 5
(3,400 Views)

Hi!

You can also try using a web page to remotely control your executable, explained in this document:
How Can I Use Remote Front Panels With LabVIEW Executables?: http://digital.ni.com/public.nsf/allkb/7F95D43D3F50FCAC8625710E000068E1

While I have not used it, the PsExec mentioned in the forum that was posted previous to yours seems like it would be another good tool for how to remotely run executables.

As far as having a pure LabVIEW solution, you are not able to run executables remotely within LabVIEW. This is due to security reasons since, as I am sure you know, executables can be anything, including viruses.

You can easily control VI's remotely, but executables are a different battle.  One great tutorial that shows how this can be achieved is found here:
Developing Remote Front Panel LabVIEW Applications: http://zone.ni.com/devzone/cda/tut/p/id/3277

 

I hope this helps!

 

Kim W.

Applications Engineer
National Instruments
Message 5 of 5
(3,379 Views)