11-22-2013 04:48 AM
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
11-22-2013 05:03 AM
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.
11-22-2013 09:05 AM
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