cancelar
Mostrando resultados para 
Pesquisar então 
Você quer dizer: 

Ring control

Resolvido!
Ir para a solução

Dear all, 

I am using one string ring Control and one string control. When I am typing in string control in run time it should compare values of string ring control. String ring control should open automatically and shows last match value. Kindly help for build this VI, for better understanding i am uploading image. please download for better understanding. 

Thank you all in advance 

0 Kudos
Mensagem 1 de 6
3.455Exibições
Solução
Aceita pelo autor do tópico viplav123

Hello,

I think, the ComboBox control has this feature already built in.

Greets, Dave
Mensagem 2 de 6
3.443Exibições
Solução
Aceita pelo autor do tópico viplav123

Hi Dave

Thank you for reaply. I am using combo Box as per your suggesting. But the problem is same, while typing in combo Box it is not opening and not showing filtered value. Please help me to resolve this problem.

Thank you. 

0 Kudos
Mensagem 3 de 6
3.385Exibições
Solução
Aceita pelo autor do tópico viplav123

Hi viplav,

 

I used a string control with a listbox to achieve a similar feature:

ChSel_2.png

By typing in the upper string control the list is filtered: you just need a loop to filter your array of (combo box or ring) items based on the string value…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Mensagem 4 de 6
3.370Exibições

Hi GerdW KIGHT OF NI

Thanks for your reply.

I have tried for looping to filter a array of string control but i have failed. If you can give me small VI with this functionality that would be great for me.

Best regards,

Viplav Dube

0 Kudos
Mensagem 5 de 6
3.307Exibições
Solução
Aceita pelo autor do tópico viplav123

Hi Viplav,

 

usually this a basic LabVIEW construct:

check.png

You learn to handle arrays in LabVIEW by taking those "Training resources" in the header of the LabVIEW board…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Mensagem 6 de 6
3.287Exibições