LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use Event Structure in 2 different VI

Hi,
I am new in LabView, I have got tne following question:
I have 2 different VI, a user event (change boolean state) occurs in the 1st VI, my goal is an event structure in the 2nd VI reacts to the event. I tried a static and also dynamic event configuration. Result: the event structure of 2nd VI never reacts.
Idea to help me?
Thank you!
PB
0 Kudos
Message 1 of 2
(2,140 Views)
You need to create a reference of the boolean in the first vi, and use that reference in the second vi. Then the event structure will see the actual change in the first vi. There are some Labview examples on using references.
- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 2
(2,126 Views)