<< Click to Display Table of Contents >> Indicator |
|
Not all objects have the Indicator property!
The Indicator property allows you to control the object indicator depending on the tag value. To configure this property, click on the Indicator tab in the Object properties 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. |