LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Coverting a 3D Array into a Multitab control with 2D Arrays

Hi All

 

I've got a measurement VI, the measurement VI captures multiple parts of data from multiple sensors.

Each sensor has will have a 2D array of data.

This data looks as follows;

40 Rows of Data

6 Coloums of Data (Col 1 = Row Number, Col 2 = Ideal Value, Col 3 = Measured Value 1, Col 4, Measured Value 2, Col 5 = Error 1, Col 6 = Error 2)

Then the third part of the array relates to the Part number tested.

 

Rather than having the data displayed in a 3D array.

I would like a Tab indicator on the front panel. Each tab will relate to each part number, and on each tab will have a 2D array of data.

 

Can anyone explain how I can do this.

0 Kudos
Message 1 of 4
(2,662 Views)

Do you know the number of pages?

 

And really, don't do this.  you are really asking for a lot of trouble.  Just display a 2D array and index the page to show by serial number

 

Snip.png


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 4
(2,640 Views)

Number of pages rely on how many parts the operator selects at the start of testing can be anywhere from 1-42.

 

Thanks for the code you have shown that should work just how I want.

 

0 Kudos
Message 3 of 4
(2,630 Views)

@JWinstanley wrote:

Number of pages rely on how many parts the operator selects at the start of testing can be anywhere from 1-42.

 

Thanks for the code you have shown that should work just how I want.

 


Yup just populate the ring controll's "Strings[]" property from the user's part number selection. 


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(2,625 Views)