Sign Up

IG ExecAnchor by Illuminated G - Toolkit for LabVIEW Download

A simple API for firing and event or polling the status of a calling execution hierarchy going idle.

D Discussion Watch * 2 ↓154
 screenshot
Version1.0.1.3
ReleasedOct 13, 2023
Publisher Illuminated G
License MIT
LabVIEW VersionLabVIEW>=20.0
Operating System Windows, Mac, and Linux
Used By illuminatedg_lib_ig_oopanel  
Project links Homepage   Discussion

Description

A simple mechanism to either have an event automatically generated when a launching execution hierarchy goes idle or provide the ability to poll the calling execution hierarchy's status. This is useful when launching asynchronous VIs that should close down when the execution hierarchy that launched the async VI finishes so that an async orphan isn't left running in the background.

Release Notes

1.0.1.3 (Oct 13, 2023)

1.0.1.3
- Fix palette name
1.0.1.2
- Leaked event cleanup
- Remove unused VIs

derrickb was a contributor to this release


Download Package

Versions
All Contributors

  Post an Idea   Post a Resource

Recent Posts

Forum Posts

How to use Poll Caller Idle
Hi Derrick, Your library seems to be promising for simplifying the handling of async VIs. …