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: 

array indexer

How do I disable the column index of the array indexer.

 

Thanks

 

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

 

Your question is way too vague and uses unusual terms, but here is a collection of possible answers.

 

Assuming you have a 2D array and lets assume that "array indexer" is the index array function.

 

If you want an entire column, wire a numeric to the row index.

If you want an entire row, wire a numeric to the column index.

If you want a single element, wire a numeric to both indices.

If you don't want autoidexing on a loop tunnel, right-click...disable indexing.

 

(Else attach a small VI or show is a picture to make things more clear.)

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