From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display measurment data and change color depending on value

Hi folks.  I have a 1D array of double precision measurments.  There are 20 elements in the array.  I need to display them on the front panel as well as change the backround color of each element programatically if it is out of range.  There must be an easy way to do this?

 

Thanks in advance!

0 Kudos
Message 1 of 3
(2,700 Views)

You can't change the background color of just one element in an array.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 3
(2,685 Views)
Like the man says, you can't change the background color of just one element in an array. HOWEVER, there are a variety of other display options that could work, like listboxes.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 3 of 3
(2,648 Views)