LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

front panel execution : priority

Hi,
I have one main VI and several subVI that are run from the main one. Such that when I double click on Main.vi it comes up running and spawns 2 more front panels beside it. What I want to be able to do is to put a VI in the back ground so what do I do with the settings to ensure that a particular VI goes in the background and does not overlap the other Vi's that I want in the foreground including the main one,
Thanks
0 Kudos
Message 1 of 4
(2,833 Views)
I assume you are thinking to window order, not quite execution priority. If this is the case, take a look at winutil.llb VIs, in Windows API Function Utilities (32-bit) for LabVIEW.They will allow you to set a window always on top, the first one, the last one.

Hope this helps
Message 2 of 4
(2,833 Views)
Yes you are right I am thinking about window order. So is there a function call already built into Labview that deals with the window order (first, second...last) or do I have to download something from this website?
Thanks
0 Kudos
Message 3 of 4
(2,833 Views)
Use the link from my first response to get the VIs.
0 Kudos
Message 4 of 4
(2,833 Views)