LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to display a string in menu ring indicator

Veeru,

What you asked for does not make much sense. With a menu ring, you can only have a single selection. And, with your code, you do not get the text of the menu ring, only a numeric. Do you look at the answer that shows how to use the RingText.Text property?

0 Kudos
Message 11 of 26
(1,213 Views)
Thanks All
0 Kudos
Message 12 of 26
(1,199 Views)

Sorry i made a mistake in my question.

Foe ex if the ring control has options A,B,C,D and  if i have selected any of those options i need an indicator to display all the selections i have made.Is it possible to do.

Thanks

0 Kudos
Message 13 of 26
(1,196 Views)


MikeS81 wrote:
To add some strings to an enum you can use a property node.

Mike

Hi Mike,
 
Enums CANNOT be updated during run-time using property nodes. Smiley Happy
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 14 of 26
(1,188 Views)


Veeru wrote:

Foe ex if the ring control has options A,B,C,D and  if i have selected any of those options i need an indicator to display all the selections i have made.Is it possible to do.

Thanks



See the attached VI. Smiley Happy
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 15 of 26
(1,183 Views)
If you still want even the unchanged selections of the ring, then you have to use its Mouse Down event.
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 16 of 26
(1,181 Views)

Thanks partha

The attached vi is not working

0 Kudos
Message 17 of 26
(1,178 Views)

Hi Veeru,

It IS working for wh tyou have stated here. Smiley Happy

Else, what is your exact requirement? Smiley Surprised

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 18 of 26
(1,174 Views)

Thanks very much partha

I think still i haven't cleared what i am trying to do.

From the ex, for ex if we select all the options in sequence, i need to display the selections line by line(without changing the index in array we need to see all the options selected line by line).If i am not expalined clearly let me know.

Thanks

0 Kudos
Message 19 of 26
(1,170 Views)
Your explanation is totally unclear! Smiley Indifferent
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 20 of 26
(1,165 Views)