ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Index array function

Can you send your code?

0 Kudos
Message 11 of 15
(1,582 Views)

You are not by chance using a U8 to specify the number are you?

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 12 of 15
(1,570 Views)

This is what I can generate. When setting 257 index inputs to be generated, I get Index Array finction with 1 index input.  

0 Kudos
Message 13 of 15
(1,527 Views)

No, I am using the default I32.

There is another cause for this problem.

0 Kudos
Message 14 of 15
(1,524 Views)

I found the solution to my problem.

 

When I wanted to generate Index Array function with 257 index inputs in the generation code I set the number of Chunks to add = 256, but instead the number of indexes had to be = 256.

 

Now everything works! Again LabVIEW proved to be great environment! 

0 Kudos
Message 15 of 15
(1,509 Views)