You can use the 'Make Current Values Default' invoke node, but as the name implies (note �Values�), it will set the current values to default for
all 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�re in the development system, r
ight click on the control and set it to default that way.
Ed