06-13-2008 01:19 PM
06-13-2008 01:27 PM
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.
06-13-2008 01:37 PM
Thanks for your quick response. I appreciate your help and I found my problem.
Thanks!