08-26-2011 05:41 PM
Hi,
In theory this should work. I've used this architecture often.
I suggest you start a new thread for your question and attach code that shows the issue.
Threads that are already solved do not get as much attention (and those answering can't get a "solved" brownie point).
Are you running 32 bit LabVIEW?
08-28-2011 10:21 AM
@TCPlomp wrote:
F. Schubert wrote:
Do you have a unique Event Registration Refnum for each VI?
Felix
For a better understanding of Felix' answer have a look here.
Ton
Have a look where? The only links were associated with your signature, and did not seem appropriate to the question.
BS
08-29-2011 07:05 AM
I am using LabVIEW 2011 64 bit.
..
Has this been a problem only with Windows / LabVIEW 64bit and not with 32 bit.
..
My need to complete this project by the end of the month has caused me to make separate events for each asynchronous VI.
..
However, it would be really nice to have a single event that would allow the top level VI to react to an error thrown by any of the asynchrounous subVIs, because it makes the whole applicaiton behave more gracefully when the unexpected things happen - like some part of the hardware not plugged in correctly by the test operator.
..
Thank You