Basic Configuration

The Following steps must be taken to set up the Dashboard within a WinCC OA project:

  1. Create a new Standard Project or use an existing project.
  2. Ensure that the webclient_http.ctl script is running in your project. This script starts the web server that is required for the Dashboard to operate.
    Important:
    The webclient_http.ctl script 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 parameter webclient_http.ctl manually. See Web Server Script (webclient_http.ctl) for details.
  3. Within the project console, add a new CTRL manager with the following manager parameter:
    dashboard.ctl
  4. Start the project and the new CTRL manager.
  5. 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
  6. Log in using a standard user or your own user that you created during the project creation process.