The invention relates to a web server comprising software modules which are integrated into the web server, and an automation system and a computer program product comprising such a web server.
Servers which are connected to clients by way of the internet and which make available information, normally internet pages, to these clients are referred to as web servers. A web server of this type is an application which runs on one computer or in distributed fashion on a plurality of computers. Data which can be used by a large number of different clients regardless of the particular location of a client is stored centrally on the web server. Both the software application running on a computer and also the computer itself are referred to as the web server. Web servers are used today as universal providers of information on the internet, but they are also used in local networks which are based on internet technologies. In this situation, use is often made of the potential of extension modules for the web servers, for example in order to permit access to databases, forms etc. The communication between client and web server normally takes place in accordance with the HTTP protocol (HTTP=Hyper Text Transfer Protocol).
U.S. Pat. No. 6,061,603 A describes a control system which enables a user to realize a stored program control facility across a communications network such as the internet for example by means of a web browser. The system contains an interface between the network and the stored program control facility. This so-called web interface offers internet pages from an Ethernet interface on the stored program control facility and contains an HTTP protocol interpreter and a TCP/IP stack (TCP/IP=Transmission Control Protocol/Internet Protocol). The web interface thereby provides a remote user with access to the stored program control facility by way of the internet.
The object of the invention is to demonstrate a non-proprietary possible solution for the implementation of an automation functionality.
This object is achieved by a web server comprising software modules whereby at least one first software module has first means for the implementation of an automation functionality and second means for accessing a realtime operating system.
The invention is based on the knowledge that the classical world of automation today has few points of contact with the internet since proprietary protocols are employed predominantly in automation engineering. The development of web technology however continues its advance without consideration for the questions posed by automation engineering. The previous attempts at integrating dedicated web server functionality into the automation components are for their part based on proprietary solutions for the individual components. Moreover, the performance of solutions of that type proved to be very restricted. The web server according to the invention links web technology and automation technology in a surprising manner in that an extension module integrated directly into the web server, a software module as a rule, provides the required automation functionality. A web server having its functionality expanded in such a manner can handle both complex functions concerned with classical automation engineering and also lesser tasks, in the consumer sector for example. As a result of the direct integration of the automation functionality into the web server, existing web implementations can also be utilized when handling the automation function. In order to permit the utilization of web technologies for realtime applications, the web server has a realtime operating system.
Particularly when employed in process automation (drive control in paper manufacturing, for example), the automation components used must have a realtime capability. This requirement is satisfied by coupling the first software module to the realtime operating system. The realtime operating system can be used in addition to a non-realtime operating system (part) or as a sole operating system.
As a result of linking the web server according to the invention to a communications network, to the internet in particular, on the one hand internet technologies are made accessible to automation engineering and on the other hand consistent interfacing of the automation components to the communications network or to the internet is achieved.
The use of internet protocols for the purpose of communications between the software modules and for communications between the software modules and components outside the web server makes it possible to standardize the components of the web server in respect of their communication interfaces. The extension of the web server to incorporate further modules is facilitated since these can be used without requiring costly customization to proprietary protocols. Examples of normal internet protocols are HTTP und FTP (File Transfer Protocol).
In an advantageous embodiment of the invention, the web server is provided for configuration and administration of the software modules.
The web server according to the invention can be easily scaled and can thus be used in accordance with a further advantageous embodiment of the invention for controlling the components of an industrial automation system when the first software module has a link with the industrial automation system.
In order to utilize available internet security mechanisms, it is proposed that the web server has a connection through a firewall to the internet. With regard to the already commonly encountered web server extension features integrated into an automation component, the security mechanisms required on the internet cannot as a rule be implemented on account of their tight requirements.
The connection of the web server to a communications network, to the internet in particular, can be used advantageously in order to support the automation functionality when the web server is connected by way of a communications network to a web browser as an operator control and monitoring system for the automation system controlled by the first software module. This operator control and monitoring system can also be used for project planning, for programming, for carrying out software updates, in other words generally for data communication and data representation purposes.
The invention will be described in detail in the following with reference to the embodiments shown in the attached drawings.
In the drawings:
The concept underlying the invention will be described in the following with reference to
The operating system 50 has direct access to the resources of the computer, such as memory and computing time for example. When a command is issued or a program invoked, then the required program code is loaded into a main memory and started as a process. Processes do not have access to the resources, they request these from the operating system in each case. As a result of the direct integration of the automation functionality as the seventh extension module 61 into the web server, the performance, the services (autotopology, SSDP, SNMP, e-mail etc. for example} and the openness of the internet are made accessible to the world of automation and the further advantages described above are achieved. The seventh extension module 61 on the one hand implements the automation solution and on the other hand exchanges information by way of the web server and is configured and administered by the latter. In contrast to this, in the case of a so-called SoftPLC (=software simulation of a stored program control facility) the automation function is not integrated into the server but is installed in parallel with the latter, possibly linked in by way of a communication interface. Integration into the server means in particular that an extension module is loaded, configured, started and terminated directly by the web server. Such an extension module is often also referred to as an “extension”. The web server kernel 54 of the web server according to the invention is used as a common platform for the extension modules. This facilitates in particular the configuration of the software extension modules and their re-use in other applications. Linking in of the extension modules is not handled using proprietary or programmed interfaces, but by using standardized interfaces, for example API (Application Programming Interface) or CGI (Common Gateway Interface). API is a formally defined interface which allows application programs to use system services (network, operating system etc.) or service facilities offered by other application programs. CGI describes a standard interface between a web server and programs. As the means for implementing an automation functionality, the seventh extension module 61 has regulation and/or control facilities for the regulation and/or control of components and also processes of an automation system. These regulation and control facilities for controlling an automation system normally take the form of software processes capable of executing in the extension module.
The proposed web server is part of a system of distributed applications constructed in a client-server architecture. In such a system it is the task of a server as the provider of a service to perform calculations or execute other internal processes in response to requests from a client and to formulate the results as protocol-compliant responses and forward them to the requesting client. In this situation, client is understood to refer to a device or a process which takes advantage of the service from one or more servers. Normally therefore the server makes a service available passively and waits for the client to make a request to the server. The client on the other hand does not provide any services but takes advantage of services provided by a server. In this situation, a server as the provider of a service can be situated on the same device as the client or on a different device accessible by way of a network (the internet, for example). The client-server communication obeys certain rules and formal descriptions, the so-called protocols. It is an indispensable prerequisite for successful communication between client and server that both sides use the same protocol. Such a protocol normally specifies the communication channels and the formats which are used for login, information exchange, request, response and logout. Not all these steps always need to be specified explicitly if they are not of importance to the application. Protocols are specified on widely differing levels of abstraction and are normally based one upon the other. One then speaks of a layer model (ISO/OSI layer model, for example). Whereas the lowermost layers regulate the communication of hardware and equipment—electrical signals, cables or radio frequencies and their properties are specified, middle layers are concerned with the structure of network topologies (address structures and their resolution, routing and error correction). The network layer (IP=Internet Protocol, for example) and the transport layer (TCP=Transmission Control Protocol, for example) are often separated here. The uppermost layers are referred to as the application layer. This serves to specify how concrete client-server applications communicate with one another. Examples of such protocols for the application layer are HTTP (Hyper Text Transfer Protocol), FTP (File Transfer Protocol) and SMTP (Simple Mail Transfer Protocol).
To summarize, the invention thus relates to a web server comprising software modules that are integrated into the web server, whereby at least one first software module 37 has first means for the non-proprietary implementation of an automation functionality and secondar means 63, 65 for accessing a realtime operating system 52.
Number | Date | Country | Kind |
---|---|---|---|
10214540.7 | Apr 2002 | DE | national |
This application is the US National Stage of International Application No. PCT/DE03/00954, filed Mar. 21, 2003 and claims the benefit thereof. The International Application claims the benefits of German application No. 10214540.7 filed Apr. 2, 2002, both of the applications are incorporated by reference herein in their entirety.
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/DE03/00954 | 3/21/2003 | WO | 10/1/2004 |