LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

event action for boolen indicator value change

Hi,

 

Can any one explain whether / how event structure responds for value change of boolean indicator.

My req Sample code attached. but its not working. can any one suggest.

 

Padhu

0 Kudos
Message 1 of 3
(3,207 Views)

You need to use the Value (Signaling) property. Don't use it in your current code as is, since the timeout will always execute that property node and you will keep getting the popup window on every iteration (just as you have programmed it).

 

Also, can you let us know how you intend on using this? You should use this property only when you rely on LabVIEW generating an event in response to a programmatic value change.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 3
(3,190 Views)

If you want to trigger the value change event of a control you should write the new value to the 'Value (signalling)' property of the new event.

24306i8C3A19EA8301F459

Be aware that this will always trigger a new event (it doesn't check that the value has changed).

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 3 of 3
(3,187 Views)