11-19-2013 12:56 AM
Hi,
I want to change an event automatically when a boolean value change occurs.I tried with a blinking LED but it didn't work.Can any one help?
Solved! Go to Solution.
11-19-2013 01:36 AM - edited 11-19-2013 01:37 AM
Value Change Event can be generated either from Front Panel User Action or Value (Signaling) Property.
11-19-2013 01:40 AM
Hi,
You'll need to use a Property node for this as well as shown below:
Right click on the Add indicator >> Create >> Property Node >> (Value Signaling). The use of this property node is to set the value of the control and generates a Value Change Event.
More info as below:
Hope it helps.
Warmest regards,
Lennard.C
11-19-2013 01:44 AM
Thank You
11-19-2013 06:43 AM
Just to warn you, the Value Change (signaling) property will cause the event to be fired, even if the value did not change. So you really should have some logic to figure out if it actually changed.