EP1402353A2 - Software tool for formulating an automation task to be solved - Google Patents
Software tool for formulating an automation task to be solvedInfo
- Publication number
- EP1402353A2 EP1402353A2 EP02712760A EP02712760A EP1402353A2 EP 1402353 A2 EP1402353 A2 EP 1402353A2 EP 02712760 A EP02712760 A EP 02712760A EP 02712760 A EP02712760 A EP 02712760A EP 1402353 A2 EP1402353 A2 EP 1402353A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- template
- objects
- software tool
- vol
- automation
- Prior art date
- Legal status (The legal status 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 status listed.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B19/00—Programme-control systems
- G05B19/02—Programme-control systems electric
- G05B19/04—Programme control other than numerical control, i.e. in sequence controllers or logic controllers
- G05B19/042—Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
- G05B19/0426—Programming the control sequence
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B2219/00—Program-control systems
- G05B2219/20—Pc systems
- G05B2219/23—Pc programming
- G05B2219/23255—Object oriented programming, OOP
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B2219/00—Program-control systems
- G05B2219/20—Pc systems
- G05B2219/23—Pc programming
- G05B2219/23261—Use control template library
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B2219/00—Program-control systems
- G05B2219/20—Pc systems
- G05B2219/23—Pc programming
- G05B2219/23262—DDE direct data exchange, DLL dynamic library linking
Definitions
- the invention relates to a software tool for formulating an automation task to be solved according to the preamble of claim 1. Furthermore, the invention relates to a programming device with such a software tool.
- a software tool according to the preamble of claim 1 is known from the Siemens catalog ST 70, edition 2001, chapter 8.
- B. Programming languages m in the form of continuous function chart (CFC) or sequential function chart (SFC) provided.
- CFC continuous function chart
- SFC sequential function chart
- On a display unit of the programming device these programming languages enable objects to be represented which represent parts of a technical system to be controlled or parts of a system to be controlled.
- Several objects are made from one with template-specific parts, e.g. B. frequently occurring system parts, provided template can be generated, according to the so-called copy / modify concept, the template is first copied according to the number of objects to be created. Then each copy with object-specific parts, i.e. H.
- the present invention has for its object to provide a software tool of the type mentioned, which simplifies a change of template-specific parts in objects.
- a programming device with such a software tool must be specified.
- templates can be created and edited centrally, the modifications automatically having an effect on the objects which have arisen from this template, without the adjustments to these objects which have been made according to local requirements being lost.
- each template is a unique and distinctive identifier, z. B. assigned an identifier in the form of a so-called Universal Unique Identifier (UUID). Furthermore, this identifier is assigned to each object that has arisen from this template, so that each object can be clearly assigned to its template.
- each modifiable part of a template is assigned a unique identifier. On the basis of these identifiers, it is possible to determine all the objects that emerge from a template, as well as the parts modified in the template and thus also the parts to be modified in the objects belonging to this template, which results in a comparison of the modifications can. Existing object-specific parts in the objects are retained.
- FIGS. 1 and 2 a CFC representation
- Figure 5 is a coding table.
- FIG 1 is provided with Vol a on a display unit by a software tool
- Vol a on a display unit by a software tool
- Template-specific automation radio ⁇ functions VI, V2, V3 and V4 one of which functions VI, V2 and V3 and V2 and V are in operative connection, which can be seen from corresponding lines Lvl, Lv2 and Lv3 m in the illustration.
- the template-specific parts VI, V2, V3, Lvl and Lv2 should be able to be subsequently modified centrally, which is shown in the present example by the hatched representation of the automation functions VI, V2 and V3 and by the thick lines Lvl and Lv2 becomes.
- a user specifies which template-specific parts of the template Vol should be modifiable.
- the software tool recognizes such a marking and assigns first identifications to these parts VI, V2, V3, Lvl and Lv2. In addition to these first identifiers, the software tool creates a second identifier for the Vol template and for each copy of this Vol template. In the present example it is assumed that the template Vol has been copied twice because two objects Obl_01 and Ob2_01 have to be created according to the automation task to be solved, the common features of the template-specific parts VI, V2, V3, Lvl and Lv2 of template Vol.
- the template-specific parts Lv2, V4 have been removed from the objects Obl_01 and Ob2_01, whereby the object 0bl_01 has besides the template-specific parts whether ect-specific automation functions 01, 02, 03 as well as object-specific connection lines Lol, Lo2, Lo3 and Lo4; the object Ob2_01 is next to the template-specific Provide parts with object-specific parts 04, 05 as well as Lo5, Lo ⁇ and Lo7.
- the template Vol m is modified in such a way that the connection Lv2 is deleted and the template Vol a new template-specific automation function V5 and new connecting lines Lv4 and Lv5 are added, whereby a new template Vo2 is created (FIG 2).
- These new template-specific parts V5, Lv4 and Lv5 are again specially marked in the display unit, e.g.
- the automation function V5 is dashed and the connecting lines Lv4 and Lv5 are shown in thick lines, which indicates that these parts can in turn be modified centrally and the software tool assigns a first identifier for each of these parts in the manner described.
- the software tool On the basis of the second identifier, which the software tool assigned to the template Vol and the objects Obl_01 and Ob2_01, the software tool recognizes that the objects Obl_01 and Ob2_01 have template-specific parts of the template Vol.
- the software tool recognizes which template-specific parts have changed in template Vo2 compared to the parts in template Vol. On the basis of these identifiers, the software tool tracks the template-specific changes in the Obl_01 and Ob2_01 objects that were made in the Vol template, which results in the modified Obl_02 and Ob2_02 objects.
- these objects Obl_02 and Ob2_02 therefore have the template-specific automation functions VI, V2, V3 and V5 as well as the template-specific connections Lvl, Lv4 and Lv5 of the template Vo2, which means that compared to the original template Vol, the modified objects Obl_01 and Ob2_01 added the automation function V5 and the connections Lv4, Lv5, the connection Lv2 was deleted.
- the object-specific parts of the objects Obl_01 and Ob2_01, the automation functions 01, 02, 03 as well as the compounds Lol, Lo2, Lo3 and the automation ⁇ approximation functions 04, 05, 06 as well as the connections remain Lo4, Lo5, m Lo6 the modified objects and Obl_02 Ob2_02 obtained.
- FIGS. 3 and 4 show an SFC representation of automation functions for solving an automation task.
- modifiable automation functions and modifiable connections Tv3 can be marked on a display unit in a template Vo3, the software tool assigning corresponding first identifiers to these parts Tv3.
- the software tool 0b objects 0b3, 0b4, which result from the template Vo3, assigns a second identifier.
- the software tool modifies objects 0b3, 0b4 in accordance with the modifications m of template Vo3.
- the template Vo3 is modified such that the template Vo3 is supplemented by parts Tv4, whereby a modified template Vo4 is created.
- the software tool modifies the objects Ob3, 0b4 m in the same way, which results in modified objects 0b5, 0b6 which have the template-specific parts Tv3, Tv4 of the template Vo4 without the adapted parts 06, 07, 08 being lost.
- FIG. 5 shows a coding table created by the software tool, editable by the software tool, and m that can be stored in a memory of a programming device.
- Templates Vox, Voy are entered in the table, of which the template Vox is provided with a second identifier K1 and the template Voy is provided with a second identifier K2.
- the template Vox has template-specific parts V10, Vll, V12, Lvll and Lvl2, each of which is assigned a first identifier.
- the template-specific part V10 is assigned an identifier Ka
- the part Vll an identifier Kb, ... net.
- the table also shows that two objects Oblx and Ob2x are derived from this template Vox, since these objects Oblx, Ob2x are also assigned the second identifier Kl.
- Objects Obly, Ob2y, Ob3y and Ob4y are correspondingly assigned second identifiers K2, which indicates that these were derived from a template Voy having the identifier K2.
- This template Voy has template-specific parts V20, V21 and Lv20, to which the software tool assigned the first identifiers Kf, Kg and Kh.
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Stored Programmes (AREA)
Abstract
Disclosed is an automation tool for formulating an automation task to be solved, enabling the representation of automation functions in the form of objects on a display unit, said objects being able to be produced from a template and comprising at least one template and/or at least one object-specific part. The software tool is configured in such a way that modification of the template-specific parts in objects is made easier without local adaptations which are undertaken.
Description
Beschreibungdescription
Software-Werkzeug zur Formulierung einer zu losenden Auto¬ matisierungsaufgabeSoftware tool for formulating a too loose ends car ¬ matisierungsaufgabe
Die Erfindung betrifft ein Software-Werkzeug zur Formulierung einer zu losenden Automatisierungsaufgabe gemäß dem Oberbegriff des Anspruchs 1. Darüber hinaus betrifft die Erfindung ein Programmiergerat mit einem derartigen Software- Werkzeug.The invention relates to a software tool for formulating an automation task to be solved according to the preamble of claim 1. Furthermore, the invention relates to a programming device with such a software tool.
Ein Software-Werkzeug gemäß dem Oberbegriff des Anspruchs 1 ist aus dem Siemens-Katalog ST 70, Ausgabe 2001, Kapitel 8 bekannt. Dort sind zur Formulierung einer zu losenden Auto- matisierungsaufgäbe auf einem Programmiergerat verschiedene Programmiersprachen, z. B. Programmiersprachen m Form von Contmuous Function Chart (CFC) oder Sequential Function Chart (SFC) , vorgesehen. Auf einer Anzeigeeinheit des Programmiergerätes ermöglichen diese Programmiersprachen eine Darstellung von Objekten, welche Teile einer zu steuernden technischen Anlage oder Teile eines zu steuernden Systems repräsentieren. Dabei sind mehrere Objekte aus einer mit vorlagenspezifischen Teilen, z. B. häufig vorkommende An- lagenteile, versehenen Vorlage erzeugbar, wobei gemäß dem so genannten Copy-/Modιfy-Konzept zunächst die Vorlage entsprechend der Anzahl der zu erstellenden Objekte kopiert wird. Anschließend wird jede Kopie mit objektspezifischen Teilen, d. h. mit entsprechenden den lokalen Erfordernissen angepassten Anlagenteilen, ergänzt, wodurch aus jeder modi- fizierten Kopie ein Objekt entsteht. Es kann nun vorkommen, dass aufgrund nachträglicher Fehlerbehebung oder Funktionserweiterung Änderungen m einer Vorlage vorgenommen werden müssen, was bedeutet, dass diese nderungen auch in den aus dieser Vorlage abgeleiteten Objekten einfließen müssen.A software tool according to the preamble of claim 1 is known from the Siemens catalog ST 70, edition 2001, chapter 8. There are different programming languages for the formulation of an automation task to be solved on a programming device. B. Programming languages m in the form of continuous function chart (CFC) or sequential function chart (SFC) provided. On a display unit of the programming device, these programming languages enable objects to be represented which represent parts of a technical system to be controlled or parts of a system to be controlled. Several objects are made from one with template-specific parts, e.g. B. frequently occurring system parts, provided template can be generated, according to the so-called copy / modify concept, the template is first copied according to the number of objects to be created. Then each copy with object-specific parts, i.e. H. with appropriate system components adapted to local requirements, which creates an object from every modified copy. It can now happen that changes have to be made in a template due to subsequent troubleshooting or functional expansion, which means that these changes must also be incorporated in the objects derived from this template.
Der vorliegenden Erfindung liegt die Aufgabe zugrunde, ein Software-Werkzeug der eingangs genannten Art zu schaffen,
welches eine nderung von vorlagenspezifischen Teilen m Objekten vereinfacht. Darüber hinaus ist ein Programmiergerat mit einem derartigen Software-Werkzeug anzugeben.The present invention has for its object to provide a software tool of the type mentioned, which simplifies a change of template-specific parts in objects. In addition, a programming device with such a software tool must be specified.
Diese Aufgabe wird im Hinblick auf das Software-Werkzeug durch die im kennzeichnenden Teil des Anspruchs 1 angegebenen Maßnahmen, im Hinblick auf das Programmiergerat mit den im Anspruch 2 angegebenen Maßnahmen gelost.This object is achieved with regard to the software tool by the measures specified in the characterizing part of claim 1, with regard to the programming device with the measures specified in claim 2.
Vorteilhaft ist, dass Vorlagen zentral erstellt und bearbeitet werden können, wobei die Modifikationen sich automatisch auf die Objekte auswirken, welche aus dieser Vorlage entstanden sind, ohne dass die nach lokalen Erfordernissen vorgenommenen Anpassungen an diesen Objekten verloren gehen.It is advantageous that templates can be created and edited centrally, the modifications automatically having an effect on the objects which have arisen from this template, without the adjustments to these objects which have been made according to local requirements being lost.
In einer Ausgestaltung der Erfindung gemäß den im Anspruch 2 angegebenen Maßnahmen wird jeder Vorlage bei ihrer Erstellung eine eindeutige und unverwechselbare Kennung, z. B. eine Kennung m Form eines so genannten Universal Unique Identifier (UUID) , zugeordnet. Ferner wird diese Kennung jedem Objekt, welches aus dieser Vorlage entstanden ist, zugeordnet, wodurch jedes Objekt eindeutig seiner Vorlage zugeordnet werden kann. Darüber hinaus wird auch jedem modifizierbaren Teil einer Vorlage eine eindeutige Kennung zugeordnet. Aufgrund dieser Kennungen ist es sowohl möglich, alle Objekte zu ermitteln, die aus einer Vorlage hervorgehen, als auch die in der Vorlage modifizierten und somit auch die in den zu dieser Vorlage gehörigen Objekten zu modifizierenden Teile zu ermitteln, wodurch ein Abgleich der Modifikationen bewirkt werden kann. Bestehende objektspezifisch angepasste Teile in den Objekten bleiben erhalten.In one embodiment of the invention according to the measures specified in claim 2, each template is a unique and distinctive identifier, z. B. assigned an identifier in the form of a so-called Universal Unique Identifier (UUID). Furthermore, this identifier is assigned to each object that has arisen from this template, so that each object can be clearly assigned to its template. In addition, each modifiable part of a template is assigned a unique identifier. On the basis of these identifiers, it is possible to determine all the objects that emerge from a template, as well as the parts modified in the template and thus also the parts to be modified in the objects belonging to this template, which results in a comparison of the modifications can. Existing object-specific parts in the objects are retained.
Anhand der Zeichnung, m der ein Ausfuhrungsbeispiel der Erfindung veranschaulicht ist, werden im Folgenden die Erfm- düng, deren Ausgestaltungen sowie Vorteile naher erläutert.
Es zeigenThe invention, its configurations and advantages are explained in more detail below with the aid of the drawing, which illustrates an exemplary embodiment of the invention. Show it
Figuren 1 und 2 eine CFC-Darstellung,FIGS. 1 and 2 a CFC representation,
Figuren 3 und 4 eine SFC-Darstellung von Automatisierungs¬ funktionen zur Losung einer Automatisierungs- aufgäbe undFigures 3 and 4 an SFC view of automation ¬ functions of an automation solution gave up and
Figur 5 eine Codierungstabelle .Figure 5 is a coding table.
In Figur 1 ist mit Vol eine auf einer Anzeigeeinheit durch ein Software-Werkzeug erstell- und darstellbare Vorlage be- zeichnet, welche vorlagenspezifische Automatisierungsfunk¬ tionen VI, V2, V3 und V4 umfasst, von denen die Funktionen VI, V2 und V3 sowie V2 und V in Wirkverbindung stehen, was durch entsprechende Linien Lvl, Lv2 und Lv3 m der Darstellung ersichtlich ist. Es ist angenommen, dass die vorlagen- spezifischen Teile VI, V2, V3, Lvl und Lv2 nachträglich zentral modifizierbar sein sollen, was im vorliegenden Beispiel durch die schraffierte Darstellung der Automatisierungsfunktionen VI, V2 und V3 sowie durch die dick gezeichneten Linien Lvl und Lv2 angezeigt wird. Welche vorlagen- spezifischen Teile m der Vorlage Vol modifizierbar sein sollen, gibt ein Anwender z. B. durch eine Markierung dieser Teile mit einer Bedieneinheit m Form einer „Mausw vor. Eine derartige Markierung erkennt das Software-Werkzeug und ordnet diesen Teilen VI, V2, V3, Lvl und Lv2 erste Kennungen zu. Neben diesen ersten Kennungen erzeugt das Software-Werkzeug für die Vorlage Vol und für ede Kopie dieser Vorlage Vol eine zweite Kennung. Im vorliegenden Beispiel ist angenommen, dass die Vorlage Vol zweimal kopiert ist, weil entsprechend der zu losenden Automatisierungsaufgabe zwei Objekte Obl_01 und Ob2_01 zu erstellen sind, deren Gemeinsamkeit die vorlagenspezifischen Teile VI, V2, V3, Lvl und Lv2 der Vorlage Vol sind. Die vorlagenspezifischen Teile Lv2, V4 sind im Beispiel aus den Objekten Obl_01 und Ob2_01 entfernt, wobei das Objekt 0bl_01 neben den vorlagenspezifischen Teilen ob ekt- spezifische Automatisierungsfunktionen 01, 02, 03 sowie ob- jektspezifische Verbindungslinien Lol, Lo2, Lo3 und Lo4 aufweist; das Objekt Ob2_01 ist neben den vorlagenspezifischen
Teilen mit den objektspezifischen Teilen 04, 05 sowie Lo5, Loβ und Lo7 versehen.In figure 1 is provided with Vol a on a display unit by a software tool erstell- and displayable template records loading, which template-specific automation radio ¬ functions VI, V2, V3 and V4, one of which functions VI, V2 and V3 and V2 and V are in operative connection, which can be seen from corresponding lines Lvl, Lv2 and Lv3 m in the illustration. It is assumed that the template-specific parts VI, V2, V3, Lvl and Lv2 should be able to be subsequently modified centrally, which is shown in the present example by the hatched representation of the automation functions VI, V2 and V3 and by the thick lines Lvl and Lv2 becomes. A user specifies which template-specific parts of the template Vol should be modifiable. B. by marking these parts with an operating unit m in the form of a “mouse w . The software tool recognizes such a marking and assigns first identifications to these parts VI, V2, V3, Lvl and Lv2. In addition to these first identifiers, the software tool creates a second identifier for the Vol template and for each copy of this Vol template. In the present example it is assumed that the template Vol has been copied twice because two objects Obl_01 and Ob2_01 have to be created according to the automation task to be solved, the common features of the template-specific parts VI, V2, V3, Lvl and Lv2 of template Vol. In the example, the template-specific parts Lv2, V4 have been removed from the objects Obl_01 and Ob2_01, whereby the object 0bl_01 has besides the template-specific parts whether ect-specific automation functions 01, 02, 03 as well as object-specific connection lines Lol, Lo2, Lo3 and Lo4; the object Ob2_01 is next to the template-specific Provide parts with object-specific parts 04, 05 as well as Lo5, Loβ and Lo7.
Es wird im Folgenden angenommen, dass die Vorlage Vol m der Art und Weise modifiziert wird, dass die Verbindung Lv2 geloscht wird und der Vorlage Vol eine neue vorlagenspezifische Automatisierungsfunktion V5 und neue Verbindungslinien Lv4 und Lv5 hinzugefugt werden, wodurch eine neue Vorlage Vo2 entsteht (Figur 2). Diese neuen vorlagenspezifischen Teile V5, Lv4 und Lv5 sind m der Darstellung auf der Anzeigeeinheit wieder besonders gekennzeichnet, z. B. ist die Automatisierungsfunktion V5 gestrichelt und die Verbindungslinien Lv4 und Lv5 dick dargestellt, was darauf hinweist, dass diese Teile wiederum zentral modifizierbar sind und das Software- Werkzeug in der beschriebenen Art und Weise für diese Teile jeweils eine erste Kennung zuordnet.It is assumed in the following that the template Vol m is modified in such a way that the connection Lv2 is deleted and the template Vol a new template-specific automation function V5 and new connecting lines Lv4 and Lv5 are added, whereby a new template Vo2 is created (FIG 2). These new template-specific parts V5, Lv4 and Lv5 are again specially marked in the display unit, e.g. For example, the automation function V5 is dashed and the connecting lines Lv4 and Lv5 are shown in thick lines, which indicates that these parts can in turn be modified centrally and the software tool assigns a first identifier for each of these parts in the manner described.
Aufgrund der zweiten Kennung, welche das Software-Werkzeug der Vorlage Vol und den Objekten Obl_01 und Ob2_01 zuordnete, erkennt das Software-Werkzeug, dass die Objekte Obl_01 und Ob2_01 vorlagenspezifische Teile der Vorlage Vol aufweisen.On the basis of the second identifier, which the software tool assigned to the template Vol and the objects Obl_01 and Ob2_01, the software tool recognizes that the objects Obl_01 and Ob2_01 have template-specific parts of the template Vol.
Ferner erkennt das Software-Werkzeug wegen der ersten Kennungen, die das Software-Werkzeug den zentral modifizierbaren vorlagenspezifischen Teilen zuordnete, welche vorlagenspezifischen Teile sich m der Vorlage Vo2 im Vergleich zu den Teilen m der Vorlage Vol geändert haben. Aufgrund dieser Kennungen fuhrt das Software-Werkzeug die vorlagenspezifischen Änderungen m den Objekten Obl_01 und Ob2_01 nach, die in der Vorlage Vol vorgenommen wurden, wodurch die modifizierten Objekte Obl_02 und Ob2_02 entstehen. Diese Objekte Obl_02 und Ob2_02 weisen also im vorliegenden Beispiel die vorlagenspezifischen Automatisierungsfunktionen VI, V2, V3 und V5 sowie die vorlagenspezifischen Verbindungen Lvl, Lv4 und Lv5 der Vorlage Vo2 auf, das bedeutet, im Vergleich zu der ursprünglichen Vorlage Vol wurden den modifizierten Ob- jekten Obl_01 und Ob2_01 die Automatisierungsfunktion V5 und die Verbindungen Lv4, Lv5 hinzugefugt, die Verbindung Lv2 wurde geloscht. Die objektspezifischen Teile der Objekte
Obl_01 und Ob2_01, die Automatisierungsfunktionen 01, 02, 03 sowie die Verbindungen Lol, Lo2, Lo3 und die Automatisie¬ rungsfunktionen 04, 05, 06 sowie die Verbindungen Lo4, Lo5, Lo6 bleiben m den modifizierten Objekten Obl_02 und Ob2_02 erhalten.Furthermore, because of the first identifications that the software tool assigned to the centrally modifiable template-specific parts, the software tool recognizes which template-specific parts have changed in template Vo2 compared to the parts in template Vol. On the basis of these identifiers, the software tool tracks the template-specific changes in the Obl_01 and Ob2_01 objects that were made in the Vol template, which results in the modified Obl_02 and Ob2_02 objects. In the present example, these objects Obl_02 and Ob2_02 therefore have the template-specific automation functions VI, V2, V3 and V5 as well as the template-specific connections Lvl, Lv4 and Lv5 of the template Vo2, which means that compared to the original template Vol, the modified objects Obl_01 and Ob2_01 added the automation function V5 and the connections Lv4, Lv5, the connection Lv2 was deleted. The object-specific parts of the objects Obl_01 and Ob2_01, the automation functions 01, 02, 03 as well as the compounds Lol, Lo2, Lo3 and the automation ¬ approximation functions 04, 05, 06 as well as the connections remain Lo4, Lo5, m Lo6 the modified objects and Obl_02 Ob2_02 obtained.
Im Folgenden wird auf die Figuren 3 und 4 verwiesen, m welchen eine SFC-Darstellung von Automatisierungsfunktionen zur Losung einer Automatisierungsaufgabe gezeigt ist. In der beschriebenen Art und Weise sind in einer Vorlage Vo3 modifizierbare Automatisierungsfunktionen und modifizierbare Verbindungen Tv3 auf einer Anzeigeeinheit markierbar, wobei das Software-Werkzeug diesen Teilen Tv3 entsprechende erste Kennungen zuordnet. Ferner ordnet das Software-Werkzeug 0b- jekten 0b3, 0b4, die aus der Vorlage Vo3 hervorgehen, eine zweite Kennung zu. Aufgrund dieser Kennungen modifiziert das Software-Werkzeug die Objekte 0b3, 0b4 entsprechend den Modifikationen m der Vorlage Vo3. Im vorliegenden Beispiel ist die Vorlage Vo3 derart modifiziert, dass die Vorlage Vo3 durch Teile Tv4 ergänzt ist, wodurch eine modifizierte Vorlage Vo4 entsteht. Das Software-Werkzeug modifiziert die Objekte Ob3, 0b4 m der gleichen Art und Weise, wodurch modifizierte Objekte 0b5, 0b6 entstehen, welche die vorlagenspezifischen Teile Tv3, Tv4 der Vorlage Vo4 aufweisen, ohne dass die angepassten Teile 06, 07, 08 verloren gehen.In the following, reference is made to FIGS. 3 and 4, which show an SFC representation of automation functions for solving an automation task. In the manner described, modifiable automation functions and modifiable connections Tv3 can be marked on a display unit in a template Vo3, the software tool assigning corresponding first identifiers to these parts Tv3. Furthermore, the software tool 0b objects 0b3, 0b4, which result from the template Vo3, assigns a second identifier. On the basis of these identifiers, the software tool modifies objects 0b3, 0b4 in accordance with the modifications m of template Vo3. In the present example, the template Vo3 is modified such that the template Vo3 is supplemented by parts Tv4, whereby a modified template Vo4 is created. The software tool modifies the objects Ob3, 0b4 m in the same way, which results in modified objects 0b5, 0b6 which have the template-specific parts Tv3, Tv4 of the template Vo4 without the adapted parts 06, 07, 08 being lost.
Es wird im Folgenden auf Figur 5 verwiesen, m welcher eine durch das Software-Werkzeug erstellte, durch das Software- Werkzeug bearbeitbare und m einem Speicher eines Program- miergerates hinterlegbare Codierungstabeile dargestellt ist. In der Tabelle sind Vorlagen Vox, Voy eingetragen, von denen die Vorlage Vox mit einer zweiten Kennung Kl und die Vorlage Voy mit einer zweiten Kennung K2 versehen ist. Die Vorlage Vox weist vorlagenspezifische Teile V10, Vll, V12, Lvll und Lvl2 auf, denen jeweils eine erste Kennung zugeordnet ist. Im vorliegenden Beispiel ist dem vorlagenspezifischen Teil V10 eine Kennung Ka, dem Teil Vll eine Kennung Kb, ... zugeord-
net. Aus der Tabelle ist weiterhin zu entnehmen, dass aus dieser Vorlage Vox zwei Objekte Oblx und Ob2x abgeleitet sind, da diesen Objekten Oblx, Ob2x ebenfalls die zweite Kennung Kl zugeordnet ist. Entsprechend sind Objekten Obly, Ob2y, Ob3y und Ob4y zweite Kennungen K2 zugeordnet, was darauf hinweist, dass diese aus einer die Kennung K2 aufweisenden Vorlage Voy abgeleitet wurden. Diese Vorlage Voy weist vorlagenspezifische Teile V20, V21 und Lv20 auf, denen das Software-Werkzeug erste Kennungen Kf, Kg und Kh zuord- nete.
In the following, reference is made to FIG. 5, which shows a coding table created by the software tool, editable by the software tool, and m that can be stored in a memory of a programming device. Templates Vox, Voy are entered in the table, of which the template Vox is provided with a second identifier K1 and the template Voy is provided with a second identifier K2. The template Vox has template-specific parts V10, Vll, V12, Lvll and Lvl2, each of which is assigned a first identifier. In the present example, the template-specific part V10 is assigned an identifier Ka, the part Vll an identifier Kb, ... net. The table also shows that two objects Oblx and Ob2x are derived from this template Vox, since these objects Oblx, Ob2x are also assigned the second identifier Kl. Objects Obly, Ob2y, Ob3y and Ob4y are correspondingly assigned second identifiers K2, which indicates that these were derived from a template Voy having the identifier K2. This template Voy has template-specific parts V20, V21 and Lv20, to which the software tool assigned the first identifiers Kf, Kg and Kh.
Claims
1. Software-Werkzeug zur Formulierung einer zu losenden Automatisierungsaufgabe in Form einer Programmiersprache für Automatisierungsgerate, welche eine Darstellung von Automatisierungsfunktionen m Form von Objekten auf einer Anzeigeeinheit ermöglicht, wobei die Objekte aus einer Vorlage erzeugbar sind und die Objekte mindestens ein vorlagen- und/oder mindestens ein objektspezifisches Teil umfassen, dadurch gekennzeichnet, dass das Software-Werkzeug die vorlagenspezifischen Teile (VI, V2, V3, Lvl, Lv2 ) in einem Objekt (Obl_01, Ob2_01) entsprechend dem in der Vorlage (Vol) modifizierten Teil (Lv2, V5, Lv4, Lv5) modifiziert.1. Software tool for formulating an automation task to be solved in the form of a programming language for automation devices, which enables automation functions to be represented in the form of objects on a display unit, the objects being able to be generated from a template and the objects having at least one template and / or comprise at least one object-specific part, characterized in that the software tool contains the template-specific parts (VI, V2, V3, Lvl, Lv2) in an object (Obl_01, Ob2_01) corresponding to the part (Lv2, V5) modified in the template (Vol) , Lv4, Lv5) modified.
2. Software-Werkzeug nach Anspruch 1, dadurch gekennzeichnet, dass das Software-Werkzeug2. Software tool according to claim 1, characterized in that the software tool
- einem modifizierbaren Teil (VI, V2, V3, Lvl, Lv2) dieser Vorlage (Vol) eine erste Kennung zuordnet,assigns a first identifier to a modifiable part (VI, V2, V3, Lvl, Lv2) of this template (Vol),
- der Vorlage (Vol) und den aus dieser Vorlage (Vol) er- zeugten Objekten (Obl_01, Ob2_01) eine zweite Kennung zuordnet,- assigns a second identifier to the template (Vol) and the objects (Obl_01, Ob2_01) generated from this template (Vol),
- für den Fall, dass der modifizierbare Teil (VI, V2 , V3, Lvl, Lv2) der Vorlage (Vol) modifiziert wird,- in the event that the modifiable part (VI, V2, V3, Lvl, Lv2) of the template (Vol) is modified,
- anhand der zweiten Kennung die aus dieser Vorlage (Vol) erzeugten Objekte (Obl_01, Ob2_01) ermittelt,- uses the second identifier to determine the objects (Obl_01, Ob2_01) generated from this template (Vol),
- anhand der ersten Kennung den Teil (VI, V2, V3, Lvl, Lv2) im ermittelten Objekt (Obl_01, Ob2_01) ermittelt, der dem modifizierbaren Teil (VI, V2, V3, Lvl, Lv2) der Vorlage (Vol) zugeordnet ist, und - den ermittelten Teil (VI, V2, V3, Lvl, Lv2 ) des Objekts (Obl_01, Ob2_01) entsprechend dem m der Vorlage (Vol) modifizierten Teil (Lv2, V5, Lv , Lv5) modifiziert.- Using the first identifier, the part (VI, V2, V3, Lvl, Lv2) in the determined object (Obl_01, Ob2_01) is determined, which is assigned to the modifiable part (VI, V2, V3, Lvl, Lv2) of the template (Vol) , and - the determined part (VI, V2, V3, Lvl, Lv2) of the object (Obl_01, Ob2_01) modified according to the part (Lv2, V5, Lv, Lv5) modified in the template (Vol).
3. Programmiergerat mit einem Software-Werkzeug nach An- spruch 1 oder 2. 3. Programming device with a software tool according to claim 1 or 2.
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
DE10106397A DE10106397A1 (en) | 2001-02-12 | 2001-02-12 | Software tool for formulating an automation task to be solved |
DE10106397 | 2001-02-12 | ||
PCT/DE2002/000474 WO2002065272A2 (en) | 2001-02-12 | 2002-02-08 | Software tool for formulating an automation task to be solved |
Publications (1)
Publication Number | Publication Date |
---|---|
EP1402353A2 true EP1402353A2 (en) | 2004-03-31 |
Family
ID=7673719
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP02712760A Withdrawn EP1402353A2 (en) | 2001-02-12 | 2002-02-08 | Software tool for formulating an automation task to be solved |
Country Status (4)
Country | Link |
---|---|
US (1) | US20040103390A1 (en) |
EP (1) | EP1402353A2 (en) |
DE (1) | DE10106397A1 (en) |
WO (1) | WO2002065272A2 (en) |
Families Citing this family (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE10305637A1 (en) * | 2003-02-11 | 2004-08-26 | Siemens Ag | Process for designing an electrical system |
DE10347972A1 (en) | 2003-10-15 | 2005-05-19 | Siemens Ag | Control method for a production machine, in particular a machine tool, by a control device associated with the production machine |
DE102004061063A1 (en) * | 2004-12-18 | 2006-06-29 | Bosch Rexroth Aktiengesellschaft | Method for the dynamic configuration of a user interface of a function block |
US20070093917A1 (en) * | 2005-10-20 | 2007-04-26 | Honeywell International Inc. | Storing and accessing relay ladder logic modules in a relational database |
JP2007241610A (en) * | 2006-03-08 | 2007-09-20 | Toshiba Corp | Software component management device, software component management method and software component |
DE102006021481A1 (en) * | 2006-05-09 | 2007-11-15 | H+B Plc Software Solutions E.K. | Program creating method for memory programmable controller, involves linking instances of functional modules e.g. pushbutton, where each instance supports information such as process condition and text information |
DE102010012175B4 (en) | 2010-03-19 | 2017-03-02 | Carbotek Holding Gmbh | Dispensing system and impregnation device |
EP3067768B1 (en) * | 2015-03-11 | 2018-04-25 | Siemens Aktiengesellschaft | Automation device and operator system |
EP3088976B1 (en) * | 2015-04-28 | 2017-11-29 | Siemens Aktiengesellschaft | Method for operating an automation device and automation device |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0725337A1 (en) * | 1995-01-23 | 1996-08-07 | International Business Machines Corporation | Data processing system |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5734863A (en) * | 1986-04-14 | 1998-03-31 | National Instruments Corporation | Method and apparatus for providing improved type compatibility and data structure organization in a graphical data flow diagram |
US5689711A (en) * | 1995-04-21 | 1997-11-18 | Bardasz; Theodore | Method and apparatus for representing data dependencies in software modeling systems |
US6212672B1 (en) * | 1997-03-07 | 2001-04-03 | Dynamics Research Corporation | Software development system with an executable working model in an interpretable intermediate modeling language |
US6697825B1 (en) * | 1999-11-05 | 2004-02-24 | Decentrix Inc. | Method and apparatus for generating and modifying multiple instances of element of a web site |
-
2001
- 2001-02-12 DE DE10106397A patent/DE10106397A1/en not_active Withdrawn
-
2002
- 2002-02-08 WO PCT/DE2002/000474 patent/WO2002065272A2/en active Application Filing
- 2002-02-08 EP EP02712760A patent/EP1402353A2/en not_active Withdrawn
-
2003
- 2003-08-12 US US10/638,306 patent/US20040103390A1/en not_active Abandoned
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0725337A1 (en) * | 1995-01-23 | 1996-08-07 | International Business Machines Corporation | Data processing system |
Non-Patent Citations (2)
Title |
---|
LIEBERMAN H.: "USING PROTOTYPICAL OBJECTS TO IMPLEMENT SHARED BEHAVIOR IN OBJECT ORIENTED SYSTEMS", OOPSLA, OBJECT-ORIENTATED PROGRAMMING SYSTEMS, LANGUAGES AND APPLICATIONS, pages 213 - 224 * |
MYERS B.A.; GIUSE D A; VANDER ZANDEN B: "DECLARATIVE PROGRAMMING IN A PROTOTYPE-INSTANCE SYSTEM: OBJECT-ORIENTED PROGRAMMING WITHOUT WRITING METHODS", ACM SIGPLAN NOTICES, ACM, ASSOCIATION FOR COMPUTING MACHINERY,, 1 October 1992 (1992-10-01), NEW YORK, NY, US, pages 184 - 200, XP000327298, DOI: doi:10.1145/141937.141953 * |
Also Published As
Publication number | Publication date |
---|---|
WO2002065272A3 (en) | 2003-12-11 |
WO2002065272A2 (en) | 2002-08-22 |
US20040103390A1 (en) | 2004-05-27 |
DE10106397A1 (en) | 2002-09-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP1430369B1 (en) | Dynamic access to automation resources | |
DE602004000617T2 (en) | Method for setting up network addresses | |
EP1402353A2 (en) | Software tool for formulating an automation task to be solved | |
EP1638028A2 (en) | Computer aided generation and change management for user interfaces | |
EP0241576A1 (en) | Data quantity reduction method at image coding | |
DE112014004709B4 (en) | Control system, control station, externally controlled station | |
EP1645133A2 (en) | Method for coding structured documents | |
DE102005060161A1 (en) | Method for processing and generating diagnostic data in a software development process | |
EP3047635A1 (en) | Field bus coupler for connecting modules to a field bus and method for addressing such modules | |
DE102004057727A1 (en) | Engineering system with automatic generation of instance templates | |
DE102020119853B3 (en) | Method for controlling an automation system with visualization of program objects of a control program of the automation system and automation system | |
EP1331794B1 (en) | Method for address allocation in a network and components therefore | |
DE10318292B4 (en) | Method for parameterizing and configuring communication networks and communication network for implementing such a method in automation technology | |
EP1522148B1 (en) | Method for coding positions of data elements in a data structure | |
DE4230178B4 (en) | A method of automatically determining the order of signal processing in a sequential building block system | |
EP4446193A1 (en) | Method for operating a railway system and railway system | |
EP1495376A2 (en) | Method for configuring and/or operating an automation device | |
DE10149481A1 (en) | System and method for data output of a device, in particular an automation device via a standardized interface with variable replacement via an echo server | |
DE19825824A1 (en) | Intelligent two wire converter for communications between process control system and digital field unit | |
DE10351897A1 (en) | Method for coding structured documents | |
WO2003034161A2 (en) | System and method for accessing an appliance, especially an automation appliance comprising a standardised interface | |
DE19957107B4 (en) | Procedures for ensuring data exchange between multiple entities | |
DE10250644B4 (en) | Exchange and comparison of data between applications | |
DE19525423A1 (en) | Arrangement with automation devices | |
EP1184760A1 (en) | Method for commanding and or controlling a technical process |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
17P | Request for examination filed |
Effective date: 20030725 |
|
AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR |
|
17Q | First examination report despatched |
Effective date: 20071218 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
18D | Application deemed to be withdrawn |
Effective date: 20080429 |