I'm trying to develop LabVIEW code that can call a C executable. The function that I would like to use is the system exec function; however, this is the first code that I have ever written in LabVIEW. Does anyone have any VIs that would help a begining LabVIEW programmer explicitly for calling C .exe files?
There isn't any difference between calling an .exe written in C or any other code. Just specify the path to the executable as the ccommand line input and select whether you want to wait or not or the .exe to finish before returning to LabVIEW.