LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Select Signals In specific order

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!
0 Kudos
Message 1 of 2
(2,332 Views)

Just a thought.

 

Try an array of enumerated types.  then you can even have signal names that match your set-up by channel

 

Enjoy

 


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