... | ... | @@ -23,3 +23,14 @@ In case you need to setup the demo first, please refer to the setup guides for t |
|
|
A good starting point for getting familiar with development for BaSyx are the `SubmodelProviders`, in particular the [LightControllerSubmodelProvider](implementation/Light-Controller-walkthrough#lightcontrollersubmodelprovider).
|
|
|
In both the code file (it is heavily commented) as well as the walkthrough, there is plenty of information on how to add a Property, do calls to other methods, host a Submodel, create and upload an AAS as well as registering AAS and Submodel.
|
|
|
|
|
|
I'll be part of this Group for a while. If you have any question, to which you couldn't find the answer in this wiki, the repo or by general searching, feel free to reach out to me (for example with an issue).
|
|
|
|
|
|
# Future Projects
|
|
|
|
|
|
This is a unsorted list of future projects for this Demo.
|
|
|
|
|
|
1. Porting to [BaSyx v2](https://wiki.eclipse.org/BaSyx_/_Releases_and_Features#Java_Release_2.0) once it gets released. I've provided a branch with a blind port, but since there is [no AAS Server yet](https://github.com/eclipse-basyx/basyx-java-components/issues/25) it can't be tested.
|
|
|
2. Implementing the [BaSyx Submodel API](https://app.swaggerhub.com/apis/BaSyx/basyx_submodel_http_rest_api/v1) on an ESP32. This would eliminate the need for a way more poweful machine like the Raspberry Pi, especially, if pushing the relevant AAS and registering can be done, too. This might bring the cost of integration of existing gear into a I4.0 environment down by an order of magnitude.
|
|
|
3. Containerizing the components. I've worked extensively using environment variables here, so it should be quite suited for docker images.
|
|
|
At least for a "off the shelf" container to run the whole demo virtually on your local machine I can see good use.
|
|
|
4. Create a nice looking demonstration stand. Right now, the whole thing is basically a pile of wires and computers - not very appealing. Maybe even create a PCB and case for the [Demonstration Controller](What-am-I-looking-at-here#demonstration-controller) |
|
|
\ No newline at end of file |