Not that that is too slow, it would work fine, I think he doesn't want to have to have a loop that continuously updates controls. He just wants it done instantly on the front panel of the main GUI as soon as the value is generated in the sub-vi. Create a reference to a control or indicator and wire it into a sub-vi through its connector pane (you have to have a reference control in the sub-vi connected to is connector pane), when you set the "value" property on a property node connected to that reference in the sub-vi it will update the value instantly on the top-level vi's FP. He really was looking for a way to do that without wiring through the connector pane, because if you had 10 indicators you want to update, he doesn't want ten
references all wired in through the connector panes of maybe three or four levels of sub-vi's to get to where the data is actually generated. With references you don't need a 'polling loop' type structure in a main GUI to update indicators every 100 msecs or whatever, the sub-vi's themselves actually update the values on the top-level vi indicators and it cleans everything up.
-Devin
I got 99 problems but 8.6 ain't one.