Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Papyrus/customizations/manufacturing/aas/toolset

< Papyrus‎ | customizations/manufacturing/aas
Revision as of 11:08, 24 November 2022 by Unnamed Poltroon (Talk) (Created page with "=Papyrus For Manufacturing Toolset Architecture= The development process of the Papyrus For Manufacturing toolset is presented. The process is iterative and lays on quick i...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Papyrus For Manufacturing Toolset Architecture

The development process of the Papyrus For Manufacturing toolset is presented.


The process is iterative and lays on quick iterations between the different steps, from requirements specification, to design and implementation.

After requirements collection, the design of the Papyrus For Manufacturing Toolset has been established.

The functional architecture of the toolset is depicted.

The architecture of the toolset is organized as follows:

- Modeling layer: this is the layer that implements all the modeling functionalities for the AAS standard. It is developed as an extension of the Papyrus modeling tool. It enables:

o importing and exporting AASx modules from and to an AASx repository
o Creating AAS modules from scratch
o Creating Systems designs by combining different AAS modules
o Communication protocol configuration before code generation

- Code generation layer: contains the code generation functionality that transforms AAS modules designed Papyrus into executable artifacts that will run in Basyx.

- Execution layer: this is the execution platform that will run the AAS modules.

It is based on the open source middleware Basyx.

In the following sections, we will present the implementation of these functionalities:

• Creating and editing AAS modules from scratch
• Creating Systems designs by combining different AAS modules
• Code generation for AAS modules into Basyx
• Import of AASX modules
• Configuration of the communication protocol

The AASX export functionality is not yet implemented in the v1.0 release.

Back to the top