<< Click to Display Table of Contents >> Visibility |
![]() ![]() ![]() |
Visibility property lets to make the object visible or not depending on the tag’s value. To edit visibility property click Visibility 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. |
* This property you can use in ST scripts by using visibilityvalue property keyword. For example: Objects.Button.visibilityvalue = false;