annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

For Structure output

how can I read the output from the tunnel in each iteration. This VI only gives me the last element of the array and I need to read each deleted element each iteration. 
0 Kudos
Messaggio 1 di 2
2.363Visualizzazioni
The output of a for loop by default is an array of all results and not the last element. If you need to do some processing of each result as it is obtained, why don't you do it inside the for loop? Otherwise, you can pass the value out with a queue.
0 Kudos
Messaggio 2 di 2
2.359Visualizzazioni