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 (Adds more explanation)
m (Adds reference to example 2)
Line 10: Line 10:
 
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.
 
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.
  
# [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_1 | Example 1]] - Creating the oven model
+
# [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_1 | Example 1]] - Creating the oven model and using it with the VAB
# Example 2
+
# [[ BaSyx_/_Introductory_Examples_/_Java_/_Example_2 | Example 2]] - Providing the model via HTTP/REST and using the Registry
 
# Example 3
 
# Example 3
 
# Example 4
 
# Example 4
 
# Example 5
 
# Example 5

Revision as of 09:53, 10 December 2019

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.

  1. Example 1 - Creating the oven model and using it with the VAB
  2. Example 2 - Providing the model via HTTP/REST and using the Registry
  3. Example 3
  4. Example 4
  5. Example 5

Back to the top