LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cluster elements limit

Hi!

 

I have problem with big cluster. Big meas that it has 1000 or maybe even more elements, such as numeric, string, boolean, ..., that are in subclusters. Memory that it allocate is less than 5MB. Problems starts when I try to do anythih with it (move, resize, copy, save VI), CPU usage jumps to 100% and it takes some time to drop down again. Next, if this cluster is a constant and try to change it to control, it is not visible on front panel. All I can see is label of that cluster. I need that big cluster because it contains setting of an vision algorithem.So I wonder if there is a limied number of elements in cluster or some other restrictiuons regarding usage of clusters

 

Thanks,

andrej

0 Kudos
Message 1 of 2
(2,555 Views)

Hey,

 

I build a cluster which is a combination of 8 clusters with each 256 elements. When creating an indicater of that cluster i cannot see it in a proper way too. What I think is the limitation of the frontpanelsize which makes the cluster appear in that way.

I would suggest you should splite your cluster in several sub-clusters and just use the bundle/unbundle function to handle it in the blockdiagram.

 

Christian

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