Hi avasque2,
First, remove the WHILE loop that you've placed around the whole application. If you want to acquire samples continuously, change the Sample Clock's sample mode from Finite to Continuous. Then, remove the four WHILE loops and replace them with one WHILE loop encompassing all the DAQmx Reads. Finally, repeat the process with the FOR loops so that you only have one (keep the four separate arrays and property nodes, however). Does that solve the synchronization issue?
As for writing to an .lvm or .xls file, it's probably best to feed each 1-D Waveform from the DAQmx Reads into four Convert to Dynamic Data Express VIs. Then, feed those four signals into the Merge Signals Express VI. Finally, wire the combined signal into a Write to Measurement File Express VI and write the data to an .lvm file.
Let me know if you have any other questions.
Message Edited by Pakman on
06-25-2008 11:18 AM