LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to trigger the next event from within the event case?

Solved!
Go to solution

I have a rather complicated event that is triggered by a change in value of a particular button in the interface. In some cases, I want to alter that button's value when handling other events. But when I do this, the event handling a change in value for that button does not get triggered. Is there a way to make sure the value change event gets handled at the next iteration of the while loop in which the event structure sits?

0 Kudos
Message 1 of 3
(2,029 Views)
Solution
Accepted by topic author kgolden

Hi kgolden,

how do you change the value? If you use a property node, then you can use value(signaling) instead of only value.

 

Mike

Message 2 of 3
(2,026 Views)

Hi Mike,

 

Thanks! I was using properties and did not previously know what the value(signaling) was. Knowing this will really help me clean up a lot of redundant code.

0 Kudos
Message 3 of 3
(2,020 Views)