LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to have an event structure trigger another event.

.
0 Kudos
Message 1 of 3
(2,625 Views)
You can write a "Value(Signaling)" property to the control monitored by the other event.

(e.g. create a hidden boolean labeled "event 2" that is always false and not connected to anything. Make the second case triggered by a value change of "event 2". Now, if you want to trigger the event from anywhere, write a "false" to the Value(signaling) property of "event 2". The value does not need to change, writing a signaling property will always fire it). Good luck!
Message 2 of 3
(2,625 Views)
Thank You. I wasn't aware of the Value(signaling) property until now. Works just as you describe.
0 Kudos
Message 3 of 3
(2,625 Views)