07-01-2009 01:31 AM
Hi
I am facing a problem with Events. Please ref. the attached Event.zip file.
AEv.vi is a LV2G used to Init/Generate/Read/ Destroy the event. Test2.vi is a main vi (one should run this vi)
The Init action of AEv.vi needs to be done in other vi (other than Test2.vi:- But for testing purpose I have initialized it in Test2.vi only).
Test2.vi is used to genetate the event.
I could have called AEv.vi statically inside Test2.vi for Generating the Event......but the Path that comes is decided at runtime...... (I have many vis similar to AEv.vi.....
.........which to run shall be decided at runtime....)
The Problem:
When I run Test2.vi, it gives me error code 1 (try to run Test2.vi...it gives dialog on occurance of error)........
Can any one address this problem?
ThanX!
Solved! Go to Solution.
07-02-2009 01:35 PM
07-03-2009 08:21 AM
Hi!
Thanks, It worked for me!