LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to change the visibility of an indicator programmically by using a checkbox

Solved!
Go to solution

1.how to change the visibility of an indicator programmically by using a checkbox?

 

2.how can I change the colour of a thermometer?What I mean by that is how can I change the color once the temperature reaches a certain value?

 

 

0 Kudos
Message 1 of 4
(2,254 Views)

In both cases, just use a property node.

1. Use an event to detect when the checkbox has been checked and write into the visible property.

2. Do the same as above, but just change the color property.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 4
(2,251 Views)
Solution
Accepted by topic author DIMB

Property Nodes.

 

Right click on your indicator.  Create >> Property Node >> Visible.  Wire your boolean checkbox to that.

 

For the thermometer create a property node and pick FillColor.  Wire a color box constant to that which can be found in the Graphics & Sound >> Picture Function palette.

Message 3 of 4
(2,248 Views)

I am taking you out for a beer.

😄

0 Kudos
Message 4 of 4
(2,234 Views)