Any ideas of a user friendly way of being able to select signals in a specific order? For example, if I have signals 1-10, I want to be able to select and order them like 5,2,8,10,1, or 6,10,4,7,2 etc via the front panel. If I use the Select Signals VI and a Boolean Array, then the signals I check come out in the order of the array. I have also tried using arrays of Menu Rings, but cannot get the rings to properly select the signals, they more or less just act as a boolean array. It just takes the position in the array and whether or not the number output by the ring is greater than or equal to .5 for true or false. Thanks a lot!