12-15-2015 06:49 PM
So, I think that I may have come across a notifier bug.... or I may just be using it incorrectly. Please see the attached code or the screenshot below:
Essentially, I have an array of notifiers and I want to check for new notifications from this array. However, when I "wait on notification" using a for loop, I get an innacurate response that there is new data from the last notifier in the array... even though that is not true.
Any ideas? Is this a bug, or am I improperly using this tool?
Many thanks!
12-15-2015 07:00 PM
I figured it out! Apparently it's necessary to use the "wait on notification with notifier history" function if pushing multiple notifier references into the same wait on notification vi.
Fixed code now looks like this:
12-16-2015 01:35 AM
Interesting. Thank you.