WO2005010755A2 - Method and system for checking a control system - Google Patents

Method and system for checking a control system Download PDF

Info

Publication number
WO2005010755A2
WO2005010755A2 PCT/DE2004/001401 DE2004001401W WO2005010755A2 WO 2005010755 A2 WO2005010755 A2 WO 2005010755A2 DE 2004001401 W DE2004001401 W DE 2004001401W WO 2005010755 A2 WO2005010755 A2 WO 2005010755A2
Authority
WO
WIPO (PCT)
Prior art keywords
error analysis
control center
error
analysis routines
runtime
Prior art date
Application number
PCT/DE2004/001401
Other languages
German (de)
French (fr)
Other versions
WO2005010755A3 (en
Inventor
Thomas Jachmann
Uwe RÜCKL
Original Assignee
Siemens Aktiengesellschaft
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Siemens Aktiengesellschaft filed Critical Siemens Aktiengesellschaft
Publication of WO2005010755A2 publication Critical patent/WO2005010755A2/en
Publication of WO2005010755A3 publication Critical patent/WO2005010755A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2294Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by remote test

Definitions

  • the invention relates to a method for checking a control center system.
  • the invention further relates to a system for checking a control center system with a runtime system consisting of hardware and software components, which is connected to the control center system via a control center network.
  • the system disclosed there has a runtime system with a central Internet server as a central control and processing unit and a client computer connected to the Internet server via the Internet as a decentralized operating station.
  • the runtime system is connected to the components of a control center system via a control center network and interface units, the operation of which is to be monitored and controlled.
  • a transfer unit of the runtime system has a whole bundle of error messages ready, the content and appearance of which with regard to potential errors in the system were determined before the runtime system was commissioned.
  • process parameters of the control center system are fed to the runtime system via the interface units.
  • the transfer unit of the Internet server transmits an error-specific error message to the decentralized client computer, which displays the error messages to a user.
  • the known system and the known method have the disadvantage that the error messages output as a function of the process parameters are monolithically embedded in the software components of the runtime system.
  • a runtime system that has been completely revised in terms of its software must therefore be implemented. This usually involves revising the source codes of the programs of the runtime system and recompiling them, so that the flexibility of such a system is severely impaired.
  • the object of the invention is therefore to provide a method and a system of the type mentioned at the outset, the error analysis of which can be adapted in a simple manner to changes in the control center system.
  • the invention solves this problem by a method for checking a control center system, in which at least one dynamic memory area is managed by a runtime system, the runtime system loads error analysis routines set up for checking the control center system into at least one of the memory areas and starts the sequence of the error analysis routines stored in the memory area the started error analysis routines access the control center system by obtaining process parameters or system parameters, the process parameters or the system parameters are checked for error conditions by the error analysis routines and a status message is generated at least when error conditions exist.
  • the invention also achieves the object by means of a system of the type mentioned in the introduction, which has mixed-managed memory area in which error analysis routines are stored dynamically, the error analysis routines being set up to query process parameters or system parameters of the control center system and to output a status message depending on the process parameters or system parameters via an output interface.
  • the error analysis routines adapted to the control center system to be monitored are not statically embedded in a compiled program code, but are loaded dynamically into an external memory area managed by the runtime system.
  • the error analysis routines are independent of the rest of the runtime system and can be adapted to these changes when replacing a component or driver software or when installing additional components in the control center system without having to cancel and revise the entire runtime system.
  • the sequence and frequency of calling the error analysis routines can be changed. Simple and fast error analysis routines can be carried out cyclically, for example, these error analyzes being repeated automatically by the runtime program at certain time intervals.
  • the user can call up time-consuming error analysis routines that burden the performance of the runtime system as required. Such error analysis routines are therefore only started by the user and not automatically.
  • dynamic processes can also be triggered in addition to the status message.
  • the incompatibility of two drivers in the control center system can be shows and at the same time measures are initiated with which this error can be remedied.
  • control center system for power distribution networks that has a central control center with hardware components and controllers, protective devices, converters and switches can be considered as the control center system.
  • the method and the system are also suitable for monitoring control center systems of other supply networks, for example for water, heat or the like.
  • Other areas of application are control center systems for mass transport networks such as subway or long-distance rail networks, control center systems for monitoring complex buildings with elevators, lighting and air conditioning systems or for monitoring production systems, for example in the chemical industry.
  • the runtime system comprises runtime programs and hardware components which are composed of computers, physical control center networks, interfaces or the like.
  • the physical control center networks also include wireless network connections.
  • the runtime programs can be distributed over the hardware components.
  • a user of the method or of the system is advantageously connected to the control center system via the Internet. According to the invention, it is basically arbitrary whether the error analysis routines are stored on a central Internet server or on a decentralized client computer.
  • the dynamically managed memory area is a memory area of a so-called RAM memory of a computer.
  • Each started error analysis routine advantageously accesses one data source unit of the control center system.
  • a data source unit is, for example, a component or a software component of the control center system.
  • each source data unit therefore has its own error analysis routine.
  • This can be supplied, for example, by the manufacturer of the component or the software component.
  • the error handling routine can also contain information that arises when interacting with other components or software components.
  • the error analysis routine can thus be fed with any knowledge of errors and adaptation problems, which are obtained, for example, from so-called “hotline” employees in a service department of the control center system.
  • the error analysis routines are dependent on the user of the runtime system in at least one of the memory areas or loaded into the memory area.
  • information that is only of interest to special users for example for developers or parameterizers, and that is meaningful, can only be displayed for these user groups.
  • the end customer could be classified in a user role, with which the clarity of the presentation of information is given greater weight at the expense of completeness.
  • the information is displayed on a role-specific basis. In this way, each user receives the information that is ideally tailored to their role.
  • the runtime system expediently repeats the starting of error analysis routines stored in the memory area or in the memory areas in fixed
  • the runtime system has a server program set up on a network server and at least one browser program on a client computer, each browser program accessing the server program via the Internet.
  • the Internet is understood to be the Word Wide Web based on the Hypertext Transfer Protocol, including its physical network structure.
  • the server program expediently manages a dynamic memory area for each browser program, the error analysis routines being loaded into the respectively assigned memory area at the start of each browser program's access to the server program. In this way, the error analysis routines can be loaded into the dynamic memory area depending on the user name to be specified when logging on to the runtime system.
  • a configuration file is expediently loaded into the dynamic memory area, the configuration file determining the structure and the sequence of the processing routines.
  • the configuration file is called, for example, when the runtime system is initialized. In addition, however, it is also possible for the user to trigger the call of the configuration file by the runtime system. With the help of the configuration file, for example, the order in which the error analysis routines are called up can be changed in a simple manner, such a changed order being brought about by simply exchanging lines in the configuration file.
  • the runtime system is advantageously informed of the existence of updated error analysis routines and loads the updated error handling routines into at least one of the memory areas.
  • the error analysis routines can be replaced by a so-called update if necessary, for example if defects were found in the originally used error analysis routine.
  • the original error analysis routine replaced by an updated version which no longer has these defects.
  • the user of the system or the user of the method is informed of the availability of such an update.
  • the runtime system then copies this update into the dynamic * memory area.
  • the runtime system comprises an Internet server and at least one client computer which can be coupled to the Internet server via the Internet, each client computer having a screen display for displaying the status message, which is connected to the output interface is.
  • the monitoring of the system can be carried out regardless of location.
  • the error analysis routines access source data units of the control center system, with each source data unit being assigned an error analysis routine.
  • Source data units can be software components such as controller programs, databases of software programs or hardware components of the control center system.
  • Figure 1 shows a diagram to illustrate the method and the system of the invention.
  • FIG. 1 shows a diagram to illustrate the system 1 according to the invention.
  • the system 1 comprises a runtime system 2 which has a runtime program 3 and a screen display 4.
  • System 1 also includes a dynamic one
  • the runtime program is composed of a large number of interacting programs which are distributed and stored on other hardware components of the runtime system which are not shown in the figures.
  • the hardware components are connected to one another via a network of connections, not shown.
  • the hardware components on which the runtime program 3 runs also include an Internet server and a certain number of client computers which are located in a remote and distributed manner and which communicate with the Internet server of the runtime system 2 via the Internet are connected.
  • the components of the control center system 1 are a control center 6 which is coupled to protective devices 7, the protective devices 7 interacting with current transformers 8, for example.
  • the current transformers 8 generate a secondary current which is proportional to that of a primary-side high-voltage network branch, not shown. If the current of the high-voltage network branch exceeds a threshold value in the event of a short circuit, a protective device 7 triggers, for example, a circuit breaker of a switch panel, not shown in the figures which interrupts the electrical current flow in the high-voltage network branch.
  • the user of the runtime system 2 can log on to the server program by specifying his user name and password.
  • the browser program loads error analysis routines 9 stored on the client computer into the dynamic memory area 5, which in the exemplary embodiment shown is set up on the client computer.
  • the dynamic memory area 5 is managed by the browser program.
  • Each of the error analysis routines 9 is set up to monitor the status of a component 6, 7 or 8.
  • the query of the state of one of the components 6, 7 or 8 is initiated by the server program of the runtime program 3 and repeated at fixed time intervals, the error analysis routines 9 being initialized one after the other or started in other words.
  • the fault analysis routines 9 After the fault analysis routines 9 have been started, they each access the component 6, 7 or 8 assigned to them via the Internet and the control center network of the control center system 1, thereby obtaining process parameters.
  • Such status parameters are, for example, voltage or current values that are measured at a specific point in time within the high-voltage network branch to be monitored. However, it can also involve the occupancy of a memory area of the control center 6 or the workload of a central processing unit of the protective device 7.
  • the process parameters are checked for errors by the error analysis routines 9 and compared with limit scenarios entered by the software. chen. If such limit scenarios or triggering conditions are present, the error analysis routines 9 generate status or error messages which are transmitted to the display unit 4 via an output interface of the runtime system 2. The screen display 4 then visually displays the error message to the user.
  • Each error analysis routine 9 therefore has an interface on the software level with the server program or the browser program of the runtime program 3. The same applies to the transmission of the state parameters between the error analysis routines and the server program or the browser program.

Abstract

The aim of the invention is to provide a method for checking a control system (1), during which error treatment can be easily adapted to changes in the control system (1). To this end, at least one dynamic storage area (5) is managed by a runtime system (2), the runtime system (2), in order to check the control system (1), loads established error analysis routines (9) into at least one of the storage areas (5) and initiates the execution of the error analysis routines (9) stored in the storage area (5). The initiated error analysis routines (9) access the control system (1) while obtaining process parameters or system parameters, whereby the process parameters or system parameters are checked for error conditions, and a status message is generated at least when error conditions are present. The invention also provides a system (1) that has a runtime system (2), which is comprised of hardware components and software components and which is connected to the control system (1) via a control system network.

Description

Beschreibungdescription
Verfahren und System zum Überprüfen einer LeitstellenanlageMethod and system for checking a control center system
Die Erfindung betrifft ein Verfahren zum Überprüfen einer Leitstellenanlage .The invention relates to a method for checking a control center system.
Die Erfindung betrifft ferner ein System zum Überprüfen einer Leitstellenanlage mit einem aus Hardware- und Software ompo- nenten bestehenden Laufzeitsystem, das über ein Leitstellennetz mit der Leistellenanlage verbunden ist.The invention further relates to a system for checking a control center system with a runtime system consisting of hardware and software components, which is connected to the control center system via a control center network.
Ein solches System und ein solches Verfahren sind aus der DE 100 53 665 AI bereits bekannt. Das dort offenbarte System weist ein Laufzeitsystem mit einem zentralen Internet-Server als zentrale Steuer- und Abwicklungseinheit sowie einen über das Internet mit dem Internet-Server in Verbindung stehenden Client-Rechner als dezentrale Bedienstation auf. Das Lauf- zeitsystem ist über ein Leitstellennetzwerk und Schnittstel- leneinheiten mit den Bauteilen einer Leitstellenanlage verbunden, deren Betrieb sowohl überwacht als auch gesteuert werden soll . Eine Transfereinheit des Laufzeitsystems hält ein ganzes Bündel an Fehlermeldungen bereit, deren Inhalt und Erscheinungsbild im Hinblick auf potentielle Fehler der An- läge bereits vor der Inbetriebnahme des Laufzeitsystems festgelegt wurden. Zur Überwachung der Leitstellenanlage werden dem Laufzeitsystem über die Schnittstelleneinheiten Prozessparameter der Leitstellenanlage zugeführt. In Abhängigkeit dieser Prozessparameter übermittelt die Transfereinheit des Internet-Servers eine fehlerspezifische Fehlermeldung an den dezentralen Client-Rechner, der die Fehlermeldungen einem Nutzer zur Anzeige bringt. Dem vorbekannten System und dem vorbekannten Verfahren haftet der Nachteil an, dass die in Abhängigkeit der Prozessparameter ausgegebenen Fehlermeldungen monolithisch in den Softwarebestandteilen des Laufzeitsystems eingebettet sind. Bei dem Austausch von Bauteilen der Leitstellenanlage oder bei einer Hinzunahme weiterer Bauteile muss daher ein hinsichtlich seiner Software vollständig überarbeitetes Laufzeitsystem implementiert werden. Dies hat in der Regel ein Überarbeiten der Quellcodes der Programme des Laufzeitsystems und ein erneutes Kompilieren im Gefolge, so dass die Flexibilität eines solchen Systems stark beeinträchtigt ist.Such a system and such a method are already known from DE 100 53 665 AI. The system disclosed there has a runtime system with a central Internet server as a central control and processing unit and a client computer connected to the Internet server via the Internet as a decentralized operating station. The runtime system is connected to the components of a control center system via a control center network and interface units, the operation of which is to be monitored and controlled. A transfer unit of the runtime system has a whole bundle of error messages ready, the content and appearance of which with regard to potential errors in the system were determined before the runtime system was commissioned. To monitor the control center system, process parameters of the control center system are fed to the runtime system via the interface units. Depending on these process parameters, the transfer unit of the Internet server transmits an error-specific error message to the decentralized client computer, which displays the error messages to a user. The known system and the known method have the disadvantage that the error messages output as a function of the process parameters are monolithically embedded in the software components of the runtime system. When replacing components of the control center system or adding additional components, a runtime system that has been completely revised in terms of its software must therefore be implemented. This usually involves revising the source codes of the programs of the runtime system and recompiling them, so that the flexibility of such a system is severely impaired.
Aufgabe der Erfindung ist es daher, ein Verfahren und ein System der eingangs genannten Art bereitzustellen, dessen Fehleranalyse sich auf einfache Art und Weise an Veränderungen der Leitstellenanlage anpassen lässt.The object of the invention is therefore to provide a method and a system of the type mentioned at the outset, the error analysis of which can be adapted in a simple manner to changes in the control center system.
Die Erfindung löst diese Aufgabe durch ein Verfahren zum Überprüfen einer LeitStellenanlage, bei dem wenigstens ein dynamischer Speicherbereich von einem Laufzeitsystem verwaltet wird, das Laufzeitsystem zur Überprüfung der Leistellenanlage eingerichtete Fehleranalyseroutinen in wenigstens einen der Speicherbereiche lädt und den Ablauf der in dem Speicherbereich abgelegten Fehleranalyseroutinen startet, die ge- starteten Fehleranalyseroutinen auf die Leitstellenanlage unter Gewinnung von Prozessparametern oder Systemparametern zugreifen, die Prozessparameter oder die Systemparameter von den Fehleranalyseroutinen auf Fehlerbedingungen überprüft werden und zumindest beim Vorliegen von Fehlerbedingungen eine Zustandsmeldung erzeugt wird.The invention solves this problem by a method for checking a control center system, in which at least one dynamic memory area is managed by a runtime system, the runtime system loads error analysis routines set up for checking the control center system into at least one of the memory areas and starts the sequence of the error analysis routines stored in the memory area the started error analysis routines access the control center system by obtaining process parameters or system parameters, the process parameters or the system parameters are checked for error conditions by the error analysis routines and a status message is generated at least when error conditions exist.
Die Erfindung löst die Aufgabe ferner durch ein System der eingangs genannten Art, das einen vom Laufzeitsystem dyna- misch verwalteten Speicherbereich aufweist, in dem Fehleranalyseroutinen dynamisch abgelegt sind, wobei die Fehleranalyseroutinen zum Abfragen von Prozessparametern oder Systemparametern der Leitstellenanlage und zur Ausgabe einer Zu- Standsmeldung in Abhängigkeit der Prozessparameter oder Systemparameter über eine Ausgabeschnittstelle eingerichtet sind.The invention also achieves the object by means of a system of the type mentioned in the introduction, which has mixed-managed memory area in which error analysis routines are stored dynamically, the error analysis routines being set up to query process parameters or system parameters of the control center system and to output a status message depending on the process parameters or system parameters via an output interface.
Erfindungsgemäß sind die an die zu überwachende Leistellenan- läge angepassten Fehleranalyseroutinen nicht statisch in einem kompilierten Programmcode eingebettet, sondern werden dynamisch in einen von dem Laufzeitsystem verwalteten externen Speicherbereich geladen. Damit sind die Fehleranalyseroutinen von dem restlichen Laufzeitsystem unabhängig und können bei einem Austausch eines Bauteils oder einer Treibersoftware oder beim Einbau zusätzlicher Bauteile in die Leistellenanlage an diese Veränderungen angepasst werden, ohne dass das gesamte Laufzeitsystem abgebrochen und überarbeitet werden müsste. Darüber hinaus kann erfindungsgemäß die Reihenfolge und die Häufigkeit des Aufrufs der Fehleranalyseroutinen verändert werden. Einfache und schnelle Fehleranalyseroutinen können beispielsweise zyklisch ausgeführt werde, wobei diese Fehleranalysen in bestimmten Zeitabständen von dem Laufzeit- Programm selbsttätig wiederholt werden. Aufwändige und die Performance des Laufzeitsystems belastende Fehleranalyseroutinen können hingegen nach Bedarf vom Nutzer über das Lauf- zeitsystem aufgerufen werden. Solche Fehleranalyseroutinen werden daher nur durch den Benutzer und nicht automatisch gestartet.According to the invention, the error analysis routines adapted to the control center system to be monitored are not statically embedded in a compiled program code, but are loaded dynamically into an external memory area managed by the runtime system. This means that the error analysis routines are independent of the rest of the runtime system and can be adapted to these changes when replacing a component or driver software or when installing additional components in the control center system without having to cancel and revise the entire runtime system. In addition, according to the invention, the sequence and frequency of calling the error analysis routines can be changed. Simple and fast error analysis routines can be carried out cyclically, for example, these error analyzes being repeated automatically by the runtime program at certain time intervals. On the other hand, the user can call up time-consuming error analysis routines that burden the performance of the runtime system as required. Such error analysis routines are therefore only started by the user and not automatically.
Erfindungsgemäß können neben der Zustandsmeldung auch dynamische Vorgänge ausgelöst werden. So kann beispielsweise die Inkompatibilität zweier Treiber der Leistellenanlage ange- zeigt und gleichzeitig Maßnahmen eingeleitet werden, mit denen dieser Fehler behoben werden kann.According to the invention, dynamic processes can also be triggered in addition to the status message. For example, the incompatibility of two drivers in the control center system can be shows and at the same time measures are initiated with which this error can be remedied.
Als Leitstellenanlage kommt beispielsweise eine Leitstellen- anläge für Energieverteilungsnetze in Betracht, die eine zentrale Leitstelle mit Hardwarekomponenten und Controllern, Schutzgeräte, Wandler und Schalter aufweist. Das Verfahren und das System sind jedoch auch zur Überwachung von Leistellenanlagen sonstiger Versorgungsnetze beispielsweise für Was- ser, Wärme oder dergleichen geeignet. Weitere Anwendungsgebiete sind Leistellenanlagen für Netzwerke des Massentransports wie U-Bahn oder Fernbahnnetze, Leitstellenanlagen zur Überwachung komplexer Gebäude mit Aufzügen, Licht- und Klimaanlagen oder zur Überwachung von Produktionsanlagen bei- spielsweise in der chemischen Industrie.For example, a control center system for power distribution networks that has a central control center with hardware components and controllers, protective devices, converters and switches can be considered as the control center system. However, the method and the system are also suitable for monitoring control center systems of other supply networks, for example for water, heat or the like. Other areas of application are control center systems for mass transport networks such as subway or long-distance rail networks, control center systems for monitoring complex buildings with elevators, lighting and air conditioning systems or for monitoring production systems, for example in the chemical industry.
Das Laufzeitsystem umfasst erfindungsgemäß Laufzeitprogramme und Hardwarekomponenten, die aus Rechnern, physikalischen Leitstellennetzen, Schnittstellen oder dergleichen zusammen- gesetzt sind. Die physikalischen Leitstellennetze umfassen auch kabellose Netzverbindungen. Die Laufzeitprogramme können über die Hardwarekomponenten verteilt sein. Vorteilhafterweise ist ein Nutzer des Verfahrens oder des Systems über das Internet an die Leitstellenanlage angeschlossen. Dabei ist erfindungsgemäß grundsätzlich beliebig, ob die Fehleranalyseroutinen auf einem zentralen Internet-Server oder einem dezentralen Client-Rechner abgelegt sind.According to the invention, the runtime system comprises runtime programs and hardware components which are composed of computers, physical control center networks, interfaces or the like. The physical control center networks also include wireless network connections. The runtime programs can be distributed over the hardware components. A user of the method or of the system is advantageously connected to the control center system via the Internet. According to the invention, it is basically arbitrary whether the error analysis routines are stored on a central Internet server or on a decentralized client computer.
Bei dem dynamisch verwalteten Speicherbereich handelt es sich erfindungsgemäß um einen Speicherbereich eines sogenannten RAM-Speichers eines Rechners. Vorteilhafterweise greift jede gestartete Fehleranalyseroutine auf jeweils eine Datenquelleneinheit der Leitstellenanlage zu. Eine Datenquelleneinheit ist beispielsweise ein Bauteil oder eine Softwarekomponente der Leitstellenanlage. Bei dieser zweckmäßigen Weiterentwicklung der Erfindung ist die Flexibilität und Anpassungsfähigkeit der gesamten Fehlerbehandlung der Leitstellenanlage noch weiter erhöht, da bei einem Austausch eines Bauteils oder der Softwarekomponente nicht alle Fehleranalyseroutinen als monolithischer Block überarbeitet werden müssen. Das Laufzeitsystem arbeitet beispielsweise alle in dem dynamischen Speicherbereich abgelegten Fehlerroutinen der Reihe nach ab. Es ist daher möglich, beispielsweise durch Auflistung einer zusätzlichen Fehleranalyseroutine in einer Konfigurationsdatei, die auf ein zusätz- liches Bauteil oder eine zusätzliche Softwarekomponente abgestimmt ist, die Überwachung des zusätzlichen Bauteils herbeizuführen. Gemäß dieser Weiterentwicklung der Erfindung weist also jede Quellendateneinheit ihre eigene Fehleranalyseroutine auf. Diese kann beispielsweise vom Hersteller des Bau- teils oder der Softwarekomponente mitgeliefert werden. Dabei kann die Fehlerbehandlungsroutine auch Informationen enthalten, die beim Zusammenspiel mit anderen Bauteilen oder Softwarekomponenten entstehen. Die Fehleranalyseroutine kann somit mit beliebigen Kenntnissen über Fehler und Anpassungs- problemen gefüttert werden, die beispielsweise von sogenannten „Hotline" Mitarbeitern einer Serviceabteilung der Leitstellenanlage gewonnen werden. Das Wissen dieser Mitarbeiter kann erfindungsgemäß dem Kunden auf einfache Weise und ständig zugriffsbereit zur Verfügung gestellt werden.According to the invention, the dynamically managed memory area is a memory area of a so-called RAM memory of a computer. Each started error analysis routine advantageously accesses one data source unit of the control center system. A data source unit is, for example, a component or a software component of the control center system. With this expedient further development of the invention, the flexibility and adaptability of the entire error handling of the control center system is increased even further, since not all error analysis routines have to be revised as a monolithic block when a component or the software component is replaced. The runtime system processes, for example, all error routines stored in the dynamic memory area in sequence. It is therefore possible, for example, to list the additional component by listing an additional error analysis routine in a configuration file which is matched to an additional component or an additional software component. According to this further development of the invention, each source data unit therefore has its own error analysis routine. This can be supplied, for example, by the manufacturer of the component or the software component. The error handling routine can also contain information that arises when interacting with other components or software components. The error analysis routine can thus be fed with any knowledge of errors and adaptation problems, which are obtained, for example, from so-called “hotline” employees in a service department of the control center system.
Gemäß einer bevorzugten Weiterentwicklung der Erfindung werden die Fehleranalyseroutinen in Abhängigkeit des Benutzers des Laufzeitsystems in wenigstens einen der Speicherbereiche oder in den Speicherbereich geladen. Bei dieser Weiterentwicklung können Informationen, die nur für spezielle Benutzer beispielsweise für Entwickler oder Parametrierer interessant sind und eine Aussagekraft besitzen, auch nur für diese Be- nutzergruppen angezeigt werden. Der Endkunde könnte hingegen in eine Benutzerrolle eingeordnet werden, mit welcher der Klarheit der Darstellung von Information auf Kosten der Vollständigkeit ein stärkeres Gewicht eingeräumt wird. Die Informationen werden mit anderen Worten rollenspezifisch ange- zeigt. Jeder Benutzer erhält auf diese Weise die für seine Rolle ideal zugeschnittene Information.According to a preferred further development of the invention, the error analysis routines are dependent on the user of the runtime system in at least one of the memory areas or loaded into the memory area. With this further development, information that is only of interest to special users, for example for developers or parameterizers, and that is meaningful, can only be displayed for these user groups. The end customer, on the other hand, could be classified in a user role, with which the clarity of the presentation of information is given greater weight at the expense of completeness. In other words, the information is displayed on a role-specific basis. In this way, each user receives the information that is ideally tailored to their role.
Zweckmäßigerweise wiederholt das Laufzeitsystem kontinuierlich das Starten von in dem Speicherbereich oder in den Spei- cherbereichen abgelegten Fehleranalyseroutinen in festenThe runtime system expediently repeats the starting of error analysis routines stored in the memory area or in the memory areas in fixed
Zeitabständen. Auf diese Weise können Fehler wie beispielsweise das Nichtzusammenpassen von Protokollen der Laufzeitprogramme oder Bauteilen angezeigt werden, ohne dass der Start der Fehlerhandlungsroutinen vom Nutzer ausgelöst werden muss.Intervals. In this way, errors such as the mismatch of logs of the runtime programs or components can be displayed without the user having to trigger the start of the error handling routines.
Gemäß einer bevorzugten Weiterentwicklung weist das Laufzeit- System ein auf einem Netzserver eingerichtetes Serverprogramm und wenigstens ein Browserprogramm auf einem Client-Rechner auf, wobei jedes Browserprogramm auf das Serverprogramm über das Internet zugreift. Hierbei wird unter dem Internet das auf dem Hypertext Transfer Protokoll basierende Word Wide Web einschließlich deren physikalischer Netzstruktur verstanden. Gemäß dieser Weiterentwicklung ist daher eine ortsungebundene Überwachung der Leitstellenanlage ermöglicht. So ist der Anwender des Verfahrens nicht länger gezwungen, dieses von einer ortsfesten zentralen Leistelle aus durchzuführen. Viel- mehr kann der Zustand der Leitstellenanlage auch von dem privaten Wohnbereich oder vom Ausland her abgefragt werden.According to a preferred further development, the runtime system has a server program set up on a network server and at least one browser program on a client computer, each browser program accessing the server program via the Internet. Here, the Internet is understood to be the Word Wide Web based on the Hypertext Transfer Protocol, including its physical network structure. According to this further development, a location-independent monitoring of the control center system is therefore possible. Thus, the user of the method is no longer forced to carry it out from a fixed central control center. A lot of- The status of the control center system can also be queried from the private living area or from abroad.
Zweckmäßigerweise verwaltet das Serverprogramm für jedes Browserprogramm jeweils einen dynamischen Speicherbereich, wobei die Fehleranalyseroutinen zu Beginn des Zugriffs jedes Browserprogramms auf das Serverprogramm in den jeweils zugeordneten Speicherbereich geladen werden. Auf diese Weise können die Fehleranalyseroutinen in Abhängigkeit des beim Anmel- den beim Laufzeitsystem anzugebenden Benutzernamens in den dynamischen Speicherbereich geladen werden.The server program expediently manages a dynamic memory area for each browser program, the error analysis routines being loaded into the respectively assigned memory area at the start of each browser program's access to the server program. In this way, the error analysis routines can be loaded into the dynamic memory area depending on the user name to be specified when logging on to the runtime system.
Zweckmäßigerweise wird eine Konfigurationsdatei in den dynamischen Speicherbereich geladen, wobei die Konfigurationsda- tei die Struktur und die Reihenfolge der Bearbeitungsroutinen festlegt. Die Konfigurationsdatei wird beispielsweise bei der Initialisierung des Laufzeitsystems aufgerufen. Darüber hinaus ist es jedoch auch möglich, dass der Benutzer den Aufruf der Konfigurationsdatei durch das Laufzeitsystem auslöst. Mit Hilfe der Konfigurationsdatei kann beispielsweise die Reihenfolge des Aufrufs der Fehleranalyseroutinen auf einfache Weise verändert werden, wobei eine solche veränderte Reihenfolge durch einen einfachen Austausch von Zeilen in der Konfigurationsdatei herbeigeführt wird.A configuration file is expediently loaded into the dynamic memory area, the configuration file determining the structure and the sequence of the processing routines. The configuration file is called, for example, when the runtime system is initialized. In addition, however, it is also possible for the user to trigger the call of the configuration file by the runtime system. With the help of the configuration file, for example, the order in which the error analysis routines are called up can be changed in a simple manner, such a changed order being brought about by simply exchanging lines in the configuration file.
Vorteilhafterweise wird das Laufzeitsystem über das Vorliegen aktualisierter Fehleranalyseroutinen informiert und lädt die aktualisierten Fehlerbehandlungsroutinen in wenigstens einen der Speicherbereiche. Auf diese Weise können die Fehleranaly- seroutinen im Bedarfsfall durch ein sogenanntes Update ausgetauscht werden, beispielsweise wenn in der ursprünglich eingesetzten Fehleranalyseroutine Mängel festgestellt wurden. Mit dem Update wird die ursprüngliche Fehleranalyseroutine durch eine auf den neusten Stand gebrachte Version ersetzt, welche diese Mängel nicht mehr aufweist. Der Nutzer des Systems oder der Anwender des Verfahrens wird über die Verfügbarkeit eines solchen Updates informiert. Das Laufzeitsystem kopiert dieses Update anschließend in den dynamischen Spei- * cherbereich.The runtime system is advantageously informed of the existence of updated error analysis routines and loads the updated error handling routines into at least one of the memory areas. In this way, the error analysis routines can be replaced by a so-called update if necessary, for example if defects were found in the originally used error analysis routine. With the update, the original error analysis routine replaced by an updated version which no longer has these defects. The user of the system or the user of the method is informed of the availability of such an update. The runtime system then copies this update into the dynamic * memory area.
Abweichend davon kann der Nutzer und/oder Anwender beispielsweise über das Internet sich die jeweils zweckmäßige Fehler- analyseroutine beispielsweise als Update selbst beschaffen und nach Bedarf in sein persönliches Fehlerbehandlungssystem integrieren.Deviating from this, the user and / or user can obtain the appropriate error analysis routine, for example as an update, via the Internet and integrate it into their personal error handling system as required.
Bei einer zweckmäßigen Weiterentwicklung des erfindungsgemä- ßen Systems umfasst das Laufzeitsystem einen Internet-Server und wenigstens einen über das Internet mit dem Internet-Server koppelbaren Client-Rechner, wobei jeder Client-Rechner eine Bildschirmanzeige zum Darstellen der Zustandsmeldung aufweist, die mit der Ausgabeschnittstelle verbunden ist. Ge- maß dieser Weiterentwicklung des erfindungsgemäßen Systems kann die Überwachung der Anlage ortsungebunden durchgeführt werden .In an expedient further development of the system according to the invention, the runtime system comprises an Internet server and at least one client computer which can be coupled to the Internet server via the Internet, each client computer having a screen display for displaying the status message, which is connected to the output interface is. According to this further development of the system according to the invention, the monitoring of the system can be carried out regardless of location.
Gemäß einer diesbezüglichen zweckmäßigen Weiterentwicklung greifen die Fehleranalyseroutinen auf Quelldateneinheiten der Leitstellenanlage zu, wobei jeder Quelldateneinheit jeweils eine Fehleranalyseroutine zugeordnet ist. Quelldateneinheiten können Softwarekomponenten wie Controllerprogramme, Datenbanken von Softwareprogrammen oder aber Hardwarekomponenten der Leitstellenanlage sein.According to an expedient further development in this regard, the error analysis routines access source data units of the control center system, with each source data unit being assigned an error analysis routine. Source data units can be software components such as controller programs, databases of software programs or hardware components of the control center system.
Weitere zweckmäßige Ausgestaltungen und Vorteile der Erfindungen sind Gegenstand der nachfolgenden Beschreibung eines AusführungsbeiSpiels der Erfindung mit Bezug auf die Figur der Zeichnung, wobeiFurther expedient refinements and advantages of the inventions are the subject of the following description of a Exemplary embodiment of the invention with reference to the figure of the drawing, wherein
Figur 1 ein Schema zur Verdeutlichung des erfindungsgemäßen Verfahrens und des erfindungsgemäßen Systems zeigt.Figure 1 shows a diagram to illustrate the method and the system of the invention.
Figur 1 zeigt ein Schema zur Verdeutlichung des erfindungsgemäßen Systems 1. Das System 1 umfasst ein Laufzeitsystem 2, das über ein Laufzeitprogramm 3 sowie eine Bildschirmanzeige 4 verfügt. Das System 1 umfasst ferner einen dynamischenFIG. 1 shows a diagram to illustrate the system 1 according to the invention. The system 1 comprises a runtime system 2 which has a runtime program 3 and a screen display 4. System 1 also includes a dynamic one
Speicherbereich 5, der von dem Laufzeitprogramm 3 verwaltet wird. Das Laufzeitprogramm ist aus einer Vielzahl von miteinander wechselwirkenden Programmen zusammengesetzt, die auf weiteren figürlich nicht dargestellten Hardwarekomponenten des Laufzeitsystems verteilt ablaufen und abgelegt sind. Die Hardwarekomponenten sind über ein nicht gezeigtes Lei stellennetz miteinander verbunden. In dem mit Figur 1 verdeutlichten Ausführungsbeispiel des Systems umfassen die Hardwarekomponenten, auf dem das Laufzeitprogramm 3 abläuft, auch einen Internet-Server sowie eine bestimmte Anzahl von entfernt und verteilt aufgestellten Client-Rechnern, die über das Internet mit dem Internet-Server des Laufzeitsystems 2 verbunden sind. Bei den Bauteilen der Leitstellenanlage 1 handelt es sich in dem gezeigten Ausführungsbeispiel um eine Leitstelle 6, die mit Schutzgeräten 7 gekoppelt ist, wobei die Schutzgeräte 7 beispielsweise mit Stromwandlern 8 zusammenwirken. Die Stromwandler 8 erzeugen einen Sekundärstrom, der zu demjenigen eines nicht gezeigten primärseitigen Hochspannungsnetzzweiges proportional ist. Übersteigt der Strom des Hochspannungsnetzzweiges im Kurzschlussfall einen Schwellenwert, löst ein Schutzgerät 7 beispielsweise einen nicht figürlich dargestellten Leistungsschalter eines Schaltfeldes aus, der den elektrischen Stromfluss im Hochspannungsnetz- zweig unterbricht .Memory area 5, which is managed by the runtime program 3. The runtime program is composed of a large number of interacting programs which are distributed and stored on other hardware components of the runtime system which are not shown in the figures. The hardware components are connected to one another via a network of connections, not shown. In the exemplary embodiment of the system illustrated with FIG. 1, the hardware components on which the runtime program 3 runs also include an Internet server and a certain number of client computers which are located in a remote and distributed manner and which communicate with the Internet server of the runtime system 2 via the Internet are connected. In the exemplary embodiment shown, the components of the control center system 1 are a control center 6 which is coupled to protective devices 7, the protective devices 7 interacting with current transformers 8, for example. The current transformers 8 generate a secondary current which is proportional to that of a primary-side high-voltage network branch, not shown. If the current of the high-voltage network branch exceeds a threshold value in the event of a short circuit, a protective device 7 triggers, for example, a circuit breaker of a switch panel, not shown in the figures which interrupts the electrical current flow in the high-voltage network branch.
Über ein auf einem der Client-Rechner ablaufendes Browserpro- gramm kann sich der Nutzer des Laufzeitsystems 2 bei dem Serverprogramm unter Angabe seines Benutzernamens und Kennwortes anmelden. In Abhängigkeit dieser benutzerspezifischen Angaben lädt das Browserprogramm auf dem Client-Rechner abgelegte Fehleranalyseroutinen 9 in den dynamischen Speicherbereich 5, der in dem gezeigten Ausführungsbeispiel auf dem Client-Rechner eingerichtet ist. Dabei wird der dynamische Speicherbereich 5 von dem Browserprogramm verwaltet.Via a browser program running on one of the client computers, the user of the runtime system 2 can log on to the server program by specifying his user name and password. Depending on this user-specific information, the browser program loads error analysis routines 9 stored on the client computer into the dynamic memory area 5, which in the exemplary embodiment shown is set up on the client computer. The dynamic memory area 5 is managed by the browser program.
Jeder der Fehleranalyseroutinen 9 ist zur Überwachung des Zu- Standes jeweils eines Bauteils 6, 7 oder 8 eingerichtet. Die Abfrage des Zustandes einer der Bauteile 6, 7 oder 8 wird durch das Serverprogramm des Laufzeitprogramms 3 eingeleitet und in festen Zeitabständen wiederholt, wobei die Fehleranalyseroutinen 9 nacheinander initialisiert oder mit anderen Worten gestartet werden.Each of the error analysis routines 9 is set up to monitor the status of a component 6, 7 or 8. The query of the state of one of the components 6, 7 or 8 is initiated by the server program of the runtime program 3 and repeated at fixed time intervals, the error analysis routines 9 being initialized one after the other or started in other words.
Nach dem Starten der Fehleranalyseroutinen 9 greifen diese jeweils über das Internet und das Leitstellennetz der Leitstellenanlage 1 auf das ihnen jeweils zugeordnete Bauteil 6, 7 oder 8 unter Gewinnung von Prozessparametern zu. Solche Zu- standsparameter sind beispielsweise Spannungs- oder Stromwerte, die zu einem bestimmten Zeitpunkt innerhalb des zu überwachenden Hochspannungsnetzzweiges gemessen werden. Es kann sich jedoch auch um die Belegung eines Speicherbereichs der Leitstelle 6 oder die Auslastung einer zentralen Recheneinheit des Schutzgerätes 7 handeln. Durch die Fehleranalyseroutinen 9 werden die Prozessparameter auf Fehler überprüft und mit softwareseitig eingegebenen Grenzszenarien vergli- chen. Bei Vorliegen solcher Grenzszenarien oder Auslösebedingungen werden durch die Fehleranalyseroutinen 9 Zustande- oder Fehlermeldungen erzeugt, die über eine Ausgabeschnittstelle des Laufzeitsystems 2 an die Bildschirmeinheit 4 über- tragen werden. Die Bildschirmanzeige 4 bringt die Fehlermeldung anschließend dem Benutzer visuell zur Anzeige.After the fault analysis routines 9 have been started, they each access the component 6, 7 or 8 assigned to them via the Internet and the control center network of the control center system 1, thereby obtaining process parameters. Such status parameters are, for example, voltage or current values that are measured at a specific point in time within the high-voltage network branch to be monitored. However, it can also involve the occupancy of a memory area of the control center 6 or the workload of a central processing unit of the protective device 7. The process parameters are checked for errors by the error analysis routines 9 and compared with limit scenarios entered by the software. chen. If such limit scenarios or triggering conditions are present, the error analysis routines 9 generate status or error messages which are transmitted to the display unit 4 via an output interface of the runtime system 2. The screen display 4 then visually displays the error message to the user.
Jede Fehleranalyseroutine 9 weist daher auf der Softwareebene eine Schnittstelle mit dem Serverprogramm oder dem Browser- programm des Laufzeitprogramms 3 auf. Entsprechendes gilt für die Übertragung der Zustandsparameter zwischen den Fehleranalyseroutinen und dem Serverprogramm beziehungsweise dem Browserprogramm. Each error analysis routine 9 therefore has an interface on the software level with the server program or the browser program of the runtime program 3. The same applies to the transmission of the state parameters between the error analysis routines and the server program or the browser program.

Claims

Patentansprüche claims
1. Verfahren zum Überprüfen einer Leitstellenanlage (1), bei dem wenigstens ein dynamischer Speicherbereich (5) von einem Laufzeitsystem (2) verwaltet wird, das Laufzeitsystem (2) zur Überprüfung der Leistellenanlage (1) eingerichtete Fehleranalyseroutinen (9) in wenigstens einen der Speicherbereiche (5) lädt und den Ablauf der in dem Speicherbereich (5) abgelegten Fehleranalyserou- tinen (9) startet, die gestarteten Fehleranalyseroutinen (9) auf die LeitStellenanlage (1) unter Gewinnung von Prozessparametern oder Systemparametern zugreifen, die Prozessparameter oder die Systemparameter von den Fehleranalyseroutinen (9) auf Fehlerbedingungen überprüft werden und zumindest beim Vorliegen von Fehlerbedingungen eine Zustandsmeldung erzeugt wird.1. Method for checking a control center system (1), in which at least one dynamic memory area (5) is managed by a runtime system (2), the runtime system (2) for checking the control center system (1) has error analysis routines (9) set up in at least one of the Loads memory areas (5) and starts the process of the error analysis routines (9) stored in the memory area (5), the started error analysis routines (9) access the control center system (1) while gaining process parameters or system parameters, the process parameters or the system parameters of the error analysis routines (9) are checked for error conditions and a status message is generated at least when error conditions exist.
2. Verfahren nach Anspruch 1 , d a d u r c h g e k e n n z e i c h n e t , dass jede gestartete Fehleranalyseroutine (9) auf jeweils eine Datenquelleneinheit (6,7,8) der Leistellenanlage (1) zugreift.2. The method as claimed in claim 1, so that each started error analysis routine (9) accesses one data source unit (6, 7, 8) of the control center system (1).
3. Verfahren nach Anspruch 1 oder 2 , d a d u r c h g e k e n n z e i c h n e t , dass Fehleranalyseroutinen (9) in Abhängigkeit des Benutzers des Laufzeitsystems (2) in wenigstens einen der Speicherbereiche oder in den Speicherbereich (5) geladen werden .3. The method according to claim 1 or 2, ie, that error analysis routines (9) are loaded into at least one of the memory areas or into the memory area (5) depending on the user of the runtime system (2).
Verfahren nach einem der vorhergehenden Ansprüche, d a d u r c h g e k e n n z e i c h n e t , dass das Laufzeitsystem (2) das Starten von in dem Speicher- bereich (5) oder in den Speicherbereichen abgelegten Fehleranalyseroutinen (9) in festen Zeitabständen kontinuierlich wiederholt.Method according to one of the preceding claims, characterized in that the runtime system (2) starting in the memory area (5) or error analysis routines (9) stored in the memory areas are continuously repeated at fixed time intervals.
5. Verfahren nach einem der vorhergehenden Ansprüche, d a d u r c h g e k e n n z e i c h n e t , dass das Laufzeitsystem (2) ein auf einem Netzserver eingerichtetes Serverprogramm und wenigstens ein Browserprogramm auf einem Client-Rechner aufweist, wobei jedes Browserprogramm auf das Serverprogramm über das Internet zugreift .5. The method according to any one of the preceding claims, that the runtime system (2) has a server program set up on a network server and at least one browser program on a client computer, each browser program accessing the server program via the Internet.
6. Verfahren nach Anspruch 5 , d a d u r c h g e k e n n z e i c h n e t , dass das Serverprogramm für jedes Browserprogramm jeweils einen dynamischen Speicherbereich verwaltet, wobei die Fehleranalyseroutinen (9) zu Beginn des Zugriffs jedes Browserprogramms auf das Serverprogramm in den jeweils zugeordneten Speicherbereich (5) geladen werden.6. The method as claimed in claim 5, so that the server program manages a dynamic memory area for each browser program, the error analysis routines (9) being loaded into the respectively assigned memory area (5) at the start of each browser program's access to the server program.
7. Verfahren nach einem der vorhergehenden Ansprüche, d a d u r c h g e k e n n z e i c h n e t, dass eine Konfigurationsdatei in den dynamischen Speicherbereich geladen wird, wobei die Konfigurationsdatei die Struktur und die Reihenfolge der Bearbeitungsroutinen festlegt .7. The method as claimed in one of the preceding claims, that a configuration file is loaded into the dynamic memory area, the configuration file determining the structure and the sequence of the processing routines.
8. Verfahren nach einem der vorhergehenden Ansprüche, d a d u r c h g e k e n n z e i c h n e t, dass das Laufzeitsystem (2) über das Vorliegen aktualisierter Fehleranalyseroutinen (9) informiert wird und die aktualisierten Fehlerbehandlungsroutinen (9) in wenigstens einen der Speicherbereiche (5) lädt. 8. The method according to any one of the preceding claims, characterized in that the runtime system (2) is informed of the existence of updated error analysis routines (9) and loads the updated error handling routines (9) in at least one of the memory areas (5).
9. System (1) zum Überprüfen einer Leitstellenanlage (1) mit einem aus Hardware- und Softwarekomponenten beste- henden Laufzeitsystem (2) , das über ein Leitstellennetz mit der Leistellenanlage (1) verbunden ist, g e k e n n z e i c h n e t d u r c h einen vom Laufzeitsystem (2) dynamisch verwalteten Speicherbereich (5) , in dem Fehleranalyseroutinen (9) dyna- misch abgelegt sind, wobei die Fehleranalyseroutinen (9) zum Abfragen von Prozessparametern oder Systemparametern der LeitStellenanlage (1) und zur Ausgabe einer Zu- standsmeldung in Abhängigkeit der Prozessparameter oder Systemparameter über eine Ausgabeschnittstelle einge- richtet sind.9. System (1) for checking a control center system (1) with a runtime system (2) consisting of hardware and software components, which is connected to the control center system (1) via a control center network, characterized by a dynamically managed by the runtime system (2) Memory area (5) in which error analysis routines (9) are stored dynamically, the error analysis routines (9) for querying process parameters or system parameters of the control center system (1) and for outputting a status message depending on the process parameters or system parameters via an output interface are set up.
10. System nach Anspruch 9, d a d u r c h g e k e n n z e i c h n e t, dass das Laufzeitsystem (2) einen Internet-Server und wenigs- tens einen über das Internet mit dem Internet-Server koppelbaren Client-Rechner umfasst, wobei jeder Client- Rechner eine Bildschirmanzeige (4) zum Darstellen der Zustandsmeldung aufweist, die mit der Ausgabeschnittstelle verbunden ist.10. System according to claim 9, characterized in that the runtime system (2) comprises an Internet server and at least one client computer that can be coupled to the Internet server via the Internet, each client computer having a screen display (4) for displaying of the status message, which is connected to the output interface.
11. System nach Anspruch 9 oder 10, d a d u r c h g e k e n n z e l e h n e t, dass die Fehleranalyseroutinen auf Quelldateneinheiten (6,7,8) der Leitstellenanlage (1) zugreifen, wobei jeder Quelldateneinheit (6,7,8) jeweils eine Fehleranalyseroutine (9) zugeordnet ist. 11. The system as claimed in claim 9 or 10, so that the error analysis routines access source data units (6, 7, 8) of the control center system (1), each error data routine (6, 7, 8) being assigned an error analysis routine (9).
PCT/DE2004/001401 2003-07-22 2004-06-29 Method and system for checking a control system WO2005010755A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
DE10333891.8 2003-07-22
DE2003133891 DE10333891A1 (en) 2003-07-22 2003-07-22 Method and system for checking a control center installation

Publications (2)

Publication Number Publication Date
WO2005010755A2 true WO2005010755A2 (en) 2005-02-03
WO2005010755A3 WO2005010755A3 (en) 2005-03-03

Family

ID=34088822

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/DE2004/001401 WO2005010755A2 (en) 2003-07-22 2004-06-29 Method and system for checking a control system

Country Status (2)

Country Link
DE (1) DE10333891A1 (en)
WO (1) WO2005010755A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7558770B2 (en) 2006-08-23 2009-07-07 International Business Machines Corporation Method and system to detect application non-conformance

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5367670A (en) * 1991-06-24 1994-11-22 Compaq Computer Corporation Computer system manager for monitoring events and operating parameters and generating alerts
DE10053665A1 (en) * 2000-10-28 2002-05-02 Wwl Internet Ag Internet based remote process control system uses generic hardware and software for control of a process control system from a client computer that connects to an internet server that is directly connected to the control system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5367670A (en) * 1991-06-24 1994-11-22 Compaq Computer Corporation Computer system manager for monitoring events and operating parameters and generating alerts
DE10053665A1 (en) * 2000-10-28 2002-05-02 Wwl Internet Ag Internet based remote process control system uses generic hardware and software for control of a process control system from a client computer that connects to an internet server that is directly connected to the control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7558770B2 (en) 2006-08-23 2009-07-07 International Business Machines Corporation Method and system to detect application non-conformance

Also Published As

Publication number Publication date
WO2005010755A3 (en) 2005-03-03
DE10333891A1 (en) 2005-02-24

Similar Documents

Publication Publication Date Title
EP1309920A2 (en) Address assignment method for at least one bus device that has recently been connected to a bus system
DE112004001775T5 (en) Method and apparatus for providing automatic software updates
EP1430368B1 (en) Method for accessing information and/or services of a distributed automation system
WO2019068375A1 (en) Method and central data processing device for updating software in a plurality of vehicles
EP1991926A1 (en) Method for the transmission of program updates for program-controlled devices in a communication network
DE102006035889A1 (en) System and method for automatically installing and maintaining hardware and software in a distributed computer system
DE102004048666A1 (en) Expandable network agent - process, system and architecture
DE102018114060A1 (en) Lighting system and quality determination method for a lighting system
WO2005104055A2 (en) Method and system for remote monitoring remote control and/or remote diagnosis of a device
WO2005010755A2 (en) Method and system for checking a control system
DE102004048394B4 (en) Remote control system
DE10117459A1 (en) Method and device for obtaining diagnostic information
EP2899632A1 (en) Method for usage-controlled update of a software product
DE10333888B3 (en) Method for controlling a data exchange
EP1128604A2 (en) Device for adapting an application to a telecommunication network
EP1146422A1 (en) Method to set up a communications link between an embedded server and a client computer
DE102004051834B4 (en) Testing unit for programmable electrical installations, especially building installations with an electronic control bus, has a gateway to the installation via which the data of individual network members or units can be accessed
DE19743758C1 (en) Responsive system for digital signal processing for control and monitoring of nuclear power station
DE102011085755B4 (en) Method for operating an automation device for accessing a documentation storage
DE202019106549U1 (en) System for controlling application facilities using dialogs or social media
WO2008122505A1 (en) Method and control program for providing a computer software code
EP1674957A1 (en) Rule based, distributed engineering
EP2765516B1 (en) Method for checking a computer network
DE102022002106A1 (en) Method for operating a technical installation and technical installation
DE10319887A1 (en) Method for aligning a database displayed on a client data processing device with a source database stored on a server data processing device

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase