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,955 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,954 Views)