Reinitialise to default yeah. If you do as you say for "Set Current Values
to Default" however it won't work. This method can only be used on a VI that
is not running and is not in the hierarchy of a running VI.
The method I prefer is to store all the required defaults in a text file and
load/save as needed, using local variables or otherwise to shove the values
into the front panel terminals at run-time.
sarah wrote in message
news:50650000000500000030330000-993342863000@exchange.ni.com...
> All you have to do to make all your current values default values, is
> to set up an application reference to the current VI and then wire
> this to an invoke node. One of the methods is 'Set Current Values to
> Default'. I believe that you can use this s
ame methode to reinitialize
> values to the default state.