LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

external Application

how can i start an external Application (.exe) from LabView
0 Kudos
Message 1 of 6
(3,369 Views)
jus an example for your reference

ian
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 2 of 6
(3,369 Views)
Thanks, thats exactly what i need !!!
0 Kudos
Message 3 of 6
(3,369 Views)
newcomer wrote:
> how can i start an external Application (.exe) from LabView

Try "System Exec.vi"

bye

Marco
0 Kudos
Message 4 of 6
(3,371 Views)

How can you STOP the application you started, using labview?

 

George

0 Kudos
Message 5 of 6
(3,181 Views)
Hey George!

There might be a few ways to do this, but if you are using the system exec VIs you will have to know if the application accepts any command line arguments.  This may allow you to quit your application using the system exec VIs.  A much better solution would be to make calls into the Windows API and close applications this way.  There is a toolkit available that will allow you to do this, linked here.  Let me know if this works for you!

Hope this helps!
Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 6 of 6
(3,161 Views)