10-15-2013 04:22 PM
I've written some code so that I can get data for three separate channels. I am trying to offset one of them using the time wait function in a while loop. However, it offsets all three channels everytime. Is there a way to offset only one channel?
10-15-2013 11:08 PM
If you don't attach your code, and draw an image to explain what are you trying to achieve, it'd be difficult to answer your question.
10-15-2013 11:19 PM
Any serial communication is involved? attach the VI for better picture?
10-16-2013 12:10 AM
If you put a wait in a while loop it will cause the loop to iterate every after wait time . so of course offset will be same for on channels.
If you want to do it in software using single loop only one method could be discard the values from the one channel
before offset time.