LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

indicators

Is there any way to make an indicator's text or the background change colors depending on what value is has in it (i.e. positive and negative values)
0 Kudos
Message 1 of 4
(2,658 Views)
Yes, just use a property node with property numtext.textcolor (or similar, depending on the type of indicator) Similar for the background color if desired.
 
The attached modifes the font color and should get you started (LabVIEW 7.1). Modify as needed.

Message Edited by altenbach on 01-30-2006 01:06 PM

Message 2 of 4
(2,642 Views)
The following thread discusses the solution to your problem
 
 
Fred-Fred
0 Kudos
Message 3 of 4
(2,639 Views)

You can use a property node to change the background color of a numeric indicator.  Create a property node for the indicator, and choose the property Numeric Text > Text Colors > BG Color.  Set the value of this property to different colors depending on the value in the indicator.

Hope this helps,

-D

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