09-20-2010 03:17 AM
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
09-20-2010 03:46 AM
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.
09-20-2010 03:49 AM
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.
Be aware that this will always trigger a new event (it doesn't check that the value has changed).
Ton