LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to impliment executable files as a sub vi

I am runnig Labview 2012 on a windows machine do collect data from a measurment probe.

 

I have several C programs written for data analysis that I manually execute after the data is taken. My question is this: Is there any wat to impliment an external executable file in Labview (perhaps as a sub vi?) for the purpose of streamlining data analysis?

 

To give an example, one ececutable cleans noise from a set of data in a very specific way.

 

0 Kudos
Message 1 of 3
(1,958 Views)

Try system exec.

 

(If you have access to the actual C codes, you can compile them into dlls that you can incorportate into LabVIEW.)

Message 2 of 3
(1,955 Views)

Cool! I'll give that a try.

0 Kudos
Message 3 of 3
(1,919 Views)