LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create 22x2 array string an numbers

Solved!
Go to solution

 

 

Thank you Dennis, it work perfect,

now how can i extract the information by row and column?

 

by example I need the information form row 34, column 2

0 Kudos
Message 11 of 13
(649 Views)

As I said, you use the Index Array function. You wire up the row and column to get a single element. If you wire a value to just the row input, you will get a 1D array of the entire row. If you wire a value to just the column input, you will get a 1D array of the entire column.

 

This is one of the basic operations in LabVIEW. You might want to review your options for training.

Message 12 of 13
(646 Views)
Thank you Dennis
0 Kudos
Message 13 of 13
(638 Views)