LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to output data outtside a for loop every 10 iterations?

Hi friends,
does any body help me to sort out this problem?
please check the attchement for my vi.
all i want is output data from inside for loop to outside for loop every 10 iterations. please do not use local variable.
Many thanks
dan
0 Kudos
Message 1 of 4
(2,539 Views)
Hi Dan,
I am not sure what you want to do every 10 iterations with the value outside, but If you want to update your graph every 10 iterations use the following way:


If you want to handle the specific value every x iterations outside the loop you could either use queues or notifieres.

BR,
ThSa

Message Edited by ThSa on 08-23-2006 09:05 PM

Message 2 of 4
(2,527 Views)
Hi Thsa,
thank you for your information.
 
all i want is Transfering data outside for loop every x iterations.  since in my case,  the for loop is generating sine wave signal, and i want to output the sine wave data every 10 iterations to be used by outside for loop.
 
thanks again.
dan
0 Kudos
Message 4 of 4
(2,473 Views)