LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Passing data in case structures Labview 6.1

I have a simple case structure consisting of 4 frames inside a while loop. I want to pass data from the 3 cases thru the while loop and display on indicators.

After running the vi only data from the last case is displayed on the indicator.

How do I pass data from each case to the indicators?
Attache dis the simple vi to show the problem.
0 Kudos
Message 1 of 2
(2,429 Views)
If I understand what you are asking, you want to simply move your indicators inside the loop. The values will be updated every time you run through the loop. If you want to check that they are updated at each iteration, add a Wait function inside your loop.
Message 2 of 2
(2,429 Views)