Hi guys.
Before go on reading, it would be good that you open the example and have a look, otherwise it may be that you don´t understand me.
So, I´m developing a bluetooth test system. Each test case can be called one or more times, changing its parameters. In the attached subVI this is exemplified, even in the final aplication there would be much of them, but for the question doesn´t matter at all.
My problem concerns about the temperature, cause has no sense to run the test cases in a sequence, so taking the chamber up and down in temperature (in the example, 20, 75, -10, 20, -10, 20, 75), cause is a considerable and useless loss of time.
So my idea is to create a group of "sub-clusters", each one of them with all the parameters, but only one temperature value. Until here, I get it, in a 2D array. But now I don´t know how to arrange them in a 1D array, and sorted by this temperature value, so giving the loop the following values, in this example: -10, -10, 20, 20, 20, 75, 75, related to the corresponding test case parameters.
Somebody can help me?
Thanx in advance!
Gatet