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 / Introductory Examples"

m (Minor rewording)
m (Adds variants for Example 2)
Line 12: Line 12:
 
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_1 | Example 1]] - Creating the oven model and using it with the VAB
 
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_1 | Example 1]] - Creating the oven model and using it with the VAB
 
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_2 | Example 2]] - Providing the model via HTTP/REST and using the Registry
 
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_2 | Example 2]] - Providing the model via HTTP/REST and using the Registry
 +
** [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_2a | Example 2a]] - Providing the model via [[ BaSyx_/_Documentation_/_VAB_/_TCP_Mapping | BaSyxTCP ]]
 +
** [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_2b | Example 2b]] - Providing the model via [[ BaSyx_/_Documentation_/_VAB_/_TCP_Mapping | BaSyxTCP]] and connecting via a [[ BaSyx.Gateway.Overview | gateway]]
 
* [[ 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  
 
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_5 | Example 5]] - Accesing the remote AAS through the SDK
 
* [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_5 | Example 5]] - Accesing the remote AAS through the SDK

Revision as of 09:11, 12 March 2020

In the following, for each SDK there are introductory examples provided, showcasing the different concepts in the respective SDK.

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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.