LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

enumeration conflict when wiring a bundle output to a subvi

Hello, I am trying to wire a cluster to a subvi, and I keep getting an enumeration error. The same number of components is expected. The only thing I can think of is that it wants the cluster to be bundled by name, but I can't do that either.
0 Kudos
Message 1 of 2
(2,820 Views)
It could be the order of components of the clusters in the called and callee vi's is different.
In the called subVi, right click on the cluster and select
reoder controls in cluster, and note the order.

Then , when you wire the bundled data cluster to the subVi, follow the same order, or else some data will not match
0 Kudos
Message 2 of 2
(2,820 Views)