07-28-2008 02:13 PM
07-29-2008 10:27 PM
The Wait on Notification from Multiple VI is used to listen for notifications from more than one notifier. If both of the notifiers send their notification at the same time, then you will "lose" one of the notifications. To prevent this, I found the attached example within our KnowledgeBase.
07-30-2008 08:44 AM
Unfortunately, your example is incomplete. It calls a test.vit.
What you brought up is another issue that I will have to look at. I may switch to a rendezvous to fulfill my needs. But doesn't the bug you mention defeat the purpose of a notifier? What version is this workaround suppose to be for?
Another issue, the notification being sent is not simultaneous. I have a simplified version at this time dealing with two sets of a single notification where I do the second notification (requires manually intervention), thus simultaneous notification is not an issue. My first guess, it has to deal with the actual referencing of the notification or execution. It seems that the obtain notifier is not getting the correct reference or is not monitoring it properly. If you have to start an execution trace to make it work sounds a bit of a problem. Remember, it works okay with a different order of execution. If I reverse the order, it works correctly.