Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Papyrus/customizations/manufacturing/aas/generation

Basyx code generation

For each AAS, a Basyx project could be generated.

In the model explorer, right click on an AAS -> AAS -> Genrate AAS Basyx code

AAS31.png

And the generated code is on the Project explore tree

AAS32.png

Basyx AAS module execution

For the execution of the Basyx code, browse the generated project -> select "Device AASServer.java" -> right click on it -> Run as Java application.

AAS33.png

The URL to launch the AAS is generated in the console view

AAS34.png

The result in the browser

AAS35.png

Back to the top