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

BaSyx / Introductory Examples

< BaSyx
Revision as of 03:49, 23 January 2020 by Frank.schnicke.iese.fraunhofer.de (Talk | contribs) (Adds example 4 to overview)

In the following, for each SDK introductory examples showcasing the different concepts in the respective SDK are defined and explained.

Java

The goal of the following examples is, to introduce core concepts and the respective infrastructure components of the Java SDK. These are:

  1. Virtual Automation Bus
  2. Control Components
  3. Asset Administration Shell

The examples require a succesful installation of the SDK and the components.

There are currently 5 examples, each building upon the previous one. In the end, there will be a control and data access of an oven using Asset Administration Shells and Control Components.

  • Example 1 - Creating the oven model and using it with the VAB
  • Example 2 - Providing the model via HTTP/REST and using the Registry
  • Example 3 - Using a Control Component for unified service interfacing
  • Example 4 - Creating the AAS, registering it and exploring the HTTP-REST interface
  • Example 5

Back to the top