I am using LabVIEW 2009 with USB 6008 for DAQ from accelerometers. Besides, DAQ from the accelerometers, I have couple of other external executables which triggers the two different process (data write). By using System Exec.vi, I can trigger these external executables. But the external executables data writing starts at different time, as an example, say exe1 takes 1 second long to start writing data to a text file, where as exe2 takes 20 seconds long to initialize and to start writing data.
Therefore, is there any way even I trigger multiple external exe files, and I can start data write from all of them at the same instance along with DAQ from accelerometers.
Thank you and much appreciated for your help