04-30-2020 09:30 AM
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?
Thanks for any assistance
04-30-2020 11:11 AM
You can merge or rashape array
04-30-2020 11:53 AM
there are many ways to split (e.g. first|second half, Odd|even, etc.)
Here are two possibilities: