cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

enum string to string

¡Resuelto!
Ir a solución

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
Mensaje 1 de 3
1.464 Vistas

@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
Mensaje 2 de 3
1.451 Vistas
Solución
Aceptado por 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
Mensaje 3 de 3
1.417 Vistas