LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cluster to Array

Solved!
Go to solution

How can I get the information from the Cluster Constant? I want to have an indicator that contains the information in the first 2D array (A, B, C, D).

maxnoder1995_0-1722084858796.png

 

0 Kudos
Message 1 of 4
(384 Views)
Solution
Accepted by topic author maxnoder1995

Unbundle:

paul_a_cardinale_0-1722086529235.png

 

Message 2 of 4
(368 Views)

Don't know why I didn't use it.

0 Kudos
Message 3 of 4
(347 Views)

@maxnoder1995 wrote:

How can I get the information from the Cluster Constant? I want to have an indicator that contains the information in the first 2D array (A, B, C, D).

maxnoder1995_0-1722084858796.png

 


As has been mentioned, your parts are mislabeled. You have a 1D array where each element contains a cluster containing a 2D array of strings.

 

"Array to cluster" and "cluster to array" are to convert datatypes and only work for 1D arrays and clusters that only contain one type of elements. Your task does not involve any conversion. Your inner 2D array remains a 2D array.

 

It is relatively uninteresting to display the value of a constant because it can never change. Can you give some context on the purpose of all this?

 

0 Kudos
Message 4 of 4
(343 Views)