取消
显示结果 
搜索替代 
您的意思是: 

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 项奖励
1 条消息(共 4 条)
3,179 次查看

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 项奖励
2 条消息(共 4 条)
3,169 次查看
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.

3 条消息(共 4 条)
3,164 次查看
Alright.
Thanks.
0 项奖励
4 条消息(共 4 条)
3,162 次查看