LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Splitting display of 1D array into 2 columns?

Using Labview 2017 and trying to have a user input for multiple variable that I will be using to acquire analog data from a CDAQ and then record data and later build report with assist of Diadem. I am descent with Diadem, but not so much with coding of LabView. I was planning on having an array that is adjustable from 1 to 24 gages that the user will choose from. Here is what I have and so it looks better and fits on 1 screen I'd like to split this 1 column into 2 within the same array. Is that possible or do I need to have 2 array's then merge them after the fact?

kindle_0-1588256802253.png

kindle_1-1588257001220.png

 

Thanks for any assistance

 

0 Kudos
Message 1 of 3
(1,788 Views)

You can merge or rashape array

 

array.png

0 Kudos
Message 2 of 3
(1,761 Views)

there are many ways to split (e.g. first|second half, Odd|even, etc.)

 

Here are two possibilities:

 

altenbach_0-1588265603699.png

 

0 Kudos
Message 3 of 3
(1,750 Views)