LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to wire a cluster

Solved!
Go to solution

Dear Experts,

 

1) I am learning to pass the values of different items (numeric, boolean) using clusters using UDP Protocol and I am unable to wire a cluster. I couldn't find any solution even after doing enough research. Could any one point out what is the logical issue that I am unable to wire the cluster.


2) And also tell me why I am unable to wire a cluster when I use a string inside a cluster along with other data types. Thank you in advance.

0 Kudos
Message 1 of 4
(2,489 Views)
Solution
Accepted by topic author Diaspora

1) Controls in Cluster are in a different order than Cluster 2. If you select horizontal or vertical Autosizing for both this will become evident.

Either reorder controls in Cluster 2 (right-click and select Reorder...) or delete it and make an indicator from a copy of Cluster.

2) Give us an example. The reason may be the same than question 1)

 

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Message 2 of 4
(2,476 Views)

1 and 2: This is why you create and use Type Defs; so you don't accidently reorder data and create very hard to debug issues.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 4
(2,449 Views)

Dear pincpanter, It was a worthwhile learning experience for me. I am very much grateful for you.

0 Kudos
Message 4 of 4
(2,369 Views)