LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Registering and reacting to a number of User Events

Solved!
Go to solution

Hi folks,

I am currently trying to build a function that is supposed to wait for any out of multiple User Events to occur
These User Events can change, and how many there are can change as well.
Below and attached is a prototype with two sample events, but my structure on the right only reacts to the last event in the array, not the others
Is there a way to properly do what I attempted below so the structure can react to N events?

Thank you very much!
Jakob

 

 

JMEnhytec_0-1661183807896.png

 

0 Kudos
Message 1 of 3
(900 Views)
Solution
Accepted by topic author JMEnhytec

Register for the array as the entire array, not the elements one by one:

Kyle97330_0-1661184666090.png

 

Message 2 of 3
(890 Views)

So easy I completely missed it
It works exactly as intended
Thank you!

0 Kudos
Message 3 of 3
(885 Views)