> Does anybody knows if I can put differents occurences in a VI. I
> mean occurences with differents names and not intended to be called at
> the same time.
>
I'm not sure exactly what the question is. If you drop several Generate
Occurrence icons, you will have several occurrences that can be waited on,
probably in separate loops or subVIs, and other parts of the program can
set the occurrences independently. You can also do this with events and
notifiers that were added to LV more recently. Again, the key is to
generate more than one, don't just branch the wire.
Greg McKaskle