f
> The colour range comprises of three markers, the minimum, maximum, and
> one in the middle. How can I set-up a property node for determining
> the position of this middle marker?
> 
> For example if the middle marker is white, and the min value is 4, and
> the max is 10, then the colour box by default will display white when
> the value being measured is 7. However I would like to input the
> position of where the white marker appears, e.g. at 8 for example.
> Everytime the VI is run, these values may change, and need to
> automatically based on calculations within the VI.
>

If you are using the color ramp control, you can use the property node 
for the scale>>marker values.  The scale is near the bottom, and the 
marker values is near the bottom of the scale menu.  The type is an 
array of cluster of two numbers.  The first is the numeric scale value 
where the marker will be placed, and the second U32 is the color, which 
should usually be a color numeric.  This doesn't explicitly mention it, 
but you can have lots of intermediates for more complex color scales.

Greg McKaskle


Reply via email to