LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to apply deactivate property to a number of objects of same type

Solved!
Go to solution

Hello,

 

I have 10 combination field boxes in my VI. I want to disable these combinations field when I run this VI. I know how to do it using property node but only for one obect. If I do this way I have to use 10 property nodes to disable all the field boxes. Is there any to use only one property node to disable all these combination boxes.

 

thanks in advance.

0 Kudos
Message 1 of 4
(2,134 Views)
Solution
Accepted by topic author swap15

You need to make reference for every control then build them all under one array. Give this array to property node using for loop. 

Find out vi in attachment for reference. 

CLAD
Passionate for LabVIEW
Message 2 of 4
(2,125 Views)

Hi,

 

got it..................thanks....:)

 

0 Kudos
Message 3 of 4
(2,121 Views)

Great then you should now accept this post as solution. Smiley Very Happy

CLAD
Passionate for LabVIEW
0 Kudos
Message 4 of 4
(2,114 Views)