LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Question about arrays

I have a 1D-array. I want to see the values from each column. How can I do that?
0 Kudos
Message 1 of 2
(2,314 Views)
When you say that you want to "see the value from each column" what do you mean. If you place an array indicator on your front panel and stretch it out to the number of elements, it will obviously show all your elements. There are not columns in a 1D array/ per se, as there are in a 2D where one dimension is described as columns, the other as rows. If your intent is to look at each element individually, that can easily be performed in either a for or while loop, with the array autoincrementing. Please describe what it is you are trying to accomplish with a little more detail.

Putnam Monroe
Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 2
(2,312 Views)