<< Click to Display Table of Contents >> Fill color |
|
Not all objects have the Fill color property!
The Fill color property allows an object to change color of its filling when condition is TRUE or FALSE. To confrgutr the Fll color property click Fill color tab in the Object property window.
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 in this field. |
Color FALSE |
Choose a color that will result if the comparison is FALSE in this field. |
Ranges |
If you select Tag.PV in the range in the Type combobox and click Collection button. You’ll see the window:
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 fill color conditions. |