Text color

<< Click to Display Table of Contents >>

Navigation:  Project > Screens > Properties >

Text color

Previous pageReturn to chapter overviewNext page

Not all objects have the Text color property!

The Text color property allows an object to change color of text when condition is TRUE or FALSE. To configure the Text color property click Text color tab in the Object property window.

 

textcolor

 

Property

Description

Tag

Select the tag which value will be compared.

Value

Enter the comparison value.

Type

Select type of comparison:

Tag.PV==Value - tag's value is equal to the comparison value.

Tag.PV>=Value - tag's value is equal to or greater than the comparison value.

Tag.PV<=Value - tag's value is equal to or less that the comparison value.

Tag.PV>Value - tag's value is greater than the comparison value.

Tag.PV<Value - tag's value is less than the comparison value.

Tag.PV!=Value - tag's value is not equal to the comparison value.

Tag.PV in the range - tag's value compares to the values in the ranges. To setup ranges click Collection button.

Color TRUE

Choose a color that will result if the comparison is TRUE

Color FALSE

Choose a color that will result if the comparison is FALSE

Ranges

If you select Tag.PV in the range in the Type combobox and click Collection button. You’ll see the window:

 

colorrange

Where:

From -  enter the value from which the object will change color in the field.

To - enter the value to which the object will change color in the field.

Color -  choose color for this range.

You can Add, Edit or Remove collection element of text color conditions.