LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cluster in tab control

Hello

I am running an subvi in LabView 6i witch returns an cluster of 20 integers
now I would like to distribute these integers to 20 different indicators.
The indicators is placed on different fans in an tab control, so it is not
posible to have them in an cluster(I don't think it is). Yes - I know - I
just have to use unbundle and then wire them up one at a time - but is there
realy not an smarter way?


/ Peter
0 Kudos
Message 1 of 3
(2,791 Views)
Hi,
maybe this method you will like more then unbundling:

Create cluster indicator and make copies of it to each tab.
In each cluster hide all controls that you don't want see them.
Connect your cluster that you want distribute to all these clusters.
0 Kudos
Message 2 of 3
(2,791 Views)
Instead of connection to all cluster indicators you can use datasocket.
One of indicators will publish data and other clusters will subscribe data. So you write data from sub-vi only to indicator-publisher and all indicators will update automatically.
0 Kudos
Message 3 of 3
(2,791 Views)