LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting 2-d Array starting row number

I have a 2-d array that I display - 5 rows and 4 col at all times, however more data than that exists in the array.  What I want to do is allow the user to select/adjust the starting row number, not with inc/dec, but with a control (integer value).  I've been looking in property node, but don't see anything that quite fits.  Thoughts?
0 Kudos
Message 1 of 3
(2,741 Views)
Try array subset
Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 2 of 3
(2,736 Views)
I'm assuming your talking about the front panel

You can just enter values into the index display as well as use the increment and decrement buttons.

And the property to control that is "Index Values", which is an array contains the indexes of the upper left number in the display.
The length of the array will be equal to the number of dimensions the array has.
0 Kudos
Message 3 of 3
(2,729 Views)