02-28-2018 05:41 AM
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.
02-28-2018 06:40 AM
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
02-28-2018 08:00 AM
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.
02-28-2018 09:26 AM
@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.