<< Click to Display Table of Contents >> Color |
![]() ![]() ![]() |
Color property lets object to change color of its when conditions is TRUE or FALSE. To edit color property click Color tab on the object property window.
Property |
Description |
Tag |
Select the tag value of which 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 color conditions. |