LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how get cluster element value change event

The event processing is the way to do it. Comparing huge clusters of controls is going to take a lot longer-and the memory manager has to make copies of all that data to compare it, and create a new same-sized cluster [struct array] of booleans.

 

I'm sure if I benchmarked these two methods it would not be close.

0 Kudos
Message 31 of 32
(218 Views)

Make a Reference to a cluster element and register that Value Change event. It'll fire on all changes if in an array though.

Yamaeda_0-1706875956186.png

 

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 32 of 32
(195 Views)