LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

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
Message 1 of 2
(1,972 Views)
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
Message 2 of 2
(1,968 Views)