LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How build a cluster of references

Hallo,

I'm using LV 5.1.1

I want to build a cluster, which consists of a VI reference an a couple of
NotifierRefnums. This cluster I want to build with the BundleByName, so that
I can use the UnbundleByName function.
The BundleByName wants me to wire an input cluster to it, which I think
should consist of a ClusterConstant containing VIReferenceConstant and
NotifierRefConstant. But I can't find a way to build VIRefConstants and
NotifierConstants, the PopUp of those shows the "CreateConstant" disabled.

I can setup a control cluster and wire to the BundleByName, but I can't
create a constant out of this control, why?
0 Kudos
Message 1 of 2
(2,344 Views)
It is forbidden for some control types to have a constant. Mostly references and refnums. So the best you can do is create a local variable of that cluster and tie it to the bundle by name.
greetings from the Netherlands
0 Kudos
Message 2 of 2
(2,344 Views)