Hi.
To change the default values of any VI, you need to open a reference to that VI (it doesn't matter if it is a subVI, you specify the path to the VI) and use an invoke node to make the current values the default valuess. I am attaching a little image with such a code. You can find all the nodes in that code in the "Application Control" subpalette of the functions palette.
You must be aware, though, that changing the default values of a VI, requires saving the VI file with the new default values, which means that the VI must be writable (you must have write privileges for that file, and you cannot use this feature if the VI is an executable).
Hope this helps.
Alejandro