LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change an event in Event structure Automatically?

Solved!
Go to solution

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?

0 Kudos
Message 1 of 5
(3,323 Views)
Solution
Accepted by topic author $agar

Value Change Event can be generated either from Front Panel User Action or Value (Signaling) Property.

 

Event2.png

TailOfGon
Certified LabVIEW Architect 2013
Message 2 of 5
(3,311 Views)

Hi,

 

You'll need to use a Property node for this as well as shown below:

Capture.JPG

 

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:

Capture2.JPG

 

Hope it helps.

 

Warmest regards,

Lennard.C

Learning new things everyday...
Message 3 of 5
(3,306 Views)

Thank You

0 Kudos
Message 4 of 5
(3,300 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 5 of 5
(3,271 Views)