LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

merging cluster suggestion

Solved!
Go to solution

Hello everyone!

 

I am developing a system where I need to pass data through different libraries and processes. To do so I created a giant cluster of data to be used throughout the whole system, called SystemData.

So far all is simple.

 

My issue starts when I need to merge the incoming information. Considering that SystemData is made out of different datatypes I cannot convert it into an array, so the final result is something as horrible as you can see in the snapshot below.

 

Is there an easier/more common way to merge clusters? 

 

Thanks in advance.

BasdPractice

0 Kudos
Message 1 of 3
(2,871 Views)
Solution
Accepted by topic author LFParis

Hi,

 

if the parts of the different clusters that need to interact have the same names (as seen in your picture) you can utilise that and loop through the cluster elements like that:

loop through cluster.png

Message 2 of 3
(2,841 Views)

This is exactly what I was loking for!!!

 

Thank you very much!!!

0 Kudos
Message 3 of 3
(2,831 Views)