LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

export from ring control

Is it possible to export the list of items in a ring control or conversely import a list into a ring control?

Jim

LV 2020
0 Kudos
Message 1 of 7
(2,744 Views)

PropertyNode ?

0 Kudos
Message 2 of 7
(2,741 Views)

ring items.png

As nyc said, either of these properties will extract the strings from your ring

0 Kudos
Message 3 of 7
(2,722 Views)

Yes, you can read it that way, but not write.

Jim

LV 2020
0 Kudos
Message 4 of 7
(2,693 Views)

@lmtis wrote:

Yes, you can read it that way, but not write.


With rings you can write it that way, by property node, even at run-time.  Enums you can't write at run-time Rings and combo boxes you can.  Some minor points but well worth knowing.Smiley Wink


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

As said previously...

 

0 Kudos
Message 6 of 7
(2,686 Views)

Sorry, I wrote this VI a long time ago. The label says ring but it is an enum.

Jim

LV 2020
0 Kudos
Message 7 of 7
(2,673 Views)