<< Click to Display Table of Contents >> Color |
|
Not all objects have the Color property!
The Color property allows an object to change its color when condition is TRUE or FALSE. To configure the Color property click 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 the object will have if the comparison is TRUE |
Color FALSE |
Choose a color that the object will have 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:
where: •From - enter the value from which the object will have color of this range. •To - enter the value to which the object will have color of this range. •Color - choose color for this range. You can Add, Edit or Remove collection element of color conditions. |