LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What does and does not trigger a "Value Change Event" from an XControl?

I have just started working with XControls. I'm trying to figure out what does and does not send a "Value Change Event" up to the parent VI.

 

Specifically, I have a Drop event for one of the controls nested in my XControl. I'd like this to always trigger a Value Change Event so it can be picked up by an Event Structure in the parent VI. How can I ensure that this nested Drop action inside the XControl triggers a Value Change Event to the parent?

 

Thanks.

0 Kudos
Message 1 of 3
(2,688 Views)

Are you setting the "data changed?" boolean to true (action cluster) inside your "drop" event?

0 Kudos
Message 2 of 3
(2,682 Views)

Yes, I did set the "Data Changed" boolean to TRUE inside Drop. I believe this calls the "Data Change" event inside the XControl's event structure. Does it also trigger a Value Signal up to the parent VI?

0 Kudos
Message 3 of 3
(2,679 Views)