04-16-2010 03:06 AM
So I'm acquiring data from two seperate analog channels, then splitting the signal using indexing arrays, collecting the data in an array outside the while loop, and then graphing the data of one channel against the other...also storing the data in a table.
The thing is, when I switch off the VI and check the vakues, the table give the right values upto a certain point, after which I see the values of both the rows in the table to correspong to the output of the second analog channel. I thought that this might be because when I click the off condition, one channel gets switched off before the other?
I don't really know...is there any way to solve this?
04-16-2010 05:05 AM