Rework tutorials to be more comprehensible and better structured
Merged
Rework tutorials to be more comprehensible and better structured
improve/tutorials
into
master
All threads resolved!
All threads resolved!
Compare changes
@@ -2,76 +2,85 @@
@@ -2,76 +2,85 @@
Tutorial for the creation of an simple asset administration shell containing a asset reference and a submodel
# In this tutorial, you get a step by step guide on how to create an asset administration shell and its required
# objects. First, you need an asset for which you want to create an asset administration shell. So, first, you will
# learn how to create an Asset object. After that, you learn how to create an Asset Administration Shell (AAS)
# containing a reference to the Asset. Now, it is possible to add Submodels to the AAS. Therefore, you learn how to
# create a Submodel and how to add the reference to it to the AAS. The Submodel can contain Submodel Elements.
# Therefore, you will also learn how to create a Submodel Element and how to add it to the Submodel.
# chose the type of the identifier which are defined in the enumeration "IdentifierType", here we use an IRI
asset=model.AASReference.from_referable(asset) # generate a Reference object to the asset (from its identifier)
# A global reference consist of one key which points to the address where the semantic description is stored
@@ -81,32 +90,37 @@ semantic_reference = model.Reference(
@@ -81,32 +90,37 @@ semantic_reference = model.Reference(