Views App (Web) basically routes internal APC TFT connections to the network via the core device's Ethernet port, as Views App (Windows) does. Anyway, configuration process is different to the windows version. This is an example configuration process for having a basic view in your browser.
Mixer/Console
, create a new console and add a new 52-8511 Display. Assign a View. Make sure you have the correct Central Display Group
assigned.<device>
node in project tree and select the Web Apps
tab (see screenshot below).Enable WebApp Modules and APIs
section, make sure Views App
is checked to enable Views App.Views App
tab below, Configuration
section, all modules suitable for web views are listed. Click the line of the newly created 52-8511 display. Module Setup
section, make sure Enable Web Access
is checked. This will make the display generally available in the web. You can also:Browser Caption
. This will help you to manage your views, as they can be easily identified later on.Width
and Height
values (in grid units). The view will be cropped.View only
to avoid control of the display via the web (only affects Views App Web)Assist App basically routes internal APC module connections to the network via the core device's Ethernet port using websocket connections.
Mixer/Console
, create a new console and add a new RX2, SX2 or 52/TX Console. Assign a View. Make sure you have the correct Central Display Group
assigned.<device>
node in project tree and select the Web Apps
tab (see screenshot below).Enable WebApp Modules and APIs
section, make sure Assist App
is checked to enable Assist App.Assist App
tab below, Configuration
section, all modules suitable for web views are listed. Click the line of the newly created console. Module Setup
section, make sure Enable Web Access
is checked. This will make the display generally available in the web. You can also:Browser Caption
. This will help you to manage your consoles, as they can be easily identified later on.View only
to avoid control of the display via the web (only affects Views App Web)<device>
node in project tree and select the Web Apps
tab (see screenshot below).Enable WebApp Modules and APIs
section, make sure Snapshots App
is checked to enable Snapshots App.Snapshots App
tab below, setup the correct user level for the designated function (Basic Access
and Backup & Restore, Save Snapshot 0
can be protected). Multi-select is possible.<device>
node in project tree and select the Web Apps
tab (see screenshot below).Enable WebApp Modules and APIs
section, make sure Labels App
is checked to enable Labels App.Labels App
tab below, setup the correct user level for the designated function (Rename Fader Channels
and Rename Global Labels
can be protected). Multi-select is possible.<device>
node in project tree and select the Web Apps
tab (see screenshot below).System App
tab below, setup the correct user level for the designated function (Configuration and Maintenance
and Connection Management
can be protected). Multi-select is possible.
Note
For security reasons, System App user rights group assignment behaves different than other web apps. If no user rights group is assigned, the functions will not be accessible. Using Configuration and Maintenance
and Connection Management
functions without login protection is not possible.
Web Apps offers a username / password protection based on Toolbox' existing administration mechanisms.
To protect a web app:
<device>
page and open the Web Apps
tab.configuration
section. In Module Setup
section, set the access levels to assign user permission.
Note
View Only
in Views App is a separate function and is not affected by user rights. If you wish that different user groups have view only or full access, consider using different virtual displays.
Note
A user without the right to see and/or use the view will not see any hint that the function exists.
Login a user directly, e.g. for stand-alone solutions using HTTP GET. Token is the user defined token as from Toolbox. Usage:
http://[Core-IP]?token=[User-Token]
You can use this GET argument on any point and state of web apps, for example also in Views App:
http://10.5.12.123/#/views/5?token=1234-1234-1234