WO1999017192A1 - Method for configuring data processing equipment - Google Patents

Method for configuring data processing equipment Download PDF

Info

Publication number
WO1999017192A1
WO1999017192A1 PCT/DE1998/002447 DE9802447W WO9917192A1 WO 1999017192 A1 WO1999017192 A1 WO 1999017192A1 DE 9802447 W DE9802447 W DE 9802447W WO 9917192 A1 WO9917192 A1 WO 9917192A1
Authority
WO
WIPO (PCT)
Prior art keywords
parameter
file
value
definition file
parameters
Prior art date
Application number
PCT/DE1998/002447
Other languages
German (de)
French (fr)
Inventor
Ralph Rinschen
Original Assignee
Siemens Nixdorf Informationssysteme Ag
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 Nixdorf Informationssysteme Ag filed Critical Siemens Nixdorf Informationssysteme Ag
Priority to EP98948814A priority Critical patent/EP1027646A1/en
Priority to AU95312/98A priority patent/AU9531298A/en
Priority to JP2000514190A priority patent/JP2001518659A/en
Publication of WO1999017192A1 publication Critical patent/WO1999017192A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Definitions

  • the invention relates to a configuration method for data processing systems.
  • the Free Software Foundation provides under the name "GNU CFENGINE” a system developed by Mark Burgess for the administration of data processing systems, which is based on operating systems according to the POSIX standard. Version 1.4.1 of this software can be reached via ftp://ftp.germany.eu.net/ /pub/packages/gnu/cfengine-1.4.1. tar. gz and via any other mirror of "Free Software Foundation Inc.”, 59 Temple Place - Suite 330, Boston, MA 02111, USA.
  • "CFENGINE” is a system for managing a network of data processing systems. A special script language is used to describe the target configuration of a data processing system.
  • the associated Software is controlled by this script language in such a way that the target configuration described there is set.
  • the section "editfiles” is of particular importance. With “editfiles” a number of files can be brought to a target level.
  • the commands provided in CFENGINE make it possible to automatically inspect a configuration or parameter file and bring it to a desired target state. This is achieved by a number of commands, eg "AppendlfNoSuchLine", which inserts a line if it is not available.
  • An experienced system administrator is required, as can be seen from the last paragraph of the above section, which states: "It is suggested that you use these editing functions with caution.”.
  • parameters of different applications or their programs and parameter files are assigned based on the knowledge of the system administrator, who must be informed and trained to know the respective names and references of the parameters to one another. If modified software is installed, the control file for CFENGINE must be updated accordingly.
  • the invention is based on the observation that parameters of the respective applications or system components are often referred to differently, although they must be the same when the system is in operation.
  • the invention therefore uses a definition file in which the parameters of the system components are identified and localized and are given a name in such a way that parameters which have the same content, even if they are designated differently by the system components and are stored in different places, are given a uniform designation.
  • This name can then be chosen in the terminology and in relation to the field of application.
  • the user then defines his specific parameters for the overall system and saves them in a single configuration file.
  • the process updates the parameters of the system components using the definition and configuration files. This procedure also makes it easy to carry out a test run at which the parameter updater logs what changes should be made, but without already making these changes.
  • Fig. 2 shows the links between the data fields.
  • FIG. 1 schematically shows a parameter comparator 10 which processes a definition file 12 and a configuration file 14.
  • One or more parameter files (16) are created from the data stored there.
  • a parameter file is a file in which a number of values are stored by means of an associative method, ie addressed by key. These values are used by a program using the parameter file to define runtime parameters.
  • Such a parameter file 16 is shown schematically in FIG. 2 as a table, in which a key A is listed in the first column and the associated values E are contained in the second column. There are a number of different types after which these parameters are saved. In POSIX operating systems, these are the files also known as .re files, whose file names begin with a period. In the graphical user interface Windows 3.x from Microsoft, files with the extension '.INI' are used.
  • Section identifiers in square brackets and, apart from comment or blank lines, a parameter for each line, the line starting with a key value, followed by an equal sign and the set value.
  • Logically there is a tree structure in which the file name represents the root, the section designates a subsequent node, the keys represent the lowest nodes and the values represent the leaves.
  • parameters in the Windows NT operating system are also stored in a central database, the tree structure being represented by a dot as a separator via the syntax of a key.
  • the representation in FIG. 2 assumes a linearized tree in which, for example, the absolute name of the parameter is present in the key.
  • the type of storage whether as a binary file or in a readable form, whether linearized or with measures that accelerate access, can be chosen freely by the person skilled in the art applying the invention in accordance with the respective boundary conditions and other requirements. Whether all parameters are stored in a single database or the top sheets represent file names is of secondary importance for the invention.
  • the key A thus symbolically stands for the name of the parameter, its format and the location as well as the type of storage.
  • the tables involved are shown in simplified form in FIG. 2.
  • a parameter file 16 contains a number of parameters, represented as lines, with a key A and a value E. Furthermore, there is a definition file 12 which logically has three columns, namely a key A, a designation B and a standard value C. The keys are the same as used in the parameter file 16 and are therefore designated with A in both. There is also a configuration file 14, which conceptually has two columns A and D. The first column A again contains a key from the same entirety as the columns A of the parameter file 16 and the definition file 12. Associated with this is a target value D of the respective parameter designated by the key.
  • the method implemented by the parameter comparator 10 is based on the definition file. This is processed line by line and the triple is read from name A, description B and standard value C. Using the name A, the key A is searched for in the parameter file 16, indicated by the arrow 22, and the value E is read. If there is no entry with the key A, the standard value C is set as the value E and otherwise the value E is continued. The designation B is also searched for in the configuration file 14, symbolized in FIG. 2 by the connection 21. If the designation B is not found, the value C is used instead of the value D in the further steps. In terms of programming, it can make sense to keep copies of the files in memory and then to add the key B not found with the value D equal to the value C. However, it should be noted that the parameter comparator does not change the definition file or the configuration file; only the parameter file 16 is changed different. found, the value D is compared with the value E.
  • the value D takes precedence over the stored value E; i.e. the value D is entered in the parameter file 16 if it deviates from the value E.
  • the behavior of the parameter comparator 10 can also be described as follows: Set the value E under the key A in the parameter file 16 if the identifier B is also found in the configuration file 14. Otherwise, set the value C under the key A in the parameter file.
  • the detour via the identifier B ensures that the keys in the configuration file 14 can be selected freely and independently of the keys in the parameter file 16. This is because the latter are determined by the manufacturers of the products that use the parameter file 16.
  • the definition file 12 is created by a specialist who compiles the products and has precise knowledge of the required parameters A. The configuration file can then be maintained by a user who now finds the changed identifiers adapted to his terminology and does not have to take into account the component for which the value D is intended.
  • the definition file can also contain information about the permitted parameter values E from the configuration file.
  • the permitted parameter values E are the usual ben, as they are used in plausibility checks, for example, value ranges for numerical values and the like. If a target value D is not below the permitted values, the standard value C is entered in its place. The same applies if the entered value E is not permitted. This can happen if the user has changed the parameter value E by other means.
  • a message can be sent to an administrator using the means available in the respective operating system, for example mail or 'syslog'. The log file described below can also accommodate this message.
  • Every change to a parameter file 16 is noted in the log file 20.
  • the previous value is also entered here. It is not only possible to understand the changes. If an inadmissible value is found in the configuration file, which can be changed by the user, then in the case of a log file the previous value is taken from the log file, which probably delivers better results than the standard value C from the definition file 12.
  • a status file 19 is provided in a development of the invention. All changed or checked values of all affected parameter files 16 are stored in these. Not all parameters are saved, as is the case with the registry in Windows NT, but only those that are handled by the parameter comparator. This also allows a backup on systems like 'Windows for Workgroups 1 , where a backup of the parameter files is not provided. It also contains the last set or checked value so that changes can be made by the user with Edi- gates can be easily undone directly in the parameter files.
  • a control file 18 is provided. In this the mapping of the key A from the definition file 12 to the parameter file 16 is determined. Depending on the operating system, all parameters are stored in a single ('registry') database or in several text files ('. Ini').
  • the control file 18 uses a further indirect step in that the key A in the definition file 12 is broken down into two parts, the first of which deals with the control file 18 and the second is the key in the respective parameter file 16.
  • the key A in the definition file 12 is 'X25.CALL'; its value, a number, is irrelevant here.
  • the key 'X25' is used to search in the control file 18 and as a result, depending on the respective system, it is found that either a file 'C: ⁇ windows ⁇ x25.ini' in Windows text format or a '.ini' in the OS / 2 binary format, or a section 'HKEY / LOCAL_SYSTEM / SOFTWARE / NETWORK / PACKET / X25' should be used in a registry 'registry'.
  • the definition file 12 can thus be created and maintained independently of the respective system. Since the configuration file 14 still refers to the keys in the definition file 12, only the control file has to be exchanged when the operating system is changed.
  • the values are tested in the following order: value from the configuration file; original value; Default value from the definition file; Average or median for an ordered amount or first value for an unordered amount of the allowed values.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a method for operating a data processing facility with a parameter adjuster, which adjusts the parameter settings of system components in that a definition file identifies the parameters and a configuration file determines the parameters using the identification contained in the definition file.

Description

Konfigurierungsverfahren für Datenverarbeitungsanlagen Configuration procedure for data processing systems
Techn-i sπhfis G hi etTechn-i sπhfis G hi et
Die Erfindung betrifft ein Konfigurierungsverfahren für Datenverarbeitungsanlagen .The invention relates to a configuration method for data processing systems.
S an der TechnikS in technology
Viele Einrichtungen und Automaten, hier insbesondere Geldausgabe-Automaten, Service- und Auskunftsstationen, Buchungsautomaten, enthalten eine Datenverarbeitungsanlage zur Steuerung. Vielfach wird, entsprechend der verfüg- baren Computertechnik und -Leistung, diese aus einer ansonsten verwendbaren universellen Anlage wie einem Personal-Computer oder Arbeitsgruppen-Server abgeleitet und verwendet dessen Betriebssystem. Als Bedienoberfläche stehen Bildschirme mit den heutigen graphischen Möglich- keiten zur Verfügung, die daher von Programmen bedient werden, die mit den Werkzeugen für die Erstellung von Programmen für beispielsweise Personal Computer erstellt werden. Daneben ist eine Anzahl von Programmen aktiv, die die spezielle Peripherie des Automaten bedienen und dar- auf angepaßt werden müssen. Alle diese Programme benötigen zu ihrem Betrieb Parameter- oder Konfigurationsdaten, die in der Datenverarbeitungsanlage gespeichert sind. Auch wenn diese im Format immer mehr einen gemeinsamen Standard annehmen, so ist doch sicherzustellen, daß die für den Betrieb notwendigen Parameter richtig eingestellt sind.Many facilities and machines, in particular cash dispensers, service and information stations, booking machines, contain a data processing system for control. In many cases, depending on the available computer technology and performance, it is derived from an otherwise usable universal system such as a personal computer or workgroup server and uses its operating system. Screens with today's graphic options are available as the user interface, which are therefore operated by programs that are created with the tools for creating programs for, for example, personal computers. In addition, a number of programs are active which operate the special periphery of the machine and have to be adapted to it. All of these programs require parameter or configuration data for their operation, which are stored in the data processing system. Even if these increasingly adopt a common standard in terms of format, it must nevertheless be ensured that the parameters necessary for operation are set correctly.
Diese Einstellung von Parametern wurde früher von einem Kundendienstmitarbeiter manuell bei Installation durchgeführt bzw. bei Bedarf vor Ort aktualisiert. Bei einer Fehlfunktion wurde auch, kontrolliert durch die Erfahrung und Kenntnis der Person, nach eventuellen Fehlern gesucht. Für die Installation eines Programms ist es daher seit längerem bekannt, diese durch ein weiteres Programm durchführen zu lassen, welches die Programmdateien auf das Zielsystem kopiert und die Parameterdateien einrichtet.This setting of parameters was previously carried out manually by a customer service representative during installation or updated on-site if required. At a Malfunction was also checked for possible errors, controlled by the experience and knowledge of the person. For the installation of a program it has therefore been known for a long time to have this carried out by another program which copies the program files to the target system and sets up the parameter files.
Ein solches Verfahren ist beispielsweise in der technischen Referenz für die Microsoft Windows NT Workstation 4.0, Microsoft Press Deutschland 1996, ISBN 3-86063 -240-X in Kapitel 2 beschrieben, bei dem im den Abschnitten "Installation von Anwendungen" und "Uniqueness Database Files (UDFs) " beschrieben ist, daß und wie zusätzliche Anwendungen installiert und für jede einzelne Anlage auch unterschiedlich konfiguriert werden können. Dabei ist jedoch die Kenntnis der Parameternamen der einzelnen Anwendungen notwendig. Bei Änderungen nach Betriebsbeginn ist keine Unterstützung vorhanden; diese sind entweder mit dem Konfigurationsprogramm der jeweiligen Komponente oder mit generellen Werkzeugen, hier dem Registrierungs-Editor oder einem Texteditor für die .INI-Dateien, durchzuführen.Such a method is described, for example, in the technical reference for the Microsoft Windows NT Workstation 4.0, Microsoft Press Germany 1996, ISBN 3-86063-240-X in Chapter 2, in which the sections "Installation of Applications" and "Uniqueness Database Files (UDFs) "describes that and how additional applications can be installed and configured differently for each individual system. However, knowledge of the parameter names of the individual applications is necessary. There is no support for changes after the start of operations; these can be carried out either with the configuration program of the respective component or with general tools, here the registry editor or a text editor for the .INI files.
Von der Free Software Foundation wird unter dem Namen "GNU CFENGINE" ein von Mark Burgess entwickeltes System zur Administration von Datenverarbeitungsanlagen bereitgestellt, welches auf Betriebsysteme nach dem POSIX- Standard bezogen ist. Die Version 1.4.1 dieser Software ist u.a. erreichbar über ftp://ftp.germany.eu.net/ /pub/packages/gnu/cfengine-1.4.1. tar . gz und über jeden anderen Mirror der "Free Software Foundation Inc.", 59 Temple Place - Suite 330, Boston, MA 02111, USA. "CFENGINE" ist ein System zu Verwaltung eines Netzwerks von Datenverarbeitungsanlagen. Es wird eine spezielle Scriptsprache benutzt, um die Soll-Konfiguration einer Datenverarbeitungsanlage zu beschreiben. Die zugehörige Software wird durch diese Scriptsprache dahingehend gesteuert, daß die dort beschriebene Sollkonfiguration eingestellt wird. Hierbei ist der Abschnitt "editfiles" von besonderer Bedeutung. Mit "editfiles" kann eine Anzahl von Dateien auf einen Sollstand gebracht werden. Die in CFENGINE vorgesehenen Kommandos erlauben es, eine Konfi- gurations- oder Parameterdatei automatisch zu inspizieren und auf einen gewünschten Sollzustand zu bringen. Dies wird durch eine Anzahl von Kommandos, z.B. "AppendlfNoSuchLine" , welches eine Zeile einfügt, wenn sie nicht vorhanden ist, erreicht werden. Hierbei wird ein erfahrener Systemverwalter vorausgesetzt, wie sich aus dem letzten Absatz des o.g. Abschnitts ergibt, in dem es heißt: "It is suggested that you use these editing functions with caution.".The Free Software Foundation provides under the name "GNU CFENGINE" a system developed by Mark Burgess for the administration of data processing systems, which is based on operating systems according to the POSIX standard. Version 1.4.1 of this software can be reached via ftp://ftp.germany.eu.net/ /pub/packages/gnu/cfengine-1.4.1. tar. gz and via any other mirror of "Free Software Foundation Inc.", 59 Temple Place - Suite 330, Boston, MA 02111, USA. "CFENGINE" is a system for managing a network of data processing systems. A special script language is used to describe the target configuration of a data processing system. The associated Software is controlled by this script language in such a way that the target configuration described there is set. The section "editfiles" is of particular importance. With "editfiles" a number of files can be brought to a target level. The commands provided in CFENGINE make it possible to automatically inspect a configuration or parameter file and bring it to a desired target state. This is achieved by a number of commands, eg "AppendlfNoSuchLine", which inserts a line if it is not available. An experienced system administrator is required, as can be seen from the last paragraph of the above section, which states: "It is suggested that you use these editing functions with caution.".
Dabei geschieht eine Zuordnung von Parametern unterschiedlicher Anwendungen bzw. ihrer Programme und Parameterdateien über die Kenntnis des Systemverwalters, welcher dahingehend informiert und ausgebildet sein muß, die jeweiligen Namen und Bezüge der Parameter untereinander zu kennen. Wird eine geänderte Software installiert, dann muß die Steuerdatei für CFENGINE entsprechend manuell aktualisiert werden.In this case, parameters of different applications or their programs and parameter files are assigned based on the knowledge of the system administrator, who must be informed and trained to know the respective names and references of the parameters to one another. If modified software is installed, the control file for CFENGINE must be updated accordingly.
Ein weiteres Verfahren ist in dem Installationshandbuch "S.u.S.E. Linux 4.3" von B. Bauer u.a., Fürth 1996, ISBN 3-930419-31-9, beschrieben. Im Abschnitt 11.5 ab Seite 11-5 wird dargestellt, daß eine zentrale Konfigurations- datei /etc/rc . config verwendet wird. Programmtechnisch wird dort eine Anzahl von Umgebungsvariablen gesetzt, die u.a. durch den nachfolgenden Aufruf von /sbin/SuSEconfig in andere Parameterdatei eingetragen werden, z.B. /etc/resolv. conf . Auch wenn eine veränderte und vereinheitlichte Namensgebung der Parameter sowie eine Mehrfachverwendbarkeit der Parameter erreichbar ist, so ist die Anpassung an die jeweilige Komponente durch Anpassung des jeweiligen Skripts in der ../init.d notwendig. Dieses wird jedoch in der Regel durch den Lieferanten der .Systemsoftware vorgegeben, weswegen Änderungen darin zu Problemen bei der Wartung führen.Another method is described in the installation manual "SuSE Linux 4.3" by B. Bauer and others, Fürth 1996, ISBN 3-930419-31-9. Section 11.5 from page 11-5 shows that a central configuration file / etc / rc. config is used. In terms of programming, a number of environment variables are set there, which are entered in other parameter files, for example / etc / resolv, by calling / sbin / SuSEconfig. conf. Even if a changed and standardized naming of the parameters as well as a multiple use of the parameters can be achieved, the adaptation to the respective component can be achieved by adaptation of the respective script in the ../init.d is necessary. However, this is usually specified by the system software supplier, which is why changes in it lead to maintenance problems.
Es ist demgegenüber erstrebenswert, bei Kundeninstallationen von Datenverarbeitungsanlagen mit einer Anzahl miteinander verbundener Programme, die sich dem Kunden als eine einzige Anwendung darstellen, dem Betreuer des Kunden eine einfache Möglichkeit zu geben, Parameter an- zupassen oder zu korrigieren, ohne dazu Detailkenntnisse in den Parameterdateien und verschiedene Varianten von Parameterdateien kennen zu müssen.In contrast, it is desirable in the case of customer installations of data processing systems with a number of interlinked programs which present themselves to the customer as a single application, to give the customer care representative an easy possibility to adapt or correct parameters without having to have detailed knowledge of the parameter files and having to know different variants of parameter files.
Darstellung der ErfindungPresentation of the invention
Die Erfindung geht von der Beobachtung aus, daß häufig Parameter von den jeweiligen Anwendungen bzw. Systemkomponenten unterschiedlich bezeichnet werden, obwohl sie beim Betrieb des Systems gleich sein müssen. Die Erfindung verwendet daher Definitionsdatei, in der die Parameter der Systemkomponenten bezeichnet und lokalisiert sind sowie einen Namen derart bekommen, daß inhaltlich gleiche Parameter, auch wenn sie von den Systemkomponenten unterschiedlich bezeichnet und an unterschiedlichen Stellen abgelegt sind, eine einheitliche Bezeichnung erhalten. Diese Bezeichnung kann dann in der Terminologie und bezo- gen auf das Einsatzfeld gewählt werden. Mittels dieser auf das Anwendungsfeld bezogenen Bezeichnungen legt dann der Anwender seine speziellen Parameter für das Gesamtsystem fest und speichert sie in einer einzigen Konfigurationsdatei. Unabhängig von dem Start des Systems, also auch im laufenden Betrieb, aktualisiert das Verfahren die Parameter der Systemkomponenten mittels der Definitionsund der Konfigurationsdatei. Durch dieses Vorgehen ist es auch einfach möglich, einen Probelauf durchzuführen, bei dem der Parameteraktualisierer protokolliert, welche Änderungen durchzuführen wären, ohne diese Änderungen jedoch bereits durchzuführen.The invention is based on the observation that parameters of the respective applications or system components are often referred to differently, although they must be the same when the system is in operation. The invention therefore uses a definition file in which the parameters of the system components are identified and localized and are given a name in such a way that parameters which have the same content, even if they are designated differently by the system components and are stored in different places, are given a uniform designation. This name can then be chosen in the terminology and in relation to the field of application. Using these designations related to the application field, the user then defines his specific parameters for the overall system and saves them in a single configuration file. Regardless of the start of the system, i.e. also during operation, the process updates the parameters of the system components using the definition and configuration files. This procedure also makes it easy to carry out a test run at which the parameter updater logs what changes should be made, but without already making these changes.
Es handelt sich also um ein Verfahren zum Betrieb einer Datenverarbeitungsanlage mit einem Parameterabgleicher, der Sätze von Parametern von Systemkomponenten dadurch einstellt, daß eine Definitionsdatei die Parameter bezeichnet und eine Konfigurationsdatei die Parameter mittels der Bezeichnung aus der Definitionsdatei bestimmt.It is therefore a method for operating a data processing system with a parameter comparator, which sets sets of parameters of system components in that a definition file designates the parameters and a configuration file determines the parameters by means of the designation from the definition file.
Kurzbeschreibung der ZeichnungenBrief description of the drawings
Es zeigenShow it
Fig. 1 die Anordnung der an dem Verfahren beteiligten Komponenten,1 shows the arrangement of the components involved in the method,
Fig. 2 die Verknüpfungen der Datenfelder.Fig. 2 shows the links between the data fields.
Beschrel bυng eines Aus ϋhrungsbel spl l sDescription of an execution note spl l s
In Fig. 1 ist schematisch einen Parameterabgleicher 10, der eine Definitionsdatei 12 und eine Konfigurationsdatei 14 bearbeitet. Aus den dort gespeicherten Daten werden eine oder mehrere Parameterdateien (16) erstellt.1 schematically shows a parameter comparator 10 which processes a definition file 12 and a configuration file 14. One or more parameter files (16) are created from the data stored there.
Eine Parameterdatei ist eine Datei, in der mittels eines assoziativen Verfahrens, d.h. über Schlüssel adressiert, eine Anzahl von Werten gespeichert wird. Diese Werte dienen einem die Parameterdatei benutzenden Programm dazu, Ablaufparameter festzulegen. Eine solche Parameterdatei 16 ist in Fig. 2 schematisch als Tabelle dargestellt, bei der in der ersten Spalte ein Schlüssel A aufgeführt und in der zweiten Spalte die dazu gehörigen Werte E enthalten sind. Es sind eine Anzahl verschiedener Arten be- kannt, nach denen diese Parameter gespeichert werden. Dies sind in POSIX-Betriebssystemen die auch als .reDateien bezeichneten Dateien, deren Dateinamen mit einem Punkt beginnt. In der graphischen Oberfläche Windows 3.x der Firma Microsoft werden dazu Dateien mit der Erweiterung '.INI' verwendet. Diese enthalten Abschnittsbezeich- ner in eckigen Klammern und ansonsten, abgesehen von Kommentar- oder Leerzeilen, je Zeile einen Parameter, wobei die Zeile mit einem Schlüsselwert beginnt, auf den ein Gleichheitszeichen und der gesetzte Wert folgt . Logisch liegt eine Baumstruktur vor, bei der der Dateiname die Wurzel darstellt, der Abschnitt einen nachfolgenden Knoten bezeichnet, die Schlüssel die untersten Knoten und die Werte die Blätter darstellen. Entsprechend werden Pa- rameter in dem Betriebssystem Windows NT auch in einer zentralen Datenbank gespeichert, wobei die Baumstruktur über die Syntax eines Schlüssels durch einen Punkt als Trenner dargestellt wird.A parameter file is a file in which a number of values are stored by means of an associative method, ie addressed by key. These values are used by a program using the parameter file to define runtime parameters. Such a parameter file 16 is shown schematically in FIG. 2 as a table, in which a key A is listed in the first column and the associated values E are contained in the second column. There are a number of different types after which these parameters are saved. In POSIX operating systems, these are the files also known as .re files, whose file names begin with a period. In the graphical user interface Windows 3.x from Microsoft, files with the extension '.INI' are used. These contain section identifiers in square brackets and, apart from comment or blank lines, a parameter for each line, the line starting with a key value, followed by an equal sign and the set value. Logically, there is a tree structure in which the file name represents the root, the section designates a subsequent node, the keys represent the lowest nodes and the values represent the leaves. Correspondingly, parameters in the Windows NT operating system are also stored in a central database, the tree structure being represented by a dot as a separator via the syntax of a key.
Die Strukturierung der Parameter als Baum ist zwar für den menschlichen Leser sehr hilfreich, aber für den technischen Gehalt der Erfindung von geringer Bedeutung. Daher wird in der Darstellung in Fig. 2 von einem lineari- sierten Baum ausgegangen, bei dem im Schlüssel z.B. der absolute Name des Parameters vorhanden ist. Die Art der Speicherung, ob als Binärdatei oder in lesbarer Form, ob linerarisiert oder mit den Zugriff beschleunigenden Maßnahmen, kann entsprechend den jeweiligen Randbedingungen nach den sonstigen Anforderungen frei von dem die Erfindung anwendenden Fachmann gewählt werden. Ob alle Parame- ter in einer einzigen Datenbank gespeichert oder die obersten Blätter Dateinamen darstellen, ist von nebensächlicher Bedeutung für die Erfindung. Der Schlüssel A steht also symbolisch ggf. für die Bezeichnung des Parameters, sein Format und den Ort sowie die Art der Spei- cherung. In Fig. 2 sind die beteiligten Tabellen vereinfacht dargestellt. Eine Parameterdatei 16 enthält eine Anzahl von, als Zeilen dargestellten, Parametern mit einem Schlüssel A und einem Wert E. Ferner ist eine Definitionsdatei 12 vorhanden, die logisch drei Spalten aufweist, nämlich einen Schlüssel A, eine Bezeichnung B und einen Standardwert C. Die Schlüssel sind dieselben wie in der Parameterdatei 16 verwendeten und daher in beiden mit A bezeichnet. Ferner ist eine Konfigurationsdatei 14 vorhan- den, die konzeptionell zwei Spalten A und D aufweist. Die erste Spalte A enthält wieder einen Schlüssel aus derselben Gesamtheit wie die Spalten A der Parameterdatei 16 und der Definitionsdatei 12. Dem zugeordnet ist ein Sollwert D des jeweiligen durch den Schlüssel bezeichneten Parameters .The structuring of the parameters as a tree is very helpful for the human reader, but of little importance for the technical content of the invention. Therefore, the representation in FIG. 2 assumes a linearized tree in which, for example, the absolute name of the parameter is present in the key. The type of storage, whether as a binary file or in a readable form, whether linearized or with measures that accelerate access, can be chosen freely by the person skilled in the art applying the invention in accordance with the respective boundary conditions and other requirements. Whether all parameters are stored in a single database or the top sheets represent file names is of secondary importance for the invention. The key A thus symbolically stands for the name of the parameter, its format and the location as well as the type of storage. The tables involved are shown in simplified form in FIG. 2. A parameter file 16 contains a number of parameters, represented as lines, with a key A and a value E. Furthermore, there is a definition file 12 which logically has three columns, namely a key A, a designation B and a standard value C. The keys are the same as used in the parameter file 16 and are therefore designated with A in both. There is also a configuration file 14, which conceptually has two columns A and D. The first column A again contains a key from the same entirety as the columns A of the parameter file 16 and the definition file 12. Associated with this is a target value D of the respective parameter designated by the key.
Das durch den Parameterabgleicher 10 realisierte Verfahren geht von der Definitionsdatei aus. Diese wird zeilenweise bearbeitet und das Tripel aus Name A, Bezeichnung B und Standardwert C gelesen. Mittels des Namens A wird in der Parameterdatei 16 der Schlüssel A gesucht, durch den Pfeil 22 angedeutet, und der Wert E gelesen. Ist kein Eintrag mit dem Schlüssel A vorhanden, wird der Standardwert C als Wert E gesetzt und ansonsten mit dem jetzt gesetzten Wert E fortgefahren. Weiter wird die Bezeichnung B in der Konfigurationsdatei 14 gesucht, in Fig. 2 durch die Verbindung 21 symbolisiert. Wird die Bezeichnung B nicht gefunden, so wird in den weiteren Schritten der Wert C anstelle des Wertes D verwendet. Es kann programmtechnisch sinnvoll sein, Kopien der Dateien im Speicher zu halten und dort dann den nicht gefundenen Schlüssel B mit dem Wert D gleich dem Wert C nachzutragen. Es sei jedoch darauf hingewiesen, daß der Parameterabgleicher weder die Definitionsdatei noch die Konfigurationsdatei verändert; lediglich die Parameterdatei 16 wird verän- dert . gefunden, wird der Wert D mit dem Wert E verglichen.The method implemented by the parameter comparator 10 is based on the definition file. This is processed line by line and the triple is read from name A, description B and standard value C. Using the name A, the key A is searched for in the parameter file 16, indicated by the arrow 22, and the value E is read. If there is no entry with the key A, the standard value C is set as the value E and otherwise the value E is continued. The designation B is also searched for in the configuration file 14, symbolized in FIG. 2 by the connection 21. If the designation B is not found, the value C is used instead of the value D in the further steps. In terms of programming, it can make sense to keep copies of the files in memory and then to add the key B not found with the value D equal to the value C. However, it should be noted that the parameter comparator does not change the definition file or the configuration file; only the parameter file 16 is changed different. found, the value D is compared with the value E.
Dabei hat der Wert D Vorrang vor dem gespeicherten Wert E; d.h., es wird der Wert D in der Parameterdatei 16 ein- getragen, wenn er von dem Wert E abweicht.The value D takes precedence over the stored value E; i.e. the value D is entered in the parameter file 16 if it deviates from the value E.
Man kann das Verhalten des Parameterabgleichers 10 auch so beschreiben: Setze den Wert E unter dem Schlüssel A in der Parameterdatei 16, wenn der Bezeichner B auch in der Konfigurationsdatei 14 gefunden wird. Sonst setze den Wert C unter dem Schlüssel A in die Parameterdatei.The behavior of the parameter comparator 10 can also be described as follows: Set the value E under the key A in the parameter file 16 if the identifier B is also found in the configuration file 14. Otherwise, set the value C under the key A in the parameter file.
Durch den Umweg über den Bezeichner B wird erreicht, daß die Schlüssel in der Konfigurationsdatei 14 frei und unabhängig von den Schlüsseln in der Parameterdatei 16 gewählt werden können. Denn die letzteren werden von den Herstellern der Produkte, die die Parameterdatei 16 verwenden, bestimmt. Die Definitionεdatei 12 wird von einem Fachmann erstellt, der die Produkte zusammenstellt und genaue Kenntnis der benötigten Parameter A hat. Die Konfigurationsdatei kann dann durch einen Anwender gewartet werden, der nun die veränderten, auf seine Terminologie angepaßten Bezeichner findet und nicht berücksichtigen muß, für welche Komponente der Wert D bestimmt ist.The detour via the identifier B ensures that the keys in the configuration file 14 can be selected freely and independently of the keys in the parameter file 16. This is because the latter are determined by the manufacturers of the products that use the parameter file 16. The definition file 12 is created by a specialist who compiles the products and has precise knowledge of the required parameters A. The configuration file can then be maintained by a user who now finds the changed identifiers adapted to his terminology and does not have to take into account the component for which the value D is intended.
Ferner ist es damit möglich, denselben Wert D, durch den Bezeichner B bestimmt, verschiedenen Parametern, durch den Schlüssel A bestimmt, zuzuordnen. Dies wird erreicht, indem die Bezeichnung B in der zweiten Spalte der Definitionsdatei mehrfach auftaucht. Damit ist es möglich, wenn mehrere Komponenten denselben Parameter benötigen, aber unterschiedlich bezeichnen, dieselben in der Konfigurati- onsdatei nur einmal aufzuführen.Furthermore, it is thus possible to assign the same value D, determined by the identifier B, to different parameters, determined by the key A. This is achieved by the designation B appearing several times in the second column of the definition file. This means that if several components require the same parameter but have different names, they can only be listed once in the configuration file.
Nicht in Fig. 2 gezeigt, kann die Definitionsdatei auch Angaben über die erlaubten Parameterwerte E aus der Konfigurationsdatei enthalten. Hier sind die üblichen Anga- ben, wie sie in Plausibilitätsprüfungen verwendet werden, möglich, z.B. Wertebereiche für numerische Werte und dergleichen. Ist ein Sollwert D nicht unter den erlaubten Werten, dann wird an seiner Stelle der Standardwert C eingetragen. Gleiches gilt, wenn der eingetragene Wert E nicht zulässig ist. Dies kann geschehen, wenn der Anwender mit anderen Mitteln den Parameterwert E verändert hat. Dabei kann eine Nachricht an einen Administrator mit den in dem jeweiligen Betriebssytem verfügbaren Mitteln, z.B. Mail oder 'syslog', erfolgen. Auch die im folgenden beschriebene Protokolldatei kann diese Nachricht aufnehmen.Not shown in FIG. 2, the definition file can also contain information about the permitted parameter values E from the configuration file. Here are the usual ben, as they are used in plausibility checks, for example, value ranges for numerical values and the like. If a target value D is not below the permitted values, the standard value C is entered in its place. The same applies if the entered value E is not permitted. This can happen if the user has changed the parameter value E by other means. A message can be sent to an administrator using the means available in the respective operating system, for example mail or 'syslog'. The log file described below can also accommodate this message.
Jede Änderung einer Parameterdatei 16 wird in der Protokolldatei 20 vermerkt. Hier wird auch der bisherige Wert eingetragen. Damit ist es nicht nur möglich, die Änderungen nachzuvollziehen. Wird in der, durch den Anwender ja veränderbaren, Konfigurationsdatei ein unzulässiger Wert gefunden, so wird im Falle einer Protokolldatei der bisherige Wert aus der Protokolldatei genommen, der wahr- scheinlich bessere Ergebnisse als der Standardwert C aus der Definitionsdatei 12 liefert.Every change to a parameter file 16 is noted in the log file 20. The previous value is also entered here. It is not only possible to understand the changes. If an inadmissible value is found in the configuration file, which can be changed by the user, then in the case of a log file the previous value is taken from the log file, which probably delivers better results than the standard value C from the definition file 12.
Da es recht aufwendig ist, aus der Protokolldatei den letzten erzeugten Stand zu rekonstruieren, ist in einer Weiterbildung der Erfindung eine Statusdatei 19 vorgese- hen . In diese werden jeweils alle geänderten oder geprüften Werte aller betroffenen Parameterdateien 16 abgespeichert. Es werden also nicht sämtliche Parameter gesichert, wie es z.B. bei der Registry in Windows NT vorgesehen ist, sondern nur diejenigen, die von dem Parameter- abgleicher behandelt werden. Das läßt eine Sicherung auch auf Systemen wie 'Windows for Workgroups1 zu, bei denen eine Sicherung der Parameterdateien nicht vorgesehen ist. Ferner ist darin der letzte gesetzte bzw. geprüfte Wert vorhanden, so daß Änderungen durch den Benutzer mit Edi- toren direkt in den Parameterdateien leicht rückgängig gemacht werden können.Since it is quite complex to reconstruct the last generated status from the log file, a status file 19 is provided in a development of the invention. All changed or checked values of all affected parameter files 16 are stored in these. Not all parameters are saved, as is the case with the registry in Windows NT, but only those that are handled by the parameter comparator. This also allows a backup on systems like 'Windows for Workgroups 1 , where a backup of the parameter files is not provided. It also contains the last set or checked value so that changes can be made by the user with Edi- gates can be easily undone directly in the parameter files.
In einer anderen Weiterbildung ist eine Steuerdatei 18 vorgesehen. In dieser wird die Abbildung des Schlüssels A aus der Definitionsdatei 12 auf die Parameterdatei 16 festgelegt. Je nach Betriebssystem sind alle Parameter in einer einzigen ('registry') Datenbank oder in mehreren Textdateien ( ' . ini ' ) gespeichert. Die Steuerungsdatei 18 benutzt einen weiteren indirekten Schritt, indem der Schlüssel A in der Definitionsdatei 12 in zwei Teile zerlegt wird, von denen der erste über die Steuerdatei 18 behandelt und der zweite der letztendlich Schlüssel in der jeweiligen Parameterdatei 16 ist. Beispielsweise lautet der Schlüssel A in der Definitionsdatei 12 'X25.CALL'; sein Wert, eine Zahl, ist hier ohne Bedeutung. Mit dem Schlüssel ' X25' wird in der Steuerdatei 18 gesucht und als Ergebnis, abhängig vom jeweiligen System, gefunden, daß entweder eine Datei 'C:\windows\x25.ini' im Windows-Textformat , oder eine '.ini' im OS/2 Binärformat, oder ein Abschnitt ' HKEY/LOCAL_SYSTEM/SOFTWARE/NETWORK/ PACKET/X25 ' in einer Registrierungs -Datenbank 'registry' verwendet werden soll. Damit kann die Definitionsdatei 12 unabhängig vom jeweiligen System erstellt und gewartet werden. Das sich die Konfigurationsdatei 14 weiterhin auf die Schlüssel in der Definitionsdatei 12 bezieht, muß bei einem Wechsel des Betriebssystems lediglich die Steuerdatei mit ausgetauscht werden.In another development, a control file 18 is provided. In this the mapping of the key A from the definition file 12 to the parameter file 16 is determined. Depending on the operating system, all parameters are stored in a single ('registry') database or in several text files ('. Ini'). The control file 18 uses a further indirect step in that the key A in the definition file 12 is broken down into two parts, the first of which deals with the control file 18 and the second is the key in the respective parameter file 16. For example, the key A in the definition file 12 is 'X25.CALL'; its value, a number, is irrelevant here. The key 'X25' is used to search in the control file 18 and as a result, depending on the respective system, it is found that either a file 'C: \ windows \ x25.ini' in Windows text format or a '.ini' in the OS / 2 binary format, or a section 'HKEY / LOCAL_SYSTEM / SOFTWARE / NETWORK / PACKET / X25' should be used in a registry 'registry'. The definition file 12 can thus be created and maintained independently of the respective system. Since the configuration file 14 still refers to the keys in the definition file 12, only the control file has to be exchanged when the operating system is changed.
Bei einer Variante der Erfindung werden die Werte in folgender Reihenfolge verprobt: Wert aus der Konfigurations- datei; ursprünglicher Wert; Standardwert aus der Definitionsdatei; Mittelwert oder Mediän bei einer geordneten Menge bzw. erster Wert bei einer nicht geordneten Menge der erlaubten Werte . In a variant of the invention, the values are tested in the following order: value from the configuration file; original value; Default value from the definition file; Average or median for an ordered amount or first value for an unordered amount of the allowed values.

Claims

Patentansprüche claims
1. Verfahren zum Betrieb einer Datenverarbeitungsanlage mit einer Anzahl von in der Regel miteinander verbundenen Systemkomponeten, die einen jeweiligen Satz von Parametern (16) , die über ein oder mehrere dazu bestimmte Mittel in der Datenverarbeitungsanlage lesbar und schreibbar gespeichert sind, verwenden, mit den Merkmalen1. A method for operating a data processing system with a number of system components which are generally connected to one another and use a respective set of parameters (16) which are stored in the data processing system in a readable and writable manner by one or more means intended for this purpose, with the features
- ein Parameterabgleicher (10) aktualisiert Sätze von Parametern (16) von Systemkomponenten wie folgt:a parameter comparator (10) updates sets of parameters (16) of system components as follows:
* eine Definitionsdatei (12) enthält Tripel aus:* a definition file (12) contains triples from:
- Verweis (A) auf einen Parameter einer Systemkomponente,Reference (A) to a parameter of a system component,
- Bezeichnung (B) des Parameters unabhängig von der Systemkomponente,- Name (B) of the parameter regardless of the system component,
- Standardwert (C) des Parameters;- standard value (C) of the parameter;
* eine Konfigurationsdatei (14) enthält Paare aus* a configuration file (14) contains pairs
- Bezeichnung (B) eines Parameters wie in der Definitionsdatei , - Sollwert (D) des Parameters;- Name (B) of a parameter as in the definition file, - Setpoint (D) of the parameter;
* wobei der Parameterabgleicher (10)* where the parameter adjuster (10)
- einen Parameter einer Systemkomponente mittels der ersten Komponente (A) eines Tripeis der Definitionsdatei (12) lokalisiert und ihn mit den dazu bestimmten Mitteln liest,- localizes a parameter of a system component by means of the first component (A) of a trip ice of the definition file (12) and reads it with the means determined for this purpose,
- den Parameter bei Vorhandensein eines Paares in der Konfigurationsdatei (14), dessen Bezeichnung (A) mit der Bezeichnung (A) in der Definitionsdatei (12) übereinstimmt, auf den Sollwert (D) aus der Konfigurationsdatei (14), sonst auf den Standardwert (C) aus der Definitionsdatei (12) setzt,- The parameter in the presence of a pair in the configuration file (14), the designation (A) of which corresponds to the designation (A) in the definition file (12), to the target value (D) from the configuration file (14), otherwise on sets the standard value (C) from the definition file (12),
- und den Parameter durch die dazu bestimmten Mittel schreibt, wenn der Wert nicht gleich dem gelesenen Wert ist.- and writes the parameter by the means intended for this if the value is not equal to the read value.
2. Verfahren nach einem der vorhergehenden Ansprüche, wobei der Verweis auf einen Parameter einer Systemkomponente die Bezeichnung des Parameters, sein Format und den Ort sowie die Art der Speicherung angibt . 2. The method according to any one of the preceding claims, wherein the reference to a parameter of a system component indicates the name of the parameter, its format and the location and the type of storage.
3. Verfahren nach einem der vorhergehenden Ansprüche, wobei zusätzlich zum Standardwert ein Menge erlaubter Werte des Parameters in der Definitionsdatei angegeben sind und, sofern ein Wert nicht im erlaubten Wertebereich liegt, ein erlaubter Wert eingesetzt wird und optional eine Nachricht an einen Adminstrator erzeugt wird.3. The method according to any one of the preceding claims, wherein in addition to the standard value, a set of permitted values of the parameter are specified in the definition file and, if a value is not within the permitted value range, a permitted value is used and optionally a message to an administrator is generated.
4. Verfahren nach Anspruch 3, wobei die erlaubten Werte in folgender Reihenfolge verprobt werden: Wert aus der Konfigurationsdatei; ursprünglicher Wert; Stan- dardwert aus der Definitionsdatei; Mittelwert oder Mediän bei einer geordneten Menge bzw. erster Wert bei einer nicht geordneten Menge der erlaubten Werte.4. The method according to claim 3, wherein the permitted values are tested in the following sequence: value from the configuration file; original value; Standard value from the definition file; Average or median for an ordered amount or first value for an unordered amount of the allowed values.
5. Verfahren nach einem der vorhergehenden Ansprüche, wobei jede Veränderung eines Parameters in einer Hi- storiendatei (20) gespeichert wird und bei einem unzulässigen Parameter in der Konfigurationsdatei der früherer Wert aus der Historiendatei ermittelt und sodann verwendet wird.5. The method according to any one of the preceding claims, wherein each change of a parameter is stored in a history file (20) and, in the case of an impermissible parameter in the configuration file, the previous value is determined from the history file and then used.
6. Verfahren nach einem der vorhergehenden Ansprüche, wobei der jeweilige Stand der geänderten oder geprüften Parameter in einer Statusdatei 19 gespeichert wird und diese Werte anstelle einer Rekonstruktion mittels der Historiendatei (20) verwendet werden. 6. The method according to any one of the preceding claims, wherein the respective status of the changed or checked parameters is stored in a status file 19 and these values are used instead of a reconstruction using the history file (20).
7. Verfahren nach einem der vorhergehenden Ansprüche, wobei eine Steuerdatei vorgesehen ist, mit der der Verweis (A) der Definitionsdatei (21) dahingehend ergänzt bzw. umgesetzt wird, daß Lage, Art und ggf. ei- ne Umbenennung der Schlüssel in Parameterdateien (16) bestimmt wird. 7. The method according to any one of the preceding claims, wherein a control file is provided with which the reference (A) of the definition file (21) is supplemented or implemented in such a way that the location, type and, if appropriate, renaming of the keys in parameter files ( 16) is determined.
PCT/DE1998/002447 1997-09-30 1998-08-20 Method for configuring data processing equipment WO1999017192A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP98948814A EP1027646A1 (en) 1997-09-30 1998-08-20 Method for configuring data processing equipment
AU95312/98A AU9531298A (en) 1997-09-30 1998-08-20 Method for configuring data processing equipment
JP2000514190A JP2001518659A (en) 1997-09-30 1998-08-20 Configuration methods for data processing systems

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
DE19743324.3 1997-09-30
DE19743324A DE19743324A1 (en) 1997-09-30 1997-09-30 Configuration procedure for data processing systems

Publications (1)

Publication Number Publication Date
WO1999017192A1 true WO1999017192A1 (en) 1999-04-08

Family

ID=7844234

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/DE1998/002447 WO1999017192A1 (en) 1997-09-30 1998-08-20 Method for configuring data processing equipment

Country Status (6)

Country Link
EP (1) EP1027646A1 (en)
JP (1) JP2001518659A (en)
CN (1) CN1272927A (en)
AU (1) AU9531298A (en)
DE (1) DE19743324A1 (en)
WO (1) WO1999017192A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104679551A (en) * 2013-12-03 2015-06-03 上海移为通信技术有限公司 MTK platform terminal equipment and parameter configuring method of software updating of MTK platform terminal equipment

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6931523B1 (en) * 1999-12-09 2005-08-16 Gateway Inc. System and method for re-storing stored known-good computer configuration via a non-interactive user input device without re-booting the system
DE10203403B4 (en) * 2002-01-28 2005-01-27 Wincor Nixdorf International Gmbh Computer system with peripheral device controllers used by an application server and a configuration server
US20050010388A1 (en) * 2003-07-11 2005-01-13 International Business Machines Corporation Dynamic online multi-parameter optimization system and method for autonomic computing systems
JP4516404B2 (en) * 2004-10-28 2010-08-04 株式会社日立製作所 Database construction method, database construction system, and database construction program
EP1679630A3 (en) * 2004-12-09 2006-08-30 Sysmex Corporation Method for setting operating condition of measuring apparatus, method for managing measurement result of measuring apparatus, measuring system, data processing apparatus for measuring apparatus, and storage medium
DE102012106774A1 (en) 2012-07-25 2014-01-30 Endress + Hauser Gmbh + Co. Kg Method for maintaining the functionality of a field device
WO2016004978A1 (en) * 2014-07-08 2016-01-14 Siemens Aktiengesellschaft Development device for developing technical installations, automation system, control device, and method
DE102016008587B4 (en) * 2016-07-13 2024-02-15 Audi Ag Access to a control signal that can be transmitted via a data bus of a motor vehicle

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0434288A2 (en) * 1989-12-20 1991-06-26 Ge Fanuc Automation North America, Inc. Programmable logic controller and method of operation thereof
US5339432A (en) * 1992-10-13 1994-08-16 Microsoft Corporation Method and system for providing user control of device driver configuration
US5428791A (en) * 1992-07-18 1995-06-27 International Computers Limited Configuration mechanism for a computer system having generic user interface and component-specific builder modules

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0434288A2 (en) * 1989-12-20 1991-06-26 Ge Fanuc Automation North America, Inc. Programmable logic controller and method of operation thereof
US5428791A (en) * 1992-07-18 1995-06-27 International Computers Limited Configuration mechanism for a computer system having generic user interface and component-specific builder modules
US5339432A (en) * 1992-10-13 1994-08-16 Microsoft Corporation Method and system for providing user control of device driver configuration

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"APPLICATION INTERFACE TO OBJECTS AND METHODS ON OBJECTS", IBM TDB, vol. 34, no. 7b, December 1991 (1991-12-01), pages 292 - 297, XP000282585 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104679551A (en) * 2013-12-03 2015-06-03 上海移为通信技术有限公司 MTK platform terminal equipment and parameter configuring method of software updating of MTK platform terminal equipment

Also Published As

Publication number Publication date
AU9531298A (en) 1999-04-23
DE19743324A1 (en) 1999-04-08
EP1027646A1 (en) 2000-08-16
CN1272927A (en) 2000-11-08
JP2001518659A (en) 2001-10-16

Similar Documents

Publication Publication Date Title
EP0829046B1 (en) Method and system for setting up user programs as well as user computer in a computer net
DE10048942A1 (en) Software product maintaining method in client computer system, by downloading data required for software maintenance from local memory and another memory during execution of software maintenance at client system
DE4305522C2 (en) Device for computer-aided diagnosis of a technical system consisting of modules
EP1430369B1 (en) Dynamic access to automation resources
EP3480672B1 (en) Method for identifying and indicating operator access to process objects and operator system
DE10309246B4 (en) Procedure for event management
EP1638028A2 (en) Computer aided generation and change management for user interfaces
DE19847201A1 (en) Computer with random-access memory operated as logic drive
EP1027646A1 (en) Method for configuring data processing equipment
EP1701266A1 (en) Test apparatus for verification of a batch processing
EP3364257B1 (en) Method for operating an engineering system for an industrial process automation system and control program
DE19908866C1 (en) Software system transfer method has hardware parameters of configuration data for software system specific to first hardware platform replaced by hardware parameters specific to second hardware platform
EP1561172B1 (en) Device for provision of access to data
WO2001063408A2 (en) Method for assuring compatibility and method for securing data within a distributed computer system
EP2329374A1 (en) Test module and method for testing an o/r imaging middleware
EP1536328A2 (en) Data processing system with automatable management and method for automated management of a data processing system
DE102005008519B4 (en) Method for monitoring a directory in a printing system, computer program product and printing system for carrying out this method
EP1668494B1 (en) Method and system for configuring the language of a computer programme
EP1436673B1 (en) Automatic parameter recording
EP1376383A2 (en) Method for processing inputs and outputs data for statistical analysis and method for purging redundancies
DE19926370A1 (en) System for documentation, archiving and locating re-useable software components has version management system, central documentation generation system, search engine, web server
DE102004017698A1 (en) Supervisory control and data acquisition system for network control system, has data acquisition components e.g. blocking devices, switching assignments and markings and usages of foreign vendors that are in respective integration platforms
DE19807436B4 (en) System and method for controlling and monitoring programs in a computer network
DE202016104397U1 (en) Arrangement with a tool for configuring a technical system
DE10348665B4 (en) Computer-aided database system and method of operation thereof

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 98809729.X

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): AU CN ID JP US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 1998948814

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 95312/98

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: 09509410

Country of ref document: US

WWP Wipo information: published in national office

Ref document number: 1998948814

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1998948814

Country of ref document: EP