The digital twin platform is a set of integrated services, applications, that are designed to be used to implement industrial digital twins.
The JNI Platform that launched as part of the JNI programme of IRT SYSTEMX. JNI Platform based on BaSyx Java V2 components fully compatible with the Asset Administration Shell v3. For each component, a multitude of backends (e.g., InMemory, MongoDB) as well as further features (MQTT, ...) are provided.
The following off-the-shelf components are available:
- JNI Portal
- JNI Asset Administration Shell Env
- JNI Data Bridge
- JNI Deployment
- JNI Scenario Manager
- JNI Scenario Manager - Model Library
docker-compose.yml configuration file contains all the docker images needed to deploy JNI Platform in its centralized architecture (see below).
Atention: To allow clients and other services to access BaSyx from outside your network, you must set the environment variable
basys.externalurlto your service's PUBLIC ADDRESS in the configuration filejni-deployment/docker/jni/aas-env.properties.
cd jni-deployment/docker
docker compose up -d --build
This projects contains a complete wiki where further information about the architecture, datamodel, usage can be found, as well as build instructions.
