LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can we run another exectuiable program in LabView

Such like running a hello.exe(written in c) in the LabView?
0 Kudos
Message 1 of 2
(2,603 Views)
Yes,

The basic item is found in the Functions Palette under Communication. It is called System Exec.vi.

If you write the C code, it may be better to create a dll instead and call the function directly using a "Call Library Function Node", which is located under "Advanced".

-JLV-
Message 2 of 2
(2,603 Views)