From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: structure pointer dll

My program Array to cluster size over 256.

Labview only support Max size =256

How can I converter it?

0 Kudos
Message 1 of 2
(1,905 Views)

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?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,898 Views)