My guess is it will react exactly the same as a normal subVI with some
unwired controls. Never tested it, although it wouldn't be much work to test
it.
There is a difference between controls, and controls attached to a connector
pane. If a control is connected to the connector pane, it is reinitialised
to default when called. If it's not wired, it maintains it's old value. This
will by the default value by default (...), but you can change it with a
local or property node . The changed value will be read back when called
again.
It's probably not the best practice to make use of such constructions
though.
Regards,
Wiebe.