LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to define a control as an array of ring box?

Solved!
Go to solution

I'd like to have a controle array that I can define the dimension and restrict the value that theuser can enter. I thought about an array of ring box for wich I could initialyse the dimension . Is it already possible? any cue to where I sould be starting?

 

Thanks,

Olivier

0 Kudos
Message 1 of 5
(2,837 Views)

All elements in the array will have the same set of values. 

To change ring strings programmatically, use Strings and Values property. You can link the reference to an array element, it will change properties of all elements.

 

It will be more difficult to restrict user to enter different sets of data into different array elements.

0 Kudos
Message 2 of 5
(2,827 Views)

I see, but is there any possibility to define each element of the array as an individual ring box (even with similar stings) ?

 

Thanks

0 Kudos
Message 3 of 5
(2,820 Views)
Solution
Accepted by topic author OD

Just drag the control into an empty array container. If you're referring to a menu ring, its default datatype is U16, so as far as LabVIEW is concerned, an array of menu rings would be no different than an array of U16 values, i.e., an array of unsigned, 16-bit integers.

Message 4 of 5
(2,816 Views)

Ha!

 

Thanks

0 Kudos
Message 5 of 5
(2,812 Views)