HTTP Server
The HTTP Server integrates Internet technologies directly into WinCC OA . Implemented as an add-on for the Control Manager, possible applications are many and diverse. The HTTP Server can be used as a web server for static HTML pages including download facility or to generate dynamic HTML pages.
This allows you to make data from WinCC OA available to many users at the same time. The complete WinCC OA programming language Control is thus available for server-side scripting tasks. Thanks to the transparent architecture, you can implement cross-platform functions for a range of terminal devices, including WAP/WML units.
A number of standard functions (HTML pages included) add to the observation applications of WinCC OA and can be used as examples for your own solutions. Individual customization is facilitated by means of an existing framework that you can adapt visually and functionally to your application requirements and any AddOns.
To minimize the threat of an unauthorized access to the web server using a brute force attack, an increasing time-out (1,2,4,8,16,32,60 seconds) has been added after an authentication error. Only after the time-out interval a new try for authentication can be done.
If available the communication of the HTTP server is redirected to the HTTPS channel.
Advantages of the HTTP Server:
- Provide custom HTML pages incorporating data from WinCC OA for intranet/Internet.
- WEB alert screen with acknowledge function and free choice of filters.
- Diagnostics page displaying hard disk capacity, RAM, processor usage, alert throughput, users logged in and more.
- "HTML references" allow you to replace $parameters at runtime without any special knowledge of HTML, that is, you can query any data points through the Internet.
- Querying WinCC OA data using SQL
- Transfer static HTML pages
- File transfer (HTTP download).
- HTTP Server uses WinCC OA specific tags in HTML.