LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Time "wait" for multiple channels

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? 

 

 

0 Kudos
Message 1 of 4
(2,299 Views)

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.

0 Kudos
Message 2 of 4
(2,267 Views)

Any serial communication is involved? attach the VI for better picture?

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 3 of 4
(2,265 Views)

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.

0 Kudos
Message 4 of 4
(2,261 Views)