10-30-2017 04:25 AM
My program Array to cluster size over 256.
Labview only support Max size =256
How can I converter it?
10-30-2017 04:31 AM - edited 10-30-2017 04:33 AM
Hi autocar,
LabVIEW help for ArrayToCluster tells about this limitation…
Solution: create typedefine a cluster with a reasonable number of elements (atleast less than 257)…
Why do you need a cluster with more than 256 elements?
(And why did you need to hijack on old and unrelated thread?)