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.