LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

May I know how to change the color of texts inside the indicator box?

Can anyone tell me how to change the color of texts inside the indicator box? I have tried to use property node but not really know how it functions.

In fact, I am writing a program for which the number inside indicator on front panel will show red color if the measured value can't reach the requirement. I am using LabView 6.1 Professional

Thank You for your attention!!!!!!
0 Kudos
Message 1 of 3
(2,409 Views)
Simply use a property node with "NumText.TextColor" and wire the correct color depending on your test result.

The attached simple example (LV 6.1) lets you change it from the front panel. In your case, you would use your test output instead of a FP switch, of course. 🙂

Message Edited by altenbach on 05-25-2005 09:05 PM

Message 2 of 3
(2,410 Views)
I get it!!!Thank You very much!!!
0 Kudos
Message 3 of 3
(2,399 Views)