07-10-2013 05:19 PM
How can I find which VIs (among thousands) are actively running (not just reserved)? (Exec.State property is not enough)
07-10-2013
10:23 PM
- last edited on
05-21-2025
06:17 PM
by
Content Cleaner
DETT![]()
Yes, if you need to do that dynamically- do it!
the Desktop Execution Trace Toolkit, Its not something I have needed to play with but, if I am understanding you correctly you might need to check it out.
Post back, I'll learn something!
07-11-2013 07:26 AM - edited 07-11-2013 07:26 AM
Or the less expensive way (not needing the DETT) would be something like this

07-11-2013
07:53 AM
- last edited on
05-21-2025
06:20 PM
by
Content Cleaner
@crossrulz wrote:
Or the less expensive way (not needing the DETT) would be something like this
I think @FermWorks is already aware of this property node, and what she meant to ask here is: any method to get the list of VIs, which are actually running at a given instant of time.
Your solution will all the VIs in memory and has state as 'Running', which mean "VI is reserved for execution by one or more active top-level VIs".
07-11-2013 08:19 AM
I would really enjoy an extensive dialog on this subject. I have found the "running" Exec.State a little confusing. Right now I'm looking at a "Main" vi that is just sitting there waiting for an input to an event structure. It shows 500+ vi's "running" - except the Main vi. ![]()
07-11-2013 12:56 PM
@PaulG. wrote:
I would really enjoy an extensive dialog on this subject. I have found the "running" Exec.State a little confusing. Right now I'm looking at a "Main" vi that is just sitting there waiting for an input to an event structure. It shows 500+ vi's "running" - except the Main vi.
That's because Main.vi is now "Run Top Level" not "Running"
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
07-11-2013 02:55 PM
07-11-2013 03:31 PM
Thanks for the clarification. Doh!
07-11-2013
05:51 PM
- last edited on
05-21-2025
06:20 PM
by
Content Cleaner
Can you try this...
http://zone.ni.com/devzone/cda/epd/p/id/2612
Show Running VIs VI:
Hope this might help!
07-11-2013
07:30 PM
- last edited on
05-21-2025
06:20 PM
by
Content Cleaner
@CamThornton wrote:
Can you try this...
http://zone.ni.com/devzone/cda/epd/p/id/2612
Show Running VIs VI:
Hope this might help!
Not quite. Meg wants "Is Run Arrow Black?" to filter out the reserved vis