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

Difference between revisions of "BaSyx / Introductory Examples"

m (Adds example 4 to overview)
m (Adds example 5 to overview)
Line 14: Line 14:
 
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_3 | Example 3]] - Using a Control Component for unified service interfacing
 
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_3 | Example 3]] - Using a Control Component for unified service interfacing
 
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_4 | Example 4]] - Creating the AAS, registering it and exploring the HTTP-REST interface  
 
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_4 | Example 4]] - Creating the AAS, registering it and exploring the HTTP-REST interface  
* Example 5
+
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_5 | Example 5]] - Accesing the remote AAS through the SDK

Revision as of 04:27, 23 January 2020

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 - Accesing the remote AAS through the SDK

Back to the top