LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cluster tunnel exit while loop

Using LabVIEW 8.2 
 
Have the attached VI testing cluster operation.
Cluster created in a while loop from enum, numeric control, and enum values.
Cluster sent to tunnel, but doesn't exit.
 
What simple thing am I missing?
 
 
0 Kudos
Message 1 of 4
(3,060 Views)

Here's another shot keeping everything in the while loop.

It does work.

Still don't see why the original VI didn't work.

 

0 Kudos
Message 2 of 4
(3,050 Views)
It's the data flow... In your first example, the while loop is never terminated, so no data is coming out of it. You only have the data available at an output tunnel once the while loop terminates.

Message 3 of 4
(3,045 Views)
Alright.
Thanks.
0 Kudos
Message 4 of 4
(3,043 Views)