LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calling another program

Is it possible to call another program (vlc media player in my case) in a VI???I dont want to use the Active X control for playin videos as it does not have much playback functions...
0 Kudos
Message 1 of 2
(2,492 Views)
Use the System exec.vi to launch any executable from LabVIEW in your case VLC player.  Provide the required inputs path, command line args so that you can obtain the desired functionality.
With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
Message 2 of 2
(2,491 Views)