LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ring control

Solved!
Go to solution

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
Message 1 of 6
(2,188 Views)
Solution
Accepted by topic author viplav123

Hello,

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

Greets, Dave
Message 2 of 6
(2,176 Views)
Solution
Accepted by topic author 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
Message 3 of 6
(2,118 Views)
Solution
Accepted by topic author 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
Message 4 of 6
(2,103 Views)

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
Message 5 of 6
(2,040 Views)
Solution
Accepted by topic author 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
Message 6 of 6
(2,020 Views)