Skip to content

View

To get the View keyword in the command line, press View or type View in the command line.

The view keyword calls views on a screen.

With the option /screen you select

on which screen the view will be called

- or -

which screens will be stored in a view.

View [ID]

View [ID] / screen = [ID]

View [ID] / [option] = [option value]

The following table displays the assignable options along with the Assign keyword.

OptionOption Value
NameView name, e.g. “Stage Extern”.
InfoAdditional information to the view, e.g. “all I need”.
  • Call view 2 from the view pool on that screen where it is stores from.

[Channel]> View 2

 

  • Call view 5 on screen 2.

[Channel]> View 5 /screen = 2

 

  • Store the content of screen 2, 3, and 4 at view object 5.

[Channel]> Store View 5 /screen = 234

 

  • Assign view 2 the name Stage Extern.

[Channel]> Assign View 2/name = “Stage Extern”