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

Difference between revisions of "BaSyx / Documentation / Components / AAS Web UI / Features / AAS Server Integration"

(Created page with "= AAS Server Integration = ''As AAS Components user'' ''I want to interact with the AAS Server Component through a graphical user interface'' The AAS Web UI can act as a us...")
(No difference)

Revision as of 02:28, 16 March 2023

AAS Server Integration

As AAS Components user

I want to interact with the AAS Server Component through a graphical user interface

The AAS Web UI can act as a user interface to the AAS Server. It is possible to use the features of the AAS Server through the AAS Web UI.

Feature Overview

Through the AAS Server Integration it is possible to upload and download Asset Administration Shell Files from the AAS Server. A complete feature overview for the AAS Server Component can be found here.

Furthermore, the AAS Server will automatically register/unregister uploaded/deleted AAS and Submodels.

Currently only available in development branch of the Java SDK; Will be included in BaSyx Java 1.4.0

Feature Configuration

The AAS Server Integration can be configured in the main menu of the AAS Web UI under the text field to connect to an AAS Registry. The configuration is done by entering the URL of the AAS Server and the port of the AAS Server.

e.g. http://localhost:8081/aasServer

Back to the top