LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reseting the number in a numeric ring

I've noticed that when I exit a program and open it later, the last number that was in the numeric ring when it was saved is the same.  Is there a way that I can set all of the numeric rings to be at their min value when I open or run the program?
 
Thanks
0 Kudos
Message 1 of 3
(2,386 Views)

When you open a VI, it will use the default values for the controls. If you at some point selected Edit>Make Current Values Default and then save the VI, it will use that. The only time it will use the last value entered is if you just stop the VI and rerun it without closing it, or if at the end of the program you are using the Make Current Default method.

So, set the controls how you want them, make them the default values, and save the VI. If that doesn't work, then post your VI because it would appear likely that you are doing something in the program to change the default values.

0 Kudos
Message 2 of 3
(2,384 Views)

Thanks for your quick response.  I appreciate your help and I found my problem.

Thanks!

0 Kudos
Message 3 of 3
(2,378 Views)