I have a VI that includes several digital and string controls that I regularly stop (both correctly and with the red 'Abort Execution' button). Furthermore, I also regularly completey close the VI and open it back up again. Everytime that I reopen the VI, the display values default to certain values. Is there a way for the VI to remember the values in its controller automatically upon both halting the execution and closing the VI? Right now, my implementation uses global variables to keep track of things, but there ought to be a cleaner solution.