LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Event Structure only accept user action?

Hi All.
For example, Event Struture responses to a 'BOOL Control' such as someone press the button.
But, if I use property node to change Bool control status, Event Struture can not accept such a action?
Why?
Any solution for monitor variables and controls change which is not caused by user actions.
********************************
*The best Chinese farmer*
********************************
0 Kudos
Message 1 of 2
(2,499 Views)

You can use the value signaling property node, if you want to go down the property node route. The best way would really be using user defined events and wire these events to the dynamic event terminal on the border of the event structure. You can check out the examples that ship with LabVIEW to see the VIs that you would need to accomplish this task.

Hope this helps.

0 Kudos
Message 2 of 2
(2,495 Views)