LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to program where a subvi appears on the desktop?

Solved!
Go to solution

I have a main program, and I have a button on the main program that opens two vi's simultaneously. The problem is that both VIs literally open one on top of the other. I would like them to open simultaneously side by side. Is there a means of accomplishing this?

0 Kudos
Message 1 of 4
(1,790 Views)

Hi Shogun,

 

you can use property nodes to place/move the VI windows on your screen…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(1,779 Views)
Solution
Accepted by topic author ShogunOrta

Yes.  There is a Property of the Sub-Routine called "Window Run-Time Position" (when the sub-routine is open for editing, right-click its icon, "VI Properties", "Windows Run-Time Position").  Use the Help button if it isn't intuitive.  Note you can also position the two Front Panels "manually" and choose "Unchanged", which can also work (I think).

 

Bob Schor

0 Kudos
Message 3 of 4
(1,777 Views)

Yep, this helped. I just went to the VI's Properties menu and found just what you're talking about. It was easy! Thanks.

0 Kudos
Message 4 of 4
(1,721 Views)