LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Occurences handling

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.

Thanks,
0 Kudos
Message 1 of 2
(4,560 Views)
> 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
0 Kudos
Message 2 of 2
(4,560 Views)