Dear Friends:
i am trying to use two while loop with different rate to update my data.
the first while loop is to generate an array (0,0,1,2,3,,4,5,6,7,8,910) by waiting 100 ms per data, i want to set this array as local varible.
using the second while loop is to pick up the array data. by waiting 200 ms per data is to pick up (0,1,3 5 7 9).
however, i can not make it.
could any one help me to sort out this problem?
please read the vi.
by the way, i do not want use time loop.
cheers
dan