View Single Post
  #1   Spotlight this post!  
Unread 23-07-2010, 14:04
davidc10 davidc10 is offline
Registered User
FRC #0423
 
Join Date: Feb 2009
Rookie Year: 2007
Location: Pennsylvania
Posts: 20
davidc10 will become famous soon enough
Problem with Async VI Agent.vi staying alive

I'm having a problem when using the Wait function from the Interrupt palatte.

The problem seems related to the Async VI Agent.vi staying alive when the calling VI goes idle.

I've attached a small VI to demonstrate the problem.

The same type of problem has occurred when I have run projects based on some of the example code - and the only work around I've found is to use an Abort Invoke Node on Async VI Agent.vi when my top level VI closes. (But this required changing the library scope of Async VI Agent.vi from Private to Public, which is not an acceptable fix.)

Thanks,
David
Attached Files
File Type: vi WaitForInterrupt.vi (14.6 KB, 51 views)

Last edited by davidc10 : 23-07-2010 at 22:36.
Reply With Quote