LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

enum string to string

Solved!
Go to solution

Hello,

What is the best way to write a selection ring with a text label and command

Remote Input 1(label), RemoteInp_Value(command)

 

I was thinking of using enum but not sure how since I want to use two strings.

 

Thanks,

 

Soren

0 Kudos
Message 1 of 3
(605 Views)

@Soren74 wrote:

Hello,

What is the best way to write a selection ring with a text label and command

Remote Input 1(label), RemoteInp_Value(command)

 

I was thinking of using enum but not sure how since I want to use two strings.

 

Thanks,

 

Soren


For Enum, Writing the Strings is writable only during edit mode. if you no need to update the strings during runtime and its just for selection you can use enum.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 3
(592 Views)
Solution
Accepted by topic author Soren74

You can use the "StringsAndValues" Property Node to change the text in a Text Ring programmatically.

 

Screenshot 2023-04-25 081719.png 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 3
(558 Views)