LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding vis with open front panels in a project!

Solved!
Go to solution
How do you find VIs with front panels open, that have been launched from within a project?
0 Kudos
Message 1 of 2
(2,313 Views)
Solution
Accepted by topic author Rashid-Malik

(Please see the attached image.)

 

Maybe this is something you could do. In the project path control, use a path to the project you want to test against. Within the For loop, make sure to pass the application reference to the Open VI Reference primitive.

 

Within the For Loop, it just tests if the FP panel is open. This means the output array could end up with including ctl/Globals/Broken VIs too. If you want to filter those out, you could add another VI property such as VIType to test if the item is something that you really want to include. 

 

Hope it helps!

TailOfGon
Certified LabVIEW Architect 2013
Message 2 of 2
(2,287 Views)