Visibility

<< Click to Display Table of Contents >>

Navigation:  Project > Screens > Properties >

Visibility

Previous pageReturn to chapter overviewNext page

Visibility property allows an object to to make visible or not depending on the tag’s value. To configure the Visibility property click Visibility tab in the Object property window.

 

visibility

 

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.

* This property you can use in ST scripts by using visibilityvalue property keyword. For example: Objects.Button.visibilityvalue = false;