Basic Configuration
The Following steps must be taken to set up the Dashboard within a WinCC OA project:
- Create a new Standard Project or use an existing project.
- Ensure that the
webclient_http.ctlscript is running in your project. This script starts the web server that is required for the Dashboard to operate.Important:Thewebclient_http.ctlscript must always be running in the project to use the Dashboard. A Standard Project includes this script automatically. If you use an existing project, you may have to add a CTRL manager with the parameterwebclient_http.ctlmanually. See Web Server Script (webclient_http.ctl) for details. - Within the project console, add a new CTRL manager with the following manager
parameter:
dashboard.ctl - Start the project and the new CTRL manager.
- The Dashboard back end is now running and can be accessed via a web browser under the
following URL:
https://localhost/data/dashboard-wc/index.html - Log in using a standard user or your own user that you created during the project creation process.
