07-20-2022 10:30 PM
How to go transforma 1D array of Cluster of 3 elements into a Cluster of 3 Elements?
07-20-2022 10:42 PM
@Gaolong wrote:
How to go transforma 1D array of Cluster of 3 elements into a Cluster of 3 Elements?
That's hard to say. Unless it's an array of just one element, you are going to lose data. So what are you trying to end up with?
07-21-2022 02:17 AM - edited 07-21-2022 02:18 AM
Hi Gaolong,
@Gaolong wrote:
How to go transforma 1D array of Cluster of 3 elements into a Cluster of 3 Elements?
Whenever you have questions about "converting from one datatype to a different one" you should provide a VI showing the input datatype and the expected output datatype!
See this:

07-21-2022 03:04 PM
@Gaolong wrote:
How to go transform a 1D array of Cluster of 3 elements into a Cluster of 3 Elements?
My wild guess is that you have a broken wire and the error message tells you what you have and what you need.
Given the current information, the problem cannot be solved.
You already got some other possible interpretations of the problem.
If the array has one elements, all you need is "index array".
So please attach a simplified version of your VI so we can figure out what you really need. 😄