06-29-2011 10:24 AM
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
06-29-2011 10:29 AM
I think the property node you want is Numeric Text -> Text Colors -> BG Color.
06-29-2011 10:35 AM - edited 06-29-2011 10:40 AM
You can use a property node:
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.
06-29-2011 10:38 AM
yes, i want to change the background colour of nueric text......
Example
find attachment
06-29-2011 10:46 AM
Consider using a customized color ramp.
See attachment.
06-29-2011 10:49 AM
hi,
i am using labview 8.6 version.. can you downgrade your code and send back to me?
06-29-2011 10:52 AM
Here is an example for version 8.6
06-29-2011 11:05 AM
nice, thank you....
but how to do this under cluster control...?
find attachment
06-29-2011 11:22 AM - edited 06-29-2011 11:23 AM
You could iterate through the controls using a for loop.
06-29-2011 11:38 AM
no, i could not able to find out this property