01-17-2020 06:41 AM
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.
Solved! Go to Solution.
01-17-2020 07:00 AM
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)
01-17-2020 08:03 AM
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
01-19-2020 01:10 AM
Dear pincpanter, It was a worthwhile learning experience for me. I am very much grateful for you.