You can use the 'Make Current Values Default' invoke node, but as the
name implies (note =93Values=94), it will set the current values to
default for <B>all</B> controls on the front panel. There is no way to
use this on just a single control.

There are other problems when using this property. The VI that you
want to use it on cannot be running. So you must stop the VI, and then
from a different VI, get a reference to the other one and run the
'Make Current Values Default' node.

You also cannot use it in a built executable because it requires the
code to be recompiled which cannot be done on an executable.

Your only real choice to operate on a single or just few controls is
to use a config file, or if you=92re in the development system, right
click on the control and set it to default that way.

Ed

Reply via email to