LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

event structures

Solved!
Go to solution

hi working on bringing exsiting code in to teststand with out editing the code to much,    the code has a lot of event structers being set off by button change , while i have found away to change the state of the button while the code is running with out pushing the button the event structuer dose not seem to recagnise the change, and dose not do any thing,  i have included a exaple of what im trying to do,  

0 Kudos
Message 1 of 5
(2,610 Views)
Solution
Accepted by topic author davidom912

Local variable will not trigger event structures.

 

You need to use the "Value (Signalling)" property node.

 

 

Message 2 of 5
(2,589 Views)

thanks will give that a try

0 Kudos
Message 3 of 5
(2,583 Views)

thanks that worked perfictaly still new to labview 

0 Kudos
Message 4 of 5
(2,570 Views)

No Problem.

 

It is worth having a read of the "Caveats and Recommendations when Using Events in LabVIEW" section of the LabVIEW help file.

 

 

 

 

 

0 Kudos
Message 5 of 5
(2,566 Views)