EP1242877A1 - Method of integrating an application in a computerized system - Google Patents

Method of integrating an application in a computerized system

Info

Publication number
EP1242877A1
EP1242877A1 EP00946712A EP00946712A EP1242877A1 EP 1242877 A1 EP1242877 A1 EP 1242877A1 EP 00946712 A EP00946712 A EP 00946712A EP 00946712 A EP00946712 A EP 00946712A EP 1242877 A1 EP1242877 A1 EP 1242877A1
Authority
EP
European Patent Office
Prior art keywords
composite
interface
real world
composite object
request broker
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.)
Ceased
Application number
EP00946712A
Other languages
German (de)
French (fr)
Inventor
Johan Andersson
Mikael Rudin
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ABB AB
Original Assignee
ABB AB
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
Priority claimed from US09/348,017 external-priority patent/US6694513B1/en
Priority claimed from SE9902578A external-priority patent/SE516029C2/en
Application filed by ABB AB filed Critical ABB AB
Publication of EP1242877A1 publication Critical patent/EP1242877A1/en
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • 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/46Multiprogramming arrangements
    • G06F9/465Distributed object oriented systems

Definitions

  • the present invention is concerned with a computerized system for control.
  • the present invention is a method for integrating many and varied types of applications within the computerized system, and the computerized system employing the method.
  • the method and the system may be used for controlling a number of single devices, an object in a process, a complete equipment, in any location including a home, as well as a process or an industrial installation such as a steel mill, a paper mill, and an automated factory.
  • a control system typically includes several computers connected through a communication network, where said applications are distributed in different configurations for different installations.
  • Traditional methods for this integration have entailed extremely lengthy development times resulting, for example, in significant changes in requirements before such control programs have been completed and made ready for use.
  • a second problem with traditional development methods is that it has been difficult and lengthy to update such control programs to include new requirements, such as the integration of additional and new applications .
  • Writing and modifying control system programs to combine newer applications with older, existing applications, which older applications are sometimes called legacy applications has also been difficult, time consuming and expensive.
  • IEC standard DIS ISO/IEC 1346-1 1995 Structuring principles and reference designations contains a reference designation system for the unambiguous identification of parts of any system in the general technical context such as in a manufacturing company, plant or operating company.
  • object, aspect and reference designations in particular are used to refer such parts of any system in the general technical context in accordance with the definitions in DIS ISO/IEC 1346- 1.
  • certain additional types of objects and aspects will be additionally defined in the course of this description.
  • US 5 787 425 describes a concept of client/server relationships between objects in an object-oriented computer program.
  • Objects communicate with each other, for example in order for a first object to access data held by a second object.
  • the first object needs access to some data controlled by the second object, the first object is considered to be a client of the second object, which in turn is considered to be a server.
  • the second object in this example, one of the operations of the first object, the client object, will call or invoke one of the operations of the server object.
  • the operation of the server object thus invoked is then executed to access and/or manipulate the data on behalf of the client object.
  • the server object When the client object and server object both exist and run in the same process (memory space) in the same computer, the server object is described as being "in process”. When the client and server objects run in different processes (memory spaces) in the same computer, the server object is described as being “local”. When the client and server objects run in separate computers, the server object is described as being “remote” .
  • ORB Object Request Broker
  • COM Component Object Model
  • COM is a standard for interoperability between software components introduced in 1993.
  • COM is independent of programming language and supported by many widely used computer operating systems such as Windows, Mac OS, and many types of Unix. It uses a single model for software components to communicate with each other, both inside the same computing process and also across process and network boundaries.
  • COM is also associated with ActiveX (Trademark), a system of software controls that use COM technologies .
  • ActiveX Trademark
  • the COM standard of 1995 is described in The Component Object Model Specification available in the Microsoft MSDN Online Library on the web site maintained by Microsoft. Additional information about COM may be found in, amongst others, an article in Dr.
  • a publication called COMponents by Steve Robinson and Alex Krassel of Panther Software discusses the use of COM objects in object-oriented programming.
  • the article discusses how to use object-oriented programming with known techniques. It presents an example of how a method of a first software object may be invoked by an application running in the same computer system by means of a COM compliant interface in the first software object. The method depends on the application having prior information about the first software object, information such as a CLSID, in order to establish a reference (such as a pointer) to the interface.
  • a method is described for the purpose of improved engineering of software, which means in other words writing software programs, in order to achieve faster performance and lower demand on system overheads .
  • the description of the method includes a terminal interface and a terminal mechanism for interfacing (software) objects.
  • the method also requires further information, a second data connection set, before it may be determined whether a method invokable by a first (software) object through a second (software) object, such as a new object, can participate in a connection and thus provide a method to or from the second (new) software object.
  • a new way to design systems is required to integrate applications, such that different applications can be both fully independent, based on different technologies, and without knowledge of the specifics of each other, and at the same time able to co-operate with each other to perform the collective functionality of the computerized system.
  • An object of the invention is to provide a method to integrate an application in a system for computerized control of a real world object, and a system in which the method is employed. Another object of the invention is a method to integrate an application such that prior information about the application need not be specified. Another object of the invention is to provide a method to represent real world objects in a computerized system in a systematic way, in which different types of information about the real world object may be obtained, linked to the real world object, processed, displayed and acted on, and a system employing same. Another object of the invention is the integration of a large range of applications within the system in a modular manner. Another object of the invention is to provide a method for the integration of later and additional applications into an existing system.
  • Another object of the invention is to provide for the integration of different applications that are implemented using different object and non-object oriented technologies.
  • Another object of the invention is to provide a system and method in which separate applications that are independent and without knowledge about the specifics of each other, are able to co-operate to jointly provide system functionality that is associated with said real world objects.
  • a further object of the invention is to provide a method and system in which control of equipment may be achieved in any location including a home or residence.
  • Composite Object is a part of a computer program included in the computerized system.
  • One or more facets of the real world object such as a physical location, a stage in a process, a control function, an operator interaction, a simulation model, some documentation about the object, etc are described as one or more Aspects of the Composite Object.
  • a central feature of the present invention is that each Composite Object is a container for one or more Aspects of the real world object which represent the real world object.
  • An important new and useful element of the present invention lies in that different applications may be used to implement different Aspects or groups of Aspects of a Composite Object.
  • Each application defines interfaces that are independent of the implementation of the application itself. These interfaces may be used by other applications, implementing other Aspects or groups of Aspects of the Composite Object, such that the applications can co-operate to provide a functionality that is the sum of all Aspects, i.e. the functionality of the Composite Object.
  • the interfaces are specified as COM interfaces, where COM interfaces are implemented by COM objects as described above.
  • the interfaces may be in-process, local, or remote.
  • each application may use any object oriented technology, such as C++ or Java, or non-object oriented technology such as relational databases, sequential files, etc..
  • Aspects Many different types of application may be used to implement Aspects. For example a word processing program may be used by one Aspect to display a functional specification, and by another Aspect to edit operator notes. Similarly a CAD program may be used by an Aspect to display a drawing, and used by another Aspect to display an electrical diagram or by a third Aspect to display a piping and instrumentation diagram. Application programs are not limited in any way to those programs used in traditional process control methods. For example a production management application may be used by one Aspect to display a job order, by another Aspect to run an equipment schedule or by a third Aspect to show material in stock.
  • the principal advantage of the present invention is that a large range of applications may be integrated into a computerized system in a modular and independent fashion.
  • Each application is, by means of Composite Objects and Aspects contained by Composite Objects, responsible for its own data and operations.
  • This also means that modifying an application or adding an application requires no change to other applications in the system.
  • This is a particularly useful feature of the present invention because it facilitates the addition of new Composite Object types which may require addition of new Aspects, including new applications to manage these new Aspects .
  • Another advantage of the invention is that Aspects of a Composite Object provide a method to indicate inheritance which enables Composite Objects to inherit certain Aspects automatically without necessarily defining inheritance relationships between specific Composite Objects.
  • the present invention thus provides important benefits in several respects including: i) for the developer of a system, who can integrate existing, new, and future possibly not yet anticipated applications, without having to significantly rewrite every application to fit with any particular data model or implementation technology, ii) for the user of the system, who will perceive a seamless integration of vastly different applications that co-operate to provide the full functionality that is associated with the real-world entities that he or she is dealing with and iii) for the owner of the system whose investment is protected because the system may be developed with, or extended by, applications not previously anticipated.
  • the applicability of the present invention is not limited to traditional process control functions and use, but extends as well to many other areas. This includes business and commercial activities such as production management, design and maintenance systems, and business and financial systems. It also includes control of equipment in other locations including equipment or processes in a residence or a home.
  • Figure 1 shows schematically a COM Object with interfaces according to a known standard, COM.
  • Figure 2a shows schematically a Composite Object and Aspects according to an embodiment of the present invention.
  • Figure 2b shows schematically an Aspect Type of an Aspect according to an embodiment of the present invention.
  • Figure 3 shows schematically the handling of a query by a Composite Object through an Aspect Type according to an embodiment of the present invention.
  • Figure 4 shows schematically a scheme of inheritance for Aspects of a Composite Object according to another embodiment of the present invention.
  • Figure 5 shows schematically inheritance for Aspects of a Composite Object in the same Structure according to a preferred embodiment of the present invention.
  • Figure 1 shows a COM object 5 with three known interfaces 1, 2, 3, and a standard interface 4, which interface is known within the COM model as IUnknown .
  • COM is an existing standard.
  • the COM object provides its services via methods, which are grouped into one or more interfaces.
  • Each interface such as interfaces 1- 3 of Figure 1, typically includes methods that supply a specific range of services.
  • a client object can invoke the methods defined by the COM object.
  • the set of interfaces that are supported by a specific COM object may change as the object undergoes revisions and updates, but any interface once defined always stays the same. In this way problems with versions and backwards compatibility are minimized. All COM objects support an interface which is named IUnknown.
  • This interface controls the life time of the object (through reference counting) and allows client objects to obtain information about other interfaces supported by the object.
  • the convention of IUnknown thus allows COM objects to interact without each object previously having information about every possible interface that may be supported by every other object.
  • Figure 1 illustrates a COM object 5 with several interfaces, which interfaces always include an instance of IUnknown.
  • a client object can query a standard COM object 5 for an interface, but in order to do that, the client object has to know the identity of the object (or application) for which it is seeking an interface. If the object supports the interface then a reference to the interface is returned as some form of pointer to where that interface may be found.
  • COM is a published standard and as such is a part of the prior art .
  • a Composite Object represents any real world object.
  • the real world object may be an actual object such as a pump, a motor, a valve, etc., or a more abstract object such as a purchase order, production batch, etc.
  • the present invention is not limited to traditional control or process control areas.
  • Any real world object may be represented, as an object in a process, including a device or process in a home for example, or a person carrying out a stage or role in a process, or intangible objects such as messages, a location, status of information etc..
  • FIG. 2a which shows a first software object, called a Composite Object 40 containing some Aspects 41.
  • Composite Object 40 is a container, holding different Aspectsl, 2, 19, 23 etc. related to the real world object.
  • An Aspect represents one facet of the real world object, and is responsible for all operations on that facet of the object and its data.
  • one Aspect could represent a physical location
  • another Aspect could represent a blue print diagram of the pump
  • another Aspect represents a control for an operation of the pump
  • yet another Aspect represents documentation about the pump.
  • the Aspect that represents the facet has an association to a function of an application that can, referring to the above example, display the blue-print diagram, or control the operation of the pump.
  • Composite Objects and Aspects communicate with each other using a "framework" based on an Object Request Broker such as COM with additions defined according to the present invention.
  • a set of interfaces are defined to allow Aspects to co-operate using standard services. Any individual Aspect may define additional interfaces, to allow for any specific interaction that may be required within a subgroup of Aspects .
  • each of the real world objects represented in the system is represented within a computer program as a Composite Object.
  • the computer program contains software code means to direct a computer to carry out functions according to an embodiment of the present invention.
  • the Composite Object contains one or more Aspects representing facets of the real world object that the Composite Object represents. These Aspects also have associations to applications that provide functionality that is associated with the respective facets of the real-world object.
  • Aspect Category contains information that is shared between all instances of the category.
  • Each Aspect Category refers to one Aspect Type. This Aspect Type describes the implementation of an Aspect .
  • An Aspect belongs to an Aspect Type (through its category) which lists the set of COM objects that implements the functionality of the aspect.
  • This implementation is provided by an object, referred to as an Aspect System Object (ASO) , which is a COM compliant object.
  • ASO Aspect System Object
  • the Aspect System Object is a second software object which has a specific function, to implement certain Aspects as described below, that is different to the function of the first software object, the Composite Object, the function of which is to represent a real world object by acting as a container for Aspects.
  • the Aspect Type contains the binding information between an Aspect and the one or more applications that implement its functionality.
  • the Composite Object may be queried by a client, through an Object Request Broker such as COM, to find a reference for an interface of the application associated with any of its Aspects.
  • an Object Request Broker such as COM
  • An Object Request Broker such as COM provides a mechanism to communicate a reference for a particular interface.
  • the "framework" provided by Composite Objects and Aspects provides the means to identify the particular interface that the Object Request Broker subsequently communicates.
  • Figure 2b shows a Composite Object 6, an Aspect Category 19a that Aspect 6a belongs to, and an Aspect Type 8 for the Aspect 6a according to an embodiment of the invention.
  • the Aspect Type 8 contains a listing of all Aspect System Objects used by this Aspect, expressed as a class identifier 9 (CLSID) of each ASO and a list of all interface identifiers 7 (IID) for interfaces supported by each ASO.
  • a CLSID such as CLSID 9, identifies a particular application, and, by this means, associates a function of the Aspect with the application that implements the function.
  • Figure 3 shows a Composite Object 10, which includes an interface IUnknown 4a. Also shown is an Aspect System Object 101, which includes another interface IUnknown 4b. Figure 3 also shows a query 13 for an interface and a reference 103 to an interface 102. From Figure 3 it is seen that when a client queries the Composite Object 10 for an interface, the reference 103 that is returned comes from the Aspect System Object 101. The ASO 101 is found through a table look-up using the Aspect Type, as shown in Figure 2b.
  • Composite Object 10 for a function associated with one of the Aspects of Composite Object 10, does not need to know the identity of the object (or application) for which the interface is being sought, the client simply queries the Composite Object for the function associated with the Aspect. This is in contrast to the standard use of COM, which requires that a client object explicitly knows the identity of the object (or application) for which it is seeking an interface.
  • a Composite Object is uniquely identified through its object identifier.
  • An Aspect is identified by the object identifier of the Composite Object it is associated with, and a unique aspect identifier. If an object has a representation in different systems it uses the same object identifier in all systems.
  • a client of a Composite Object queries the object for an interface.
  • the Composite Object uses the definitions contained by the Aspect Type of the Aspects of the Composite Object to identify the Aspect System Object that implements the requested interface.
  • This ASO is then created and initialized from the Aspect it represents, or, if it is already running, found through a mechanism of locating running objects.
  • a reference to an interface of this ASO is then returned to the client.
  • a COM object is instantiated which represents the Composite Object.
  • the Composite Object which implements an interface of an Aspect is described thus.
  • the Composite Object examines its Aspects, including Aspect 6a, through the Aspect Category 19a, for an Aspect Type 8 which lists an ASO Description 8a that contains an interface identifier 7 of the requested interface. From the same ASO Description 8a the class identifier 9 of the Aspect System Object which implements the interface is obtained.
  • Figure 3 illustrates a request to a Composite Object for an interface.
  • Figure 3 shows a Composite Object 10 which receives query 13 from a client.
  • the Aspect Type 8 is searched, as shown in Figure 2b, to find the Aspect System Object class identifier 9.
  • the Aspect System Object 101 if not already running, is created as indicated by process 14 Initialization in Figure 3.
  • the instantiated Aspect System Object 101 is then queried through the interface IUnknown 4b for a reference to the interface 102, which reference 103 is returned to the client.
  • Aspect System Objects can be defined to be shared or exclusive. This specifies if a client requests an interface several times for the same Aspect, it will get the same interface reference to the object several times. If an Aspect System Object is shared then only one interface reference with a specific aspect identifier is created in each context (typically per process) .
  • An aspect system is an application that implements one or more Aspects, thus allowing Aspects instances to be created and added to Composite Objects
  • the aspect system defines (among other things) which COM objects are used to implement the Aspects .
  • a method to organize Composite Objects after one or more real-world relationships is included, which method is called Structures.
  • Any Composite Object in a system can be arranged in one or more Structures .
  • Composite Objects representing parts of one physical system may be conveniently grouped as a Structure.
  • Composite Objects representing a sensor attached to a blade of a stirring device, the shaft of the stirring device, a temperature sensor in the stirring device and a control unit for the stirrer, etc. may all additionally be identified as belonging to a particular Agitator Structure.
  • the Structure itself is represented as an entity that is separate from the included Composite Objects.
  • Each node in a Structure is represented by a structure Aspect of the Composite
  • Structures means that relations between Composite Objects are represented by Aspects of the Composite Objects. This allows a Composite Object to be represented in multiple Structures and even in multiple positions within one particular Structure. Structures allow Composite Objects to be organized and allows functions such as inheritance, sorting and grouping to be naturally defined.
  • a first object can inherit through a known mechanism of general inheritance by being defined as a child of a second object.
  • the child then inherits those aspects from its parent object (second object) that are marked as to-be-inherited.
  • Aspects refer to Aspect Categories, and through categories to Aspect Types.
  • Aspect systems, Aspect Types and Aspect Categories are all represented as Composite Objects.
  • a Composite Object 18 is a container for some Aspects, including Aspectl.
  • Aspectl refers to an Aspect Category 19.
  • Aspect2 and Aspect4 are marked as to-be-inherited. Because Composite Object 18 contains at least one Aspect from
  • Aspect Category 19 which in this example is Aspectl
  • Composite Object 18 will inherit all Aspects in Category 19 that are marked as to-be-inherited.
  • the Composite Object 18 thus inherits Aspect2 and Aspect4 automatically by means of the to-be- inherited indicator on those Aspects in the Aspect Category 19.
  • the mechanism described above works recursively.
  • the present invention also defines another new method of inheritance, shown schematically in Figure 5.
  • a Structure 20 includes a first Composite Object 25 and two other Composite Objects 26, 27 that are organized in the same Structure.
  • Composite Objects 26, 27 automatically inherit Aspect32 from Composite Object 25 because Aspect32 is marked as to-be-inherited by Composite Objects when organized subordinated in the same Structure.
  • This method of organization within a Structure may be based on any relationship, typically one that reflects a real world function, and is not limited to descriptions such as a class in a hierarchy.
  • the marker for "to-be-inherited-within-the-same- Structure" is placed in the Aspect Category of the respective Aspects .
  • a system employing a method according to the present invention may also take the form of a distributed system because it is designed using methods that facilitate communication between, and execution of, applications running on computers in a distributed system.
  • Distributed system here means a system that is spread over a plurality of computers, computer systems, computer networks, intelligent and non-intelligent devices that are arranged with communication devices so that each part of the system may communicate with any other part.

Abstract

A method of integrating an application in a computerized system for representing a real world object, and a system employing the method. The real world object may be any object, device, process or item of equipment, including equipment in industrial or commercial installation or process, in any location. The real world object is represented as a first software object, called a Composite Object, in a part of a computer program. The invention also includes Aspects which represent the data and/or operations of a Composite Object. The Composite Object is a container holding at least one Aspect representing data for the real world object. The Composite Object includes an information leading to at least one interface for use by another object which interface is implemented by second software object called an Aspect System Object and accessed through an Object Request Broker, that complies, for example, with COM. The principal advantage of the method and system is that applications within the system do not require prior information about other objects or applications included in the system. Modular and simplified expansion of the system is enabled, together with the later integration of applications not specified at the time of designing the system.

Description

Method of integrating an application in a computerized system
TECHNICAL FIELD
The present invention is concerned with a computerized system for control. In particular the present invention is a method for integrating many and varied types of applications within the computerized system, and the computerized system employing the method. The method and the system may be used for controlling a number of single devices, an object in a process, a complete equipment, in any location including a home, as well as a process or an industrial installation such as a steel mill, a paper mill, and an automated factory.
BACKGROUND ART
In contemporary computer based systems for controlling manufacturing and process industries, such as chemical plants, oil refineries, pulp and paper mills, steel mills, etc., there has typically existed a large range of different applications of different origin that have had to be integrated into a single control system. Further, a control system typically includes several computers connected through a communication network, where said applications are distributed in different configurations for different installations. Traditional methods for this integration have entailed extremely lengthy development times resulting, for example, in significant changes in requirements before such control programs have been completed and made ready for use. A second problem with traditional development methods is that it has been difficult and lengthy to update such control programs to include new requirements, such as the integration of additional and new applications . Writing and modifying control system programs to combine newer applications with older, existing applications, which older applications are sometimes called legacy applications, has also been difficult, time consuming and expensive.
The adoption of object-oriented programming languages and methods has led to somewhat shorter development times, and made it somewhat easier to incorporate or integrate new applications.
IEC standard DIS ISO/IEC 1346-1 1995 Structuring principles and reference designations, contains a reference designation system for the unambiguous identification of parts of any system in the general technical context such as in a manufacturing company, plant or operating company. Within this description the terms object, aspect and reference designations in particular are used to refer such parts of any system in the general technical context in accordance with the definitions in DIS ISO/IEC 1346- 1. In addition, certain additional types of objects and aspects will be additionally defined in the course of this description.
US 5 787 425 describes a concept of client/server relationships between objects in an object-oriented computer program. Objects communicate with each other, for example in order for a first object to access data held by a second object. When the first object needs access to some data controlled by the second object, the first object is considered to be a client of the second object, which in turn is considered to be a server. To access the data controlled by the server object, the second object in this example, one of the operations of the first object, the client object, will call or invoke one of the operations of the server object. The operation of the server object thus invoked is then executed to access and/or manipulate the data on behalf of the client object.
When the client object and server object both exist and run in the same process (memory space) in the same computer, the server object is described as being "in process". When the client and server objects run in different processes (memory spaces) in the same computer, the server object is described as being "local". When the client and server objects run in separate computers, the server object is described as being "remote" .
The standard operation of an Object Request Broker (ORB) is to handle requests between client and server objects. The ORB makes the handling of requests transparent to the client object whether the server object is in process, local or remote.
A known example of an ORB is published by Microsoft and is called Component Object Model (COM) . It is a standard for interoperability between software components introduced in 1993. COM is independent of programming language and supported by many widely used computer operating systems such as Windows, Mac OS, and many types of Unix. It uses a single model for software components to communicate with each other, both inside the same computing process and also across process and network boundaries. COM is also associated with ActiveX (Trademark), a system of software controls that use COM technologies . The COM standard of 1995 is described in The Component Object Model Specification available in the Microsoft MSDN Online Library on the web site maintained by Microsoft. Additional information about COM may be found in, amongst others, an article in Dr.
Dobbs Journal December 1994 entitled The Component Object Model: Technical Overview.
A publication called COMponents by Steve Robinson and Alex Krassel of Panther Software (address) discusses the use of COM objects in object-oriented programming. The article discusses how to use object-oriented programming with known techniques. It presents an example of how a method of a first software object may be invoked by an application running in the same computer system by means of a COM compliant interface in the first software object. The method depends on the application having prior information about the first software object, information such as a CLSID, in order to establish a reference (such as a pointer) to the interface.
In a patent WO 97/22925, entitled "A method and system for constructing software components and as assemblies of independent parts", a method is described for the purpose of improved engineering of software, which means in other words writing software programs, in order to achieve faster performance and lower demand on system overheads . The description of the method includes a terminal interface and a terminal mechanism for interfacing (software) objects. The method also requires further information, a second data connection set, before it may be determined whether a method invokable by a first (software) object through a second (software) object, such as a new object, can participate in a connection and thus provide a method to or from the second (new) software object.
The adoption of object oriented programming and client-server approach has provided design tools that make it easier to design computerized systems with re-useable modules that co-operate in a standardized way to perform the collective functions of the system. However, it is necessary to integrate applications of different origin, that are implemented using different object and non-object technologies, including new applications, as well as applications that were anticipated but not known in detail at the time of planning a computerized system. Conventional system design requires that an object in a computerized system has prior information about an application in order for the object to, for example, access a method implemented by the application. A new way to design systems is required to integrate applications, such that different applications can be both fully independent, based on different technologies, and without knowledge of the specifics of each other, and at the same time able to co-operate with each other to perform the collective functionality of the computerized system.
SUMMARY OF THE INVENTION
An object of the invention is to provide a method to integrate an application in a system for computerized control of a real world object, and a system in which the method is employed. Another object of the invention is a method to integrate an application such that prior information about the application need not be specified. Another object of the invention is to provide a method to represent real world objects in a computerized system in a systematic way, in which different types of information about the real world object may be obtained, linked to the real world object, processed, displayed and acted on, and a system employing same. Another object of the invention is the integration of a large range of applications within the system in a modular manner. Another object of the invention is to provide a method for the integration of later and additional applications into an existing system. Another object of the invention is to provide for the integration of different applications that are implemented using different object and non-object oriented technologies. Another object of the invention is to provide a system and method in which separate applications that are independent and without knowledge about the specifics of each other, are able to co-operate to jointly provide system functionality that is associated with said real world objects. A further object of the invention is to provide a method and system in which control of equipment may be achieved in any location including a home or residence. These and other objects are achieved according to the present invention by a method as described in claim 1 and a system as described in claim 14, and a computer program product described in claim 28. The present invention may be described summarily as a method for designing a computerized system, and a system employing same method, in which one or more real world objects are represented by an object called a Composite Object. The
Composite Object is a part of a computer program included in the computerized system. One or more facets of the real world object, such as a physical location, a stage in a process, a control function, an operator interaction, a simulation model, some documentation about the object, etc are described as one or more Aspects of the Composite Object. A central feature of the present invention is that each Composite Object is a container for one or more Aspects of the real world object which represent the real world object.
An important new and useful element of the present invention lies in that different applications may be used to implement different Aspects or groups of Aspects of a Composite Object. Each application defines interfaces that are independent of the implementation of the application itself. These interfaces may be used by other applications, implementing other Aspects or groups of Aspects of the Composite Object, such that the applications can co-operate to provide a functionality that is the sum of all Aspects, i.e. the functionality of the Composite Object. The interfaces are specified as COM interfaces, where COM interfaces are implemented by COM objects as described above. The interfaces may be in-process, local, or remote. Internally, each application may use any object oriented technology, such as C++ or Java, or non-object oriented technology such as relational databases, sequential files, etc..
Many different types of application may be used to implement Aspects. For example a word processing program may be used by one Aspect to display a functional specification, and by another Aspect to edit operator notes. Similarly a CAD program may be used by an Aspect to display a drawing, and used by another Aspect to display an electrical diagram or by a third Aspect to display a piping and instrumentation diagram. Application programs are not limited in any way to those programs used in traditional process control methods. For example a production management application may be used by one Aspect to display a job order, by another Aspect to run an equipment schedule or by a third Aspect to show material in stock.
The principal advantage of the present invention is that a large range of applications may be integrated into a computerized system in a modular and independent fashion. Each application is, by means of Composite Objects and Aspects contained by Composite Objects, responsible for its own data and operations. This means that applications that are internally based on different object or non-object oriented implementation technologies can be integrated in such a way that no difference is apparent between the methods for supplying services provided by the different applications. This also means that modifying an application or adding an application requires no change to other applications in the system. This is a particularly useful feature of the present invention because it facilitates the addition of new Composite Object types which may require addition of new Aspects, including new applications to manage these new Aspects . Another advantage of the invention is that Aspects of a Composite Object provide a method to indicate inheritance which enables Composite Objects to inherit certain Aspects automatically without necessarily defining inheritance relationships between specific Composite Objects.
The present invention thus provides important benefits in several respects including: i) for the developer of a system, who can integrate existing, new, and future possibly not yet anticipated applications, without having to significantly rewrite every application to fit with any particular data model or implementation technology, ii) for the user of the system, who will perceive a seamless integration of vastly different applications that co-operate to provide the full functionality that is associated with the real-world entities that he or she is dealing with and iii) for the owner of the system whose investment is protected because the system may be developed with, or extended by, applications not previously anticipated.
The applicability of the present invention is not limited to traditional process control functions and use, but extends as well to many other areas. This includes business and commercial activities such as production management, design and maintenance systems, and business and financial systems. It also includes control of equipment in other locations including equipment or processes in a residence or a home.
BRIEF DESCRIPTION OF THE DRAWINGS The present invention will be described in more detail in connection with the enclosed drawings.
Figure 1 shows schematically a COM Object with interfaces according to a known standard, COM. Figure 2a shows schematically a Composite Object and Aspects according to an embodiment of the present invention. Figure 2b shows schematically an Aspect Type of an Aspect according to an embodiment of the present invention. Figure 3 shows schematically the handling of a query by a Composite Object through an Aspect Type according to an embodiment of the present invention.
Figure 4 shows schematically a scheme of inheritance for Aspects of a Composite Object according to another embodiment of the present invention. Figure 5 shows schematically inheritance for Aspects of a Composite Object in the same Structure according to a preferred embodiment of the present invention.
DESCRIPTION OF THE PREFERRED EMBODIMENTS
Figure 1 shows a COM object 5 with three known interfaces 1, 2, 3, and a standard interface 4, which interface is known within the COM model as IUnknown . COM is an existing standard.
In order to facilitate understanding of the invention, it is necessary to explain some details of about COM. Development of computerized systems using COM aims at developing one or more COM objects. The COM object provides its services via methods, which are grouped into one or more interfaces. Each interface, such as interfaces 1- 3 of Figure 1, typically includes methods that supply a specific range of services. Through these interfaces, a client object can invoke the methods defined by the COM object. The set of interfaces that are supported by a specific COM object may change as the object undergoes revisions and updates, but any interface once defined always stays the same. In this way problems with versions and backwards compatibility are minimized. All COM objects support an interface which is named IUnknown. This interface controls the life time of the object (through reference counting) and allows client objects to obtain information about other interfaces supported by the object. The convention of IUnknown thus allows COM objects to interact without each object previously having information about every possible interface that may be supported by every other object. Figure 1 illustrates a COM object 5 with several interfaces, which interfaces always include an instance of IUnknown. A client object can query a standard COM object 5 for an interface, but in order to do that, the client object has to know the identity of the object (or application) for which it is seeking an interface. If the object supports the interface then a reference to the interface is returned as some form of pointer to where that interface may be found.
COM is a published standard and as such is a part of the prior art .
In a method to integrate an application in a computerized system for control of a real world object and a system using same method according to an embodiment of the present invention, a Composite Object represents any real world object. The real world object may be an actual object such as a pump, a motor, a valve, etc., or a more abstract object such as a purchase order, production batch, etc. The present invention is not limited to traditional control or process control areas. Any real world object may be represented, as an object in a process, including a device or process in a home for example, or a person carrying out a stage or role in a process, or intangible objects such as messages, a location, status of information etc..
Referring to Figure 2a, which shows a first software object, called a Composite Object 40 containing some Aspects 41. The
Composite Object 40 is a container, holding different Aspectsl, 2, 19, 23 etc. related to the real world object. An Aspect represents one facet of the real world object, and is responsible for all operations on that facet of the object and its data. Thus for a pump for example, one Aspect could represent a physical location, another Aspect could represent a blue print diagram of the pump, another represents a security descriptor for the pump, another Aspect represents a control for an operation of the pump and yet another Aspect represents documentation about the pump. The Aspect that represents the facet has an association to a function of an application that can, referring to the above example, display the blue-print diagram, or control the operation of the pump. Composite Objects and Aspects communicate with each other using a "framework" based on an Object Request Broker such as COM with additions defined according to the present invention. A set of interfaces are defined to allow Aspects to co-operate using standard services. Any individual Aspect may define additional interfaces, to allow for any specific interaction that may be required within a subgroup of Aspects .
In an embodiment of the present invention, each of the real world objects represented in the system is represented within a computer program as a Composite Object. In order to do this the computer program contains software code means to direct a computer to carry out functions according to an embodiment of the present invention. The Composite Object contains one or more Aspects representing facets of the real world object that the Composite Object represents. These Aspects also have associations to applications that provide functionality that is associated with the respective facets of the real-world object.
All Aspects are created through an Aspect Category. The Aspect Category contains information that is shared between all instances of the category. Each Aspect Category refers to one Aspect Type. This Aspect Type describes the implementation of an Aspect .
An Aspect belongs to an Aspect Type (through its category) which lists the set of COM objects that implements the functionality of the aspect. This implementation is provided by an object, referred to as an Aspect System Object (ASO) , which is a COM compliant object. The Aspect System Object is a second software object which has a specific function, to implement certain Aspects as described below, that is different to the function of the first software object, the Composite Object, the function of which is to represent a real world object by acting as a container for Aspects. Stated differently, the Aspect Type contains the binding information between an Aspect and the one or more applications that implement its functionality.
The Composite Object may be queried by a client, through an Object Request Broker such as COM, to find a reference for an interface of the application associated with any of its Aspects.
An Object Request Broker such as COM provides a mechanism to communicate a reference for a particular interface. The "framework" provided by Composite Objects and Aspects provides the means to identify the particular interface that the Object Request Broker subsequently communicates.
See Figures 2b and 3. Figure 2b shows a Composite Object 6, an Aspect Category 19a that Aspect 6a belongs to, and an Aspect Type 8 for the Aspect 6a according to an embodiment of the invention. The Aspect Type 8 contains a listing of all Aspect System Objects used by this Aspect, expressed as a class identifier 9 (CLSID) of each ASO and a list of all interface identifiers 7 (IID) for interfaces supported by each ASO. A CLSID, such as CLSID 9, identifies a particular application, and, by this means, associates a function of the Aspect with the application that implements the function.
Figure 3 shows a Composite Object 10, which includes an interface IUnknown 4a. Also shown is an Aspect System Object 101, which includes another interface IUnknown 4b. Figure 3 also shows a query 13 for an interface and a reference 103 to an interface 102. From Figure 3 it is seen that when a client queries the Composite Object 10 for an interface, the reference 103 that is returned comes from the Aspect System Object 101. The ASO 101 is found through a table look-up using the Aspect Type, as shown in Figure 2b.
The result of this is that the client querying, for example,
Composite Object 10, for a function associated with one of the Aspects of Composite Object 10, does not need to know the identity of the object (or application) for which the interface is being sought, the client simply queries the Composite Object for the function associated with the Aspect. This is in contrast to the standard use of COM, which requires that a client object explicitly knows the identity of the object (or application) for which it is seeking an interface.
A Composite Object is uniquely identified through its object identifier. An Aspect is identified by the object identifier of the Composite Object it is associated with, and a unique aspect identifier. If an object has a representation in different systems it uses the same object identifier in all systems.
Finding an interface through a Composite Object according to the invention.
A client of a Composite Object queries the object for an interface. The Composite Object uses the definitions contained by the Aspect Type of the Aspects of the Composite Object to identify the Aspect System Object that implements the requested interface. This ASO is then created and initialized from the Aspect it represents, or, if it is already running, found through a mechanism of locating running objects. A reference to an interface of this ASO is then returned to the client.
Whenever a client interacts with a Composite Object a COM object is instantiated which represents the Composite Object.
See Figure 2b. The mechanism for finding the Aspect System
Object which implements an interface of an Aspect is described thus. When a client queries a Composite Object 6 for an interface, the Composite Object examines its Aspects, including Aspect 6a, through the Aspect Category 19a, for an Aspect Type 8 which lists an ASO Description 8a that contains an interface identifier 7 of the requested interface. From the same ASO Description 8a the class identifier 9 of the Aspect System Object which implements the interface is obtained.
See Figure 3 which illustrates a request to a Composite Object for an interface. Figure 3 shows a Composite Object 10 which receives query 13 from a client. The Aspect Type 8 is searched, as shown in Figure 2b, to find the Aspect System Object class identifier 9. The Aspect System Object 101, if not already running, is created as indicated by process 14 Initialization in Figure 3. The instantiated Aspect System Object 101 is then queried through the interface IUnknown 4b for a reference to the interface 102, which reference 103 is returned to the client.
Aspect System Objects can be defined to be shared or exclusive. This specifies if a client requests an interface several times for the same Aspect, it will get the same interface reference to the object several times. If an Aspect System Object is shared then only one interface reference with a specific aspect identifier is created in each context (typically per process) .
Adding objects and functions according to the invention
The above described mechanism makes it possible to extend the functionality of the control systems by adding Aspects to Composite Objects, where each Aspect brings one piece of functionality. It also allows the implementation of the computerized system to be modularized, because each Aspect is independent from all other Aspects except through the interfaces it supports and utilizes.
In a system that is implemented based on the principles of this invention, a developer adds functionality by adding aspect systems . An aspect system is an application that implements one or more Aspects, thus allowing Aspects instances to be created and added to Composite Objects The aspect system defines (among other things) which COM objects are used to implement the Aspects .
It is also possible to add functionality to an existing aspect system by adding new ASOs to the Aspect type.
Preferred Embodiment
In a preferred embodiment of the present invention, a method to organize Composite Objects after one or more real-world relationships is included, which method is called Structures. Any Composite Object in a system can be arranged in one or more Structures .
For example a number of Composite Objects representing parts of one physical system may be conveniently grouped as a Structure. Composite Objects representing a sensor attached to a blade of a stirring device, the shaft of the stirring device, a temperature sensor in the stirring device and a control unit for the stirrer, etc., may all additionally be identified as belonging to a particular Agitator Structure.
The Structure itself is represented as an entity that is separate from the included Composite Objects. Each node in a Structure is represented by a structure Aspect of the Composite
Object that is "placed" in that node.
The use of Structures means that relations between Composite Objects are represented by Aspects of the Composite Objects. This allows a Composite Object to be represented in multiple Structures and even in multiple positions within one particular Structure. Structures allow Composite Objects to be organized and allows functions such as inheritance, sorting and grouping to be naturally defined.
A first object can inherit through a known mechanism of general inheritance by being defined as a child of a second object. The child (first object) then inherits those aspects from its parent object (second object) that are marked as to-be-inherited.
The present invention defines an additional and new method of inheritance. Aspects refer to Aspect Categories, and through categories to Aspect Types. Aspect systems, Aspect Types and Aspect Categories are all represented as Composite Objects. By placing additional Aspects in an Aspect Category and marking these Aspects as to-be-inherited, these aspects are inherited to all Composite Objects to which any Aspect of that particular Aspect Category is added.
This form of inheritance is illustrated summarily in Figure 4. A Composite Object 18 is a container for some Aspects, including Aspectl. Aspectl refers to an Aspect Category 19. In the Aspect Category 19 Aspect2 and Aspect4 are marked as to-be-inherited. Because Composite Object 18 contains at least one Aspect from
Aspect Category 19, which in this example is Aspectl, Composite Object 18 will inherit all Aspects in Category 19 that are marked as to-be-inherited. The Composite Object 18 thus inherits Aspect2 and Aspect4 automatically by means of the to-be- inherited indicator on those Aspects in the Aspect Category 19. The mechanism described above works recursively. The present invention also defines another new method of inheritance, shown schematically in Figure 5. A Structure 20 includes a first Composite Object 25 and two other Composite Objects 26, 27 that are organized in the same Structure. Composite Objects 26, 27 automatically inherit Aspect32 from Composite Object 25 because Aspect32 is marked as to-be-inherited by Composite Objects when organized subordinated in the same Structure. This method of organization within a Structure may be based on any relationship, typically one that reflects a real world function, and is not limited to descriptions such as a class in a hierarchy. The marker for "to-be-inherited-within-the-same- Structure" is placed in the Aspect Category of the respective Aspects .
A system employing a method according to the present invention may also take the form of a distributed system because it is designed using methods that facilitate communication between, and execution of, applications running on computers in a distributed system. Distributed system here means a system that is spread over a plurality of computers, computer systems, computer networks, intelligent and non-intelligent devices that are arranged with communication devices so that each part of the system may communicate with any other part.
It is within the scope of the claims of the present invention to include computerized systems that comprise any communication means or combination thereof, including but not limited to direct hard-wired links, networks, intranets, the Internet, public or private telephone lines, radio links, infra-red links or links using optic fibers.

Claims

1. A method to integrate an application in a computerized system for control of a real world object, which system comprises a first software object with a first interface (4) which said interface is recognisable by an Object Request Broker, characterized in that the method comprises the steps of: -representing said real world object as said first software object, hereafter called a Composite Object (40, 10, 6, 18, 25- 27), which contains an Aspect (41, 6a, 18a, 25a-27a) , -representing a facet of said real world object as the Aspect (41, 6a, 18a, 25a-27a) of the Composite Object (40, 10, 6, 18, 25-27) ,
-associating said application with the Aspect (41, 6a, 18a, 25a- 27a) , -enabling a query (13) from a client to the Composite Object
(40, 10, 6, 18, 25-27) for a function associated with the Aspect (41, 6a, 18a, 25a-27a) of the Composite Object (40, 10, 6, 18, 25-27) , -answering said query (13) to the Composite Object (40, 10, 6, 18, 25-27) with a reference (103) pointing to a second interface (102) associated with said application,
-providing the second interface (102) by means of a second software object hereafter called an Aspect System Object (101) which implements the function queried for.
2. A method according to claim 1, characterized in that the Composite Object (40, 10, 6, 18, 25-27) provides information about the Aspect (41, 6a, 18a, 25a-27a) that is associated with the Composite Object (40, 10, 6, 18, 25-27) by means of an Aspect Type (8) to which the Aspect belongs.
3. A method according to claim 1, characterized in that the interface implemented by the Aspect System Object (101) is accessed through said Object Request Broker.
4. A method according to claim 1, characterized in that the Aspect (41, 6a, 18a, 25a-27a) belongs to an Aspect Category (19, 19a) which contains a reference to the Aspect Type (8), which Aspect Type (8) contains a first reference (9) to an Aspect System Object (101) .
5. A method according to claim 1, characterized in that the first reference (9) to the Aspect System Object (101) is a class identifier CLSID.
6. A method according to claim 3, characterized in that the Aspect System Object (101) is arranged to provide said interface (102) which via said Object Request Broker is in- process, or local, or remote.
7. A method according to claim 1, characterized in that said Object Request Broker complies with COM.
8. A method according to claim 4, characterized in that Aspect inheritance is described in the Aspect Category (19, 19a) to which the Aspect (41, 6a, 18a, 25a-27a) belongs.
9. A method according to claim 1, characterized in that the Composite Object (40, 10, 6, 18, 25-27) is organized in a Structure (20) .
10. A method according to claim 9, characterized in that the Composite Object (40, 10, 6, 18, 25-27) is organized by being placed in more than one position in the Structure (20) .
11. A method according to claim 9, characterized in that the Composite Object (40, 10, 6, 18, 25-27) is organized by being placed in more than one Structure (20) .
12. A method according to claim 9, characterized in that the Aspect (25a) of a first Composite Object (25) in a Structure
(20) , marked as " to-be-inherited-within-the-same-Structure" is inherited by at least one second Composite Object (26, 27) organized subordinated in the same Structure (20) .
13. A method according to claim 1, characterized in that at least one additional function is added by the additional steps of -defining an additional Aspect system containing an Aspect
System Object (101)
-describing an Aspect Type (8) that is implemented in the additional Aspect system
-listing in the Aspect Type (8) the Aspect System Object (101) which is accessed through said Object Request Broker.
14. A system for computerized control of a real world object, which system includes an application and an Object Request Broker, said system including a plurality of computers that are arranged with communication devices communicating with computer systems, computer networks, intelligent and non-intelligent devices, and comprising a first software object with a first interface (4) which is recognizable by said Object Request Broker, characterized in that said system comprises: -said software object hereafter called a Composite Object (40, 10, 6, 18, 25-27) representing said real world object, -an Aspect (41, 6a, 18a, 25a-27a) of the Composite Object (40, 10, 6, 18, 25-27), representing a facet of said real world object, and associated with said application, wherein the Composite Object (40, 10, 6, 18, 25-27) is a container for the Aspect (41, 6a, 18a, 25a-27a) and is arranged to provide a reference (103) to an interface (102) of said application which said interface (102) is implemented by a second software object hereafter called an Aspect System Object (101) .
15. A system according to claim 14, characterized in that the Composite Object (40, 10, 6, 18, 25-27) provides information about the Aspect (41, 6a, 18a, 25a-27a) by means of an Aspect Type (8) to which the Aspect of the Composite Object belongs.
16. A system according to claim 14 or 15, characterized in that said interface (102) implemented by an Aspect System Object
(101) is accessed through said Object Request Broker.
17. A system according to claim 14, characterized in that the first reference (9) to the Aspect System Object (101) is a class identifier .
18. A system according to claim 14, characterized in that the Aspect (41, 6a, 18a, 25a-27a) belongs to an Aspect Category (19, 19a) which contains a reference to an Aspect Type (8), which Aspect Type (8) contains a reference to an Aspect System Object (101) .
19. A system according to claim 16, characterized in that the
Aspect System Object (101) is arranged to provide said interface
(102) which via said Object Request Broker is in-process, or local, or remote.
20. A system according to claim 19, characterized in that the interface (102) implemented by the Aspect System Object is remote and is accessed by said Object Request Broker at least in part by means of a wireless link provided by one of said communication devices .
21. A system according to claim 14, characterized in that said Object Request Broker complies with COM.
22. A system according to claim 14, characterized in that Aspect inheritance is described in an Aspect Category (19, 19a) to which the Aspect (41, 6a, 18a, 25a-27a) belongs.
23. A system according to claim 14, characterized by that the Composite Object (40, 10, 6, 18, 25-27) is organized in a Structure (20) .
24. A system according to claim 23, characterized by that the Composite Object (40, 10, 6, 18, 25-27) is organized by being placed in more than one position in the Structure (20) .
25. A system according to claim 23, characterized by that the Composite Object (40, 10, 6, 18, 25-27) is organized by being placed in more than one Structure (20) .
26. A system according to claim 23, characterized by that the Aspect (25a) of a first Composite Object (25) in a Structure
(20) marked "to-be-inherited-within-the-same-Structure"is inherited by at least one second Composite Object (26, 27) organized subordinated in the same Structure (20) .
27. A system according to claim 14, characterized in that at least one additional function may be added comprising -an additional Aspect system containing one or more Aspect
System Objects (101)
-one or more Aspect types that are implemented in the further
Aspect system
-a listing in each Aspect type of one or more Aspect System Objects (101) which may be accessed through said Object Request
Broker .
28. A computer program product containing software code means loadable into the internal memory of a computer in a computerized system, characterized in that said computer program product has means to make said computer carry out the steps of a method according to claim 1.
29. A computer program product according to claim 28, characterized in that said computer program product has means to make said computer carry out the steps of a method according to any of claims 2-13.
30. A computer program product according to claim 28 embodied on a computer readable medium.
31. Use of a computer program product according to claim 28 to control a real world object located in an industrial or commercial location, a residence or a home.
32. Use of a system according to claim 14 to control a real world object located in an industrial or commercial location, a residence or a home.
EP00946712A 1999-07-06 2000-07-05 Method of integrating an application in a computerized system Ceased EP1242877A1 (en)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US348017 1999-07-06
US09/348,017 US6694513B1 (en) 1999-07-06 1999-07-06 Method of integrating an application in a computerized system
SE9902578A SE516029C2 (en) 1999-07-06 1999-07-06 Application integrating method in computerized system, by answering query to composite object with reference pointing to second interface associated with application
SE9902578 1999-07-06
PCT/SE2000/001430 WO2001002953A1 (en) 1999-07-06 2000-07-05 Method of integrating an application in a computerized system

Publications (1)

Publication Number Publication Date
EP1242877A1 true EP1242877A1 (en) 2002-09-25

Family

ID=26663613

Family Applications (1)

Application Number Title Priority Date Filing Date
EP00946712A Ceased EP1242877A1 (en) 1999-07-06 2000-07-05 Method of integrating an application in a computerized system

Country Status (3)

Country Link
EP (1) EP1242877A1 (en)
AU (1) AU6042800A (en)
WO (1) WO2001002953A1 (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB0124014D0 (en) 2001-10-05 2001-11-28 Abb Ab Communication of messages in a system
DE10161064A1 (en) * 2001-12-12 2003-07-03 Siemens Ag System and method for communication between software applications, in particular MES applications
NO20020856D0 (en) 2002-02-22 2002-02-22 Abb Research Ltd Communication method and system
DE60224110T2 (en) * 2002-12-12 2008-12-04 Abb Research Ltd. CONTROL SYSTEM FOR CONTROLLING A VARIETY OF REAL WORLD OBJECTS AND METHOD FOR HANDLING MESSAGES OF A MOBILE USER ASSOCIATED WITH THE CONTROL SYSTEM
SE525654C2 (en) 2002-12-19 2005-03-29 Abb Ab Procedures and systems for providing access to distributed objects
SE0203779L (en) * 2002-12-19 2004-06-20 Abb Ab Url-based access to Aspect Objects
SE0300353D0 (en) 2003-02-07 2003-02-07 Abb Research Ltd Method and system for managing energy information
SE529228C2 (en) * 2004-12-20 2007-06-05 Abb Ab Method and system for automatically determining which alarm generated at an industrial plant is to be hidden or presented to an operator
WO2007066166A1 (en) * 2005-12-08 2007-06-14 Abb Research Ltd Method and system for processing and displaying maintenance or control instructions
SE529620C2 (en) 2006-02-24 2007-10-09 Abb Ab Control of real objects in interconnected computerized control systems
DE112006003953T5 (en) 2006-07-11 2009-08-20 Abb Research Ltd. A life cycle management system for intelligent electronic devices
EP1936548A1 (en) * 2006-12-15 2008-06-25 Abb Research Ltd. Workforce management system
EP1965301A1 (en) 2007-02-27 2008-09-03 Abb Research Ltd. Method and system for generating a control system user interface
WO2013000506A1 (en) 2011-06-28 2013-01-03 Abb Ab Transfer of responsibility in a multisystem environment
CN106662862B (en) 2014-08-11 2019-05-03 Abb瑞士股份有限公司 Object Creation in Process Control System
EP3279755B1 (en) 2016-08-02 2021-09-29 ABB Schweiz AG Method of monitoring a modular process plant complex with a plurality of interconnected process modules
EP3318935A1 (en) 2016-11-08 2018-05-09 ABB Schweiz AG Method of operating a process module in a modular process plant

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997022925A1 (en) * 1995-12-15 1997-06-26 Object Dynamics Corp. Method and system for constructing software components and systems as assemblies of independent parts

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
MICROSOFT CORPORATION: "The Component Object Model Specification - Version 0.9", 24 October 1995 (1995-10-24), XP055055822 *
See also references of WO0102953A1 *
SULLIVAN K ET AL: "Analysis of a conflict between aggregation and interface negotiation in Microsoft's Component Object Model", IEEE TRANSACTIONS ON SOFTWARE ENGINEERING, vol. 25, no. 4, January 1999 (1999-01-01), pages 584, XP055055797, ISSN: 0098-5589, DOI: 10.1109/32.799960 *
WILLIAMS S ET AL: "THE COMPONENT OBJECT MODEL. THE FOUNDATION FOR OLE SERVICES", DR. DOBB'S SPECIAL REPORT, XX, XX, vol. 19, no. 16, 21 December 1994 (1994-12-21), pages 14 - 22, XP002025907 *

Also Published As

Publication number Publication date
AU6042800A (en) 2001-01-22
WO2001002953B1 (en) 2001-02-08
WO2001002953A1 (en) 2001-01-11

Similar Documents

Publication Publication Date Title
US6694513B1 (en) Method of integrating an application in a computerized system
EP1242877A1 (en) Method of integrating an application in a computerized system
US6920457B2 (en) Virtual database of heterogeneous data structures
ES2207756T3 (en) GENERAL SOFTWARE STATE MACHINE AND METHOD OF BUILDING DYNAMIC OBJECTS FOR AN APPLICATION PROGRAM.
US5926637A (en) Service interface repository code generation data
US5848273A (en) Method for generating OLE automation and IDL interfaces from metadata information
Nicol et al. Object orientation in heterogeneous distributed computing systems
US5793965A (en) Method and apparatus for determining the type of an object in a distributed object system
US6083277A (en) Filtering an object interface definition to determine services needed and provided
EP1299780B1 (en) Automated tool management in a multi-protocol environment
EP1770463B1 (en) Incremental association of metadata to production data
JP4429908B2 (en) Central master data management
US6748455B1 (en) Object connectivity through loosely coupled publish and subscribe events with filtering
US5884317A (en) Service interface repository
US5960421A (en) Service interface repository internationalization
US20030172368A1 (en) System and method for autonomously generating heterogeneous data source interoperability bridges based on semantic modeling derived from self adapting ontology
EP1653353A1 (en) Associations between duplicate master data objects
WO2002001395A1 (en) Method and system for providing distributed functionality and data analysis system utilizing same
US7016918B2 (en) Object oriented data processing
US7478406B2 (en) Data access method for a control system
Barillot et al. A proposal for a standard CORBA interface for genome maps.
Schmied et al. Vertical integration via dynamic aggregation of information in OPC UA
US7756963B2 (en) Automated tool management in a multi-protocol environment
Berndtsson et al. Result sharing among agents using reactive rules
CZ306010B6 (en) Information processing system and method of operating thereof

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: 20020125

AK Designated contracting states

Kind code of ref document: A1

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

AX Request for extension of the european patent

Free format text: AL;LT;LV;MK;RO;SI

17Q First examination report despatched

Effective date: 20071123

APBK Appeal reference recorded

Free format text: ORIGINAL CODE: EPIDOSNREFNE

APBN Date of receipt of notice of appeal recorded

Free format text: ORIGINAL CODE: EPIDOSNNOA2E

APBR Date of receipt of statement of grounds of appeal recorded

Free format text: ORIGINAL CODE: EPIDOSNNOA3E

APAF Appeal reference modified

Free format text: ORIGINAL CODE: EPIDOSCREFNE

REG Reference to a national code

Ref country code: DE

Ref legal event code: R003

APBT Appeal procedure closed

Free format text: ORIGINAL CODE: EPIDOSNNOA9E

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED

18R Application refused

Effective date: 20170412