592
OPUS Projektor Manual
Functionalities
If you want to show all objects which are corresponding with the first bit of the Visibility
variable (user), the value of the variable @Visibility00 should be set to '1' (value in
decimal)
@Visibility00
If you want to show all objects which are corresponding with the 3rd bit of the Visibility
variable (technical), the value of the variable @Visibility00 should be set to '4' (value in
decimal)
@Visibility00
If you want to show all objects which are corresponding from the 1st - 3rd bit of the Visibility
variable(user, admin and technical), the value of the variable @Visibility00 should be set
to '7' (value in decimal)
@Visibility00
Recommendation: To make handling of visibility variables easier, it is recommended to
start by using only the Bit 0 of the visibility variables. 64 visibility switches are enough for
most usecases. This avoids difficult bit operations and makes things very easy: 0 -
invisible, 1 - visible.
Use Visibility Variables in the Project
To make an graphical object Visibility depended please do following steps: