LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

while loop

Solved!
Go to solution

Hi all,

 

I have a case structure in a while loop and this while loop is another case structure 'TRUE' Case. when the inner case structure completed all the cases the while loop was stopped and now i am going to 'FALSE' case of OUTER CASE STRUCTURE. Now i was unable to reset the indicators/controls in the while loop to their default values. Please suggest me with your ideas. Thanks in advance.

0 Kudos
Message 1 of 4
(3,009 Views)

You should share your code.  Odds are, you want a complete design change.  A case inside of a loop inside of a case probably means something isn't done very well.

 

Then, try to explain what you want to do.  If you want to reset the values, just wire in the desired values.  Worst case, use the invoke node to reset to default values.

0 Kudos
Message 2 of 4
(2,991 Views)
Solution
Accepted by topic author sivakumard

In the outer case False you can use Reinitialize to default property node, e.g.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 4
(2,962 Views)

thank you all.

 

0 Kudos
Message 4 of 4
(2,958 Views)