LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cluster - Broken Wire

 

Good morning,

 

I have been battling to create a cluster that represents temperature, date, & time. The ultimate goal is to display 12 temperatures that correspond with a date and time. I continue to receive a broken wire error. Any and all help is appreciated. 

Cluster - Broken Wire.PNG

0 Kudos
Message 1 of 4
(921 Views)

Well, you are bundling together arrays of items, but your indicator only contains scalers.  So the clusters are not the same.  I would recommend doing the bundle inside of the loop and change your indicator to be an array of the cluster.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 4
(917 Views)

And if you right-click on the output of the bundle (or on the output tunnel of the for-loop after following crossrulz tip), you can create the indicator of the correct type directly so you don't have to struggle with manually trying to create the correct type

Certified LabVIEW Architect
Message 3 of 4
(903 Views)

Thank you. I was currently, struggling to figure that part out.

0 Kudos
Message 4 of 4
(889 Views)