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/bom

Bill of material composition diagram (BOM)

Bill of Material diagrams enable the description of the internal structure of an asset. A bill of material is concretely a submodel inside the AAS that contains only entities. Each entity is referencing a specific asset as shown in the AAS meta model extract.

AAS09-1.png

Bill of material composition (BOM) is a container of sub-component.

It is possible to create a BOM diagram for the BOM Submodel of the composite AAS.

For example, the BOM diagram of the production cell contains three entities, the robot, the drilling machine and the coloring system.

These entities are related with each other by the common property "Pos" (for position).

AAS47.png


Process diagram

The production process can also be represented in an Asset Administration Shell with a submodel “Work Plan” where we can define the process steps and requirements. We choose to attach the process model to the submodel element “operation” as shown in the Figure below. From this submodel element a BPMN Process diagram can be created to describe the tasks and possibly execute them.

AAS09-2.png

Back to the top