04-09-2013 06:41 PM
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.
04-09-2013 06:52 PM
Try system exec.
(If you have access to the actual C codes, you can compile them into dlls that you can incorportate into LabVIEW.)
04-13-2013 08:26 PM
Cool! I'll give that a try.