Hi,
I worked with notifiers which are named. This way I can call obtain notifier from different locations in a VI and even from other VIs.
Now to the user events. They are defined by the data type and its name, right?
If a don't want to wire the user event refnum to all places on the blockdiagramm where they're needed I just create a copy of what I did to define the event for the first time: same name and data type to another create user event block
But user events of these copies are never handled.
What do I have to do?
Andreas