Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
/ i40-aas Public archive

Provide a set of tools to realize the Asset Administration Shell for Industrie 4.0.

License

Notifications You must be signed in to change notification settings

SAP-archive/i40-aas

Repository files navigation

⚠️ Note: i40-aas has been archived and will no longer be maintaned by the community. The Open Source implementations of an Asset Administration Shell (AAS) infrastructure in the context of the activities within the Industrial Digital Twin Association (IDTA) and Eclipse Digital Twin Top-Level Project are carried out in the following projects:

  • Eclipse AAS Model for Java (AAS4J) provides libraries for Java implementing the specification of the AAS such as metamodels, submodels, serialization and deserialization modules, validators, and transformation libraries to other industry standards.

  • AAS Cloud Repository provides a reference implementation for the AAS Repository based on the API specifications of the AAS.

By working within the Eclipse Digital Twin Top-Level Project, we have bigger Open Source community backed up by the Eclipse Foundation to bring Digital Twins based on AAS to the next level.

Looking forward to seeing in the Eclipse AAS Model for Java (AAS4J) and AAS Cloud Repository community within the Eclipse Digital Twin Top-Level Project!

i40-aas

GitHub last commit Repository Size License REUSE status

Contents

Main Features

The AAS-Service provides an implementation of the RAMI 4.0 reference architecture as specified by Plattform Industrie 4.0. Main features include:

  • Standardized communication interfaces and API to access Asset Administration Shells of the digital representation of a physical asset (Digital Twin), that enable:

    • use of a single AAS information model
    • access to asset information from cloud and edge
    • integration of assets without a communication interface (i.e. passive), e.g. via barcodes or QR-codes pointing to asset management solutions
  • Facilitate Interoperability:

    • The AAS-Service can act as a mediator between assets and applications that use different languages/standards
    • Enable interactions between administration shells based on semantic protocols (VDI/VDE 2193-1)
    • Information in the AAS can be exchanged between all partners in a value chain (e.g. system manufacturers, operators, engineering and service partners, system integrators)
  • Provide registry and discovery services that:

    • hold digital models of various aspects submodels that describe the technical functionality exposed by the asset
    • implement endpoint handling for communication
    • unambiguously identify an asset in network
  • Support of statefull communication patterns for well defined or proprietary interactions (see skills).

  • Enable integration of applications (eg. Asset stores, datalake) through application adapters

  • Deploy everywhere (cloud, on-premise, edge) providing a simple developer experience with docker and K8s

alt text
SAP's AAS Service as Integrator and Enabler for Interoperability - representation based on RAMI 4.0, graphic © Plattform Industrie 4.0 and ZVEI

Prerequisites

You need to install Docker and Docker Compose. Docker Compose comes with Docker if you're on Mac or Windows (check here for Linux). Check the installation by executing:

$ docker --version
## tested with: 19.03.8

$ docker-compose version
## tested with: 1.25.4, build 8d51620a

For easier usage, install Make and verify as follows:

$ make --version
## tested with: GNU Make 3.81

Optionally, you can download and install Postman to test the services.

Instructions

Getting Started

Service interactions can be deployed, tested and developed locally using Docker Compose as described below. For further instructions & information about i40-aas check the documentation

Run i40-aas locally using any of these options:

  • Pull and run prebuilt images from our Docker Hub repository. Pulling can last several minutes depending on your internet connection.
## 'up' (start) the composed setup
$ make install
  • Build the i40-aas images from source first, then pull external dependencies and continue to run everything. Builds are executed in parallel, thus build logs can appear cluttered. Building all i40-aas images can last several minutes.
## build i40-aas images
$ make

## 'up' (start) the composed setup
$ make install

Cleanup

Once done, one can stop & clean up locally by executing:

$ make clean

Configuration

The local setup uses the default configurations specified in the .env file.

See here how to join other service containers locally.

Known Issues

Please refer to the list of issues on GitHub.

Get Support

Please study the help provided and use the GitHub issue tracker for further assistance, bug reports or feature requests.

Contributing

You are welcome to join us in our efforts to improve and increase the set of tools to realize the Asset Administration Shell for Industrie 4.0!

Simply check the Contribution Guidelines.

Upcoming Changes

This project follows the specification "Details of the AssetAdministrationShell" part 1 version 1.0, which is work in progress. As the specification changes, so will this project.

Licensing

Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.

About

Provide a set of tools to realize the Asset Administration Shell for Industrie 4.0.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published