LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to display a string in menu ring indicator

Hi
i have a menu ring control, i need to display all the updates of control button additionally with some strings
 
Thanks
0 Kudos
Message 1 of 26
(3,670 Views)
You will need to provide a better explanation of what you're trying to do. Updates of what control button? What strings? Where are these strings supposed to go?
0 Kudos
Message 2 of 26
(3,668 Views)
Thanks smercurio
 
I have menu ring control button with few options,whenever i select these options it needs to be dispalyed in  an indicator(ring indicator, need to display all the selections). Along with the options i have selected in the ring control button i like to add some string,so the final display is the addition of the ring control button value and the string.
 
Thanks
0 Kudos
Message 3 of 26
(3,666 Views)
Hi Veeru,
i don´t really understand what you mean? Can you upload a picture of it. To add some strings to an enum you can use a property node.
Mike
0 Kudos
Message 4 of 26
(3,664 Views)
To display the selected item text into a separate string indicator you use the RingText.Text property.

To add an item to a ring you use the String[] property:




Message Edited by smercurio_fc on 06-29-2008 12:15 PM
Message 5 of 26
(3,661 Views)
Mike
 
I ahve attached the vi,as in the code i have aring control, the string indicator displays the option selected in ring control ,in the display i need all the updates(like ring control button)
 
Thanks
0 Kudos
Message 6 of 26
(3,655 Views)

Thanks smercurio

I need to have all the updates(whatever i have selected)

0 Kudos
Message 7 of 26
(3,654 Views)


Veeru wrote:

I need to have all the updates(whatever i have selected)


I don't follow what you wrote.  What do you mean in the above?
0 Kudos
Message 8 of 26
(3,634 Views)
Thanks Joe
 
I have a menu ring control button, i need to disaplay the options i have selected in ring control (all the options i selected).
I have attached the pic of my program ,in that i am able to display only 1 selection(all the previous selections are not seen).
0 Kudos
Message 9 of 26
(3,631 Views)
Hi Veeru,
to get all strings, use a property node with the Strings[] selection. To create a string out of it, you can use the "array to spreadsheet string" function or the "concatenate" function.

Hope it helps.
Mike
0 Kudos
Message 10 of 26
(3,624 Views)