LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the value of combo boxes iteratively in a For-Loop?

Solved!
Go to solution

     I have a lot of combo boxes on the front panel of my VI. I want to know how to read the value of this combo boxes with a For-Loop. The key point is that I don't know how to get the reference of each combo box in a loop.

     Any information would be welcome. Thanks!

0 Kudos
Message 1 of 3
(2,158 Views)

You would use a property node to do this see below.

 

Example_VI_BD.png

Tim
GHSP
0 Kudos
Message 2 of 3
(2,153 Views)
Solution
Accepted by su27

@su27 wrote:

     I have a lot of combo boxes on the front panel of my VI [...]


Example_VI_BD.png

 

Don't forget to close references as you finish with them.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 3 of 3
(2,147 Views)