Search code examples
loopsresizelocationsubroutinelabview

How do I define the size and location of a pop up sub VI when calling it in my main program?


I have a main program which calls several sub VIs. Each sub VI has either a button, or timer or something which the operator must view or interact with while still monitoring the main front panel. How do I define the size and location of each sub VI as it pops up when called?

In the image below I have my main front panel with my gauges, etc and I have the sub VI in the location and of the size I require. How do I ensure that each time the sub VI is called it pops up here?

enter image description here


Solution

  • Figured out that in the sub VI you can control the properties by going to Tools -> Properties and then changing the tab to select window size and appearance.