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

< Papyrus‎ | customizations/manufacturing/aas
Revision as of 10:45, 25 November 2022 by Unnamed Poltroon (Talk) (Created page with "===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 File:AAS31.png...")

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

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