LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Notifier-Monitor ?!

Hallo,

I have an application with certain running VIs which communicate via
notifiers.
Now there is the problem, that one VI receives a notification that shouldn't
occur in that state of program execution.

To debug this, it would be helpful to detect the source VI of that
notification.

Is there a small program that can search for and detect all current
notifiers, and monitor notifications, especially the source of that
notification.
It should run totally independend of my application, it would be a notifier
spy!

I'm sure, that this one exists!

Oliver Friedrich
0 Kudos
Message 1 of 2
(2,471 Views)
Hi Oliver,

I'm not sure if there is a program that will monitor notifications, but here
is a thought.

When ever you send a notification, include the name of the sending VI

When ever you receive the notification, extract the name of the VI that sent
the notification.

I've include a code snippet that you could use to accomplish this.



Good luck

Denis




[Attachment Code Snippet.jpg, see below]
0 Kudos
Message 2 of 2
(2,471 Views)