LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cluster mismatch

Hi all,

 

I have one big cluster (let's call it cluster A) and many subvis that need different parts of cluster A.  The input for each subvi is in the form of a cluster (smaller portion of cluster A).

 

So in order to feed all the subvis, you need to unbundle cluster A and re-bundle the selected components into smaller clusters for each subvi.  I think this is way too much overhead.  Can you give me some pointers? 

 

Yik

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 2
(2,035 Views)

Why not have the big cluster be a cluster of smaller clusters, each one gets passed to the subVI's?

 

Are there any elements of the big cluster that would need to be present in more than one subVI?

 

Is there a reason you can't send the entire cluster to each subVI and let the subVI pick out the elements it needs?

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