LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run a windows application from labview

hi there

I wish to run a window application from labview...
wait until it finishes its activity (it will close itself)
and then, only after it finished, the VI will continue...

how to do this?

thanks in advance
Simon.I
0 Kudos
Message 1 of 2
(2,213 Views)
On your block diagram, look in the functions palette - Communications - System Exec. You can wire a DOS command line (string constant) to start any windows program into the function. One of the terminals is a boolean to wait until the called application is complete. Look up help for System Exec for more details.
- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 2
(2,205 Views)