ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
07-27-2024 07:55 AM
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).
Solved! Go to Solution.
07-27-2024 08:22 AM
Unbundle:
07-27-2024 09:12 AM
Don't know why I didn't use it.
07-27-2024 09:18 AM
@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).
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?