LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Set Colors of a part of a booelan cluster array

I put an example of a cluster boolean array. Now i a want that a certain part (see the red arae) has another color.

Not the colors as set by 1 or 0. And keep the rest of the array in the other (white) color.

I put the attached example ColorArray.vi (labVIEW2010).

 

Is that possible?

 

Kind regards, Ben Arts

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

Hi Ben,

 

simple rule in LabVIEW: in an array all elements share the same properties, they only differ in value!

 

So you cannot color some elements different to the other (using properties).

 

But:

You could make that array transparent (using the brush tool) and put it in front of an array of colorboxes.

Or you create an array of cluster of [value, colorbox], where the value is displayed in front of the colorbox.

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,357 Views)

Thank you,

 

I used the tranparant mode. See my example.

But it isn't so nice But it works.

See attached file.

 

Kind Regards, Ben Arts

0 Kudos
Message 3 of 3
(2,330 Views)