06-09-2012 02:43 PM
Solved! Go to Solution.
06-11-2012 01:05 AM
(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!