LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to change numeric indicator background colour?

hi,

 

i am acquiring 60 channels of temperature data, that will display on numeric indictor under cluster. user will set the alarm  for temperature level that has to change the back ground color accrodingly.

 

example: below 60 - Yellow

              above 75- red

 

how to access these properties under cluster control...?

 

find attachment 

Regards,
Balaji DP
0 Kudos
Message 1 of 13
(7,380 Views)

I think the property node you want is Numeric Text -> Text Colors -> BG Color.

Message 2 of 13
(7,375 Views)

You can use a property node:

Color.png

You can do something similar to change it to red.

 

Edit: I red the numbers too fast, so the above image is incorrect. You would simply replace the "greater than" with "less than" and make the numeric 60.

For red, keep the "greater than" and make the numeric 75.

Cory K
0 Kudos
Message 3 of 13
(7,371 Views)

yes, i want to change the background colour of nueric text......

 

Example

 

find attachment

Regards,
Balaji DP
0 Kudos
Message 4 of 13
(7,367 Views)

Consider using a customized color ramp.

See attachment.

0 Kudos
Message 5 of 13
(7,357 Views)

hi,

 

i am using labview 8.6 version.. can you downgrade your code and send back to me?

Regards,
Balaji DP
0 Kudos
Message 6 of 13
(7,355 Views)

Here is an example for version 8.6

 

Cory K
0 Kudos
Message 7 of 13
(7,352 Views)

nice, thank you....

 

but how to do this under cluster control...?

 

find attachment

Regards,
Balaji DP
0 Kudos
Message 8 of 13
(7,345 Views)

You could iterate through the controls using a for loop.

 

Cory K
0 Kudos
Message 9 of 13
(7,331 Views)

no, i could not able to find out this property

Regards,
Balaji DP
0 Kudos
Message 10 of 13
(7,323 Views)