wai290739398 / coreAAS

An OPC UA Information Model for the RAMI 4.0 Asset Administration Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoreAAS

This project is an implementation of the Platform Industrie 4.0 Asset Administration Shell (AAS) metamodel in OPC UA. It defines an open Information Model defining the main parts of the AAS metamodel.

The project is still work in progress and all the main components already defined will be tracked in the table at the end of this document.

CoreAAS is implemented in node-opcua-coreaas, an extension of the OPC UA SDK for Node.js node-opcua.

Overview

For Industrie 4.0, an asset is any "object which has a value for an organization". Thus,assets in Industrie 4.0 can take almost any form, for example be a production system, a product, a software installation, intellectual properties or even human resources.

Assets shall have a logical representation in the "information world", for example shall be managed by IT-systems. Thus, an asset has to be precisely identified as an entity, shall have a "specific state within its life (at least a type or instance)", shall have communication capabilities, shall be represented by means of information and shall be able to provide technical functionality. This logical representation of an asset is called Administration Shell. The combination of asset and Administration Shell forms the so-called I4.0 Component.

You can look into metamodel using software like UAModeler from Unified Automation GmbH. The xml file in models folder can be easily imported in every OPC UA SDK allowing information model xml file to be imported.

More information are available on the wiki.

An implementation of CoreAAS is available here. It is an extension for node-opcua, an OPC UA Stack for Node.js.


The foundation of coreAAS is the AAS metamodel defined in this document.

AAS metamodel entities tracking

The following table shows which AAS metamodel entities are already mapped in coreAAS metamodel.

Status legend: Implementation complete βœ…

Not implemented ❌

Under construction 🚧

Unstable (incomplete or bugged) ⚠️

AAS Metamodel Entity Status
AssetAdministrationShell βœ…
Asset βœ…
Submodel βœ…
SubmodelElement βœ…
DataElement βœ…
Property βœ…
File βœ…
Blob ❌
ReferenceElement βœ…
SubmodelElementCollection βœ…
RelationshipElement βœ…
Operation ❌
OperationVariable ❌
Event ❌
View βœ…
ConceptDictionary βœ…
ConceptDescription βœ…
Reference βœ…
Key βœ…
DataSpecification βœ…
DataSpecificationContent βœ…
DataSpecificationIEC61360 βœ…

About

An OPC UA Information Model for the RAMI 4.0 Asset Administration Shell