10-09-2006 11:50 AM
10-09-2006 11:27 PM
Hi,
Could not open your VI since a lower version of labVIEW is installed on my system.
Howerer, did you check if you are getting data in the Read function of Device 2 in the first place?? plot it on a graph/ chart and verify it
Since you say no data is being written, probably your read function is generating an error for Device 2. So check the error terminal of that function
Or the last propability would be that, you are appending both the data from device 2 to that from device 1 and probably you are not getting them in seperate columns/ rows as desired.
So check for that condition too
10-10-2006 09:37 AM