LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to rotate an array on the front panel?

Is there a way to rotate an array on the front panel?  For example, I want element [0] to be at the bottom of an array that's expanded to show the elements vertically.

 

Thanks in advance.

0 Kudos
Message 1 of 2
(1,987 Views)

I do not think that there is any way to make an array control or indicator display that way.

 

You might be able to reverse the array, creating an upside down display. If you also need the user to index it, then it gets trickier.  Hide the array index display.  Create another numeric control to look like the index control.  When the value of the new control is changed, subtract the value from the last index of the array and use the difference to index the array.  You may need to adjust by +/-1, so try it to be sure.

 

Lynn

0 Kudos
Message 2 of 2
(1,980 Views)