LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to put value in Ring

I forgot how to input value into ring control. Could anyone tell me how?
0 Kudos
Message 1 of 3
(2,719 Views)
Hi,
from the front panel right click on the ring and select Add Item after (before).
If you want to update items in ring during runtime use the property Strings[].
Alberto
0 Kudos
Message 2 of 3
(2,719 Views)
Programatically: Create a property node (right-click on the control) and select the Strings property. Write an array with all the names of the values to that property. If you need to update the item list often try holding the current array in a shift-register instead of reading the current one back using a read property...

Manually: Right-click on the control and select add Item...
0 Kudos
Message 3 of 3
(2,719 Views)