LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cluster/ visibility help

Hello all,

 

        I have a regarding clusters and visibility of numeric controls inside the cluster. Attached you will find a code I'm working with where the numeric controls left1 thru 4 and right 1 thru right 4 are displayed inside the cluster and will index the column with the increment of y value. The question I have is if to display only values > 0.

 

left      right           

1          2

0          1

1          0

0          3

 

to look like

 

left    right

1        2

          1

1          

           3

 

Please provide me your inputs.

 

thanks.

K

 

 

0 Kudos
Message 1 of 2
(2,132 Views)

Have you tried to setup the condition if value=0, with a case structure, for a property node of the indicators?  You can select the property that you wish to set accordingly.

 

Yik

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 2 of 2
(2,113 Views)