LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event triggered twice when value changed in cluster

Using Labview 7.1, I've created an event handler to detect changes in value for my cluster (see attached VI). It seems to be doing something strange though... when I type in a new value for the string or number elements in the cluster, the event gets triggered twice. However, when I change the boolean element or use buttons to increment/decrement the number the event is only triggered once.
 
What's going on here? I thought it should only trigger the event once when changing any one element in the cluster. Is it a bug in Labview?
0 Kudos
Message 1 of 5
(2,634 Views)

Hi,

I can not reproduce your problem here. It only triggers once on my LabVIEW 7.1.

0 Kudos
Message 2 of 5
(2,631 Views)
On further investigation, it seems to only happen when I enter text / a number and then use TAB to switch to the next field.
0 Kudos
Message 3 of 5
(2,626 Views)
I could not reproduce it either. Also, you may want to create value change event for a specific control, rather then the entire cluster itself.
 
Chetan K
Application Engineer
National Instruments
0 Kudos
Message 4 of 5
(2,613 Views)
Ok, thanks for trying guys. I'll try it on some other computers here and see if its just mine doing this.
0 Kudos
Message 5 of 5
(2,607 Views)