Thanks for the suggestions, and I need to clarify my problem a little:
Since my subvi's panel is done already, I like to use it in my main vi, and I need to used it 3 times in the main vi. By 3 times, I mean I have 3 spacial sections in my main vi panel, each section will be displaying the subvi's panel with slight difference due to difference parameters used in calling the subvi. Since my subvi's panel is prety involved in configuring, I want the least amount of work to achieve this goal, i.e., to use the subvi's panel without much reconstructing the panel in the main vi.
My question is if I creat a reference control in the main vi, it seem to be a method to transfer main vi's panel property into subvi? How do I do the opposite? i.e., having the subvi's panel transfered to the main vi?
Thanks again for more input!