Components for an Industrie 4.0 Testbed Prototype.
Concept and prototype described in https://github.com/sneppa/thesis-template
- Control Interface
- Discovery Server
- Repository
- Configurable Active I4.0 Component
- WireShark
- Printer (I4.0 Component Forwarder)
The testbed can be used with nodejs, docker or kubernetes
Vor dem Start, alle Konfigurationsdateien auf NodeJs einstellen
- Start MongoDB
$ mongod
- Start Discovery Server
$ cd ./dockers/discovery && node server.js
- Start Repository
$ cd ./dockers/repository && node server.js
- Start Controlpanel
$ cd ./dockers/control && node server.js
- Start OPC UA Active Servers
Vor dem ersten Start:
$ ./scripts/buildDockers.sh
- Start Discovery/Repository/Control Dockers
$ ./scripts/startDockers.sh
- Start Servers
All virtual OPC UA Servers can be started in the controlpanel. If you want to start an individualized server, you can use the commands described in the server readme.
not implemented
Unter examples sind diverse Beispiel für OPC UA zu finden.