Configuration
Following steps must be taken to set up the WinCC OA mobile UI apps inside your project:
- Create a new project (optional; you can also use an existing project)
- Add a Panel Topology to your project (optional; the starting panel can also be defined with the config entry mobileRootPanel)
- Add a new Control Manager to your project which starts the webclient_http.ctl (see Desktop UI)
- Set any required config entries (see Possible Config Entries; optional)
- Start your project and the new Control Manager
- Connect your device to the project (see Client Side Configuration)
- Unlock your device inside of the Device Management panel
-
If no DNS server is available the config entry noReverseLookup = 1 must be used. Furthermore, IP addresses must be used instead of host names for the data and event config entries.
-
To increase the overall performance it is recommended to enable the message compression in your project.
-
Please note that starting with version 3.17 only the HTTPS port can be used for the mobile UI.
To also use the unencrypted HTTP port the config entry "[httpServer] strictTransportSecurityMaxAge" must be set to 0.