LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wiring problem

Hi Guys,

 

I have got a wiring pb . I have got a array of cluster of 4 element and array of cluster of 7 elements.

How can i convert solve the linkage pb please....

 

Many thanks,

elah

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

If it is always 4 elements, change the diagram constants and indicators accordingly.

 

In the worst case, you need to unbundle and rebundle, leaving some of the unused data at a sentinel value (e.g. NaN).

 

Who wrote these subVIs? Are they from a toolkit or home-made? If home-made, create a typedef of the correct cluster and link all instances to it. This will allow you to change the cluster later (e.g. with fewer or more elements) and all instances will update.

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