Using CitectSCADA > Defining and Drawing Graphics Pages > Defining Common Object Properties > Object Properties - Appearance (Visibility)

Object Properties - Appearance (Visibility)

Objects and groups have the following visibility properties:

Hidden when

The object/group will be hidden whenever the expression entered in this field is TRUE. Enter an expression of 128 characters or less. For example, if you want the object/group to be hidden for every operator except the superintendent, you could enter the following:

NOT GetPriv( _Super, _SectionA )

where _Super and _SectionA are labels.

To insert a tag or a function, click the Wizard button to the right of this field. This button displays two options: Insert Tag and Insert Function.

Note: If a group is hidden, every object (and other groups) in the group will also be hidden regardless of their individual properties. If the group is visible, its objects will behave according to their individual properties.

Click Clear Property to clear property details and disable the property.