LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically changing numeric text backgound color on elements of an array

I have been successful in programmatically changing the numeric text background color for a single numeric indicator (please see attached VI, Tri-State numeric Color Change1.vi)

The project that I am working on requires me to use an numeric array to manage all of the data and preform operations on the data that are better done using array functions.

I made another VI that builds a 1x8 element array and also displays a boolean value for each numeric value (please see attached VI, Feedback Node Build Array 1 Limits.vi)

What I want to do is build an 8 x 20 array that sets the numeric text backgound color of each element according to the tri-state results of the specification
and control limit tests.

Does anyone have any ideas?

Thanks,

Dale
0 Kudos
Message 1 of 2
(2,898 Views)
I don't think you can change individual elements of an array, they all have the same properties. However, for your purpose you could e.g. use a table as in the attached slight modification of your VI (LabVIEW 7.0).
0 Kudos
Message 2 of 2
(2,898 Views)