From 7f2063462e783c7749227632babd85bdd4013058 Mon Sep 17 00:00:00 2001 From: Christian Glomb Date: Thu, 21 Nov 2024 08:40:54 +0100 Subject: [PATCH] Add device onboarding scenario description --- .../DeviceOnboardingSiemens/Readme.md | 31 +++++++++++++++---- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/events/2024.11.Munich/Scenarios/DeviceOnboardingSiemens/Readme.md b/events/2024.11.Munich/Scenarios/DeviceOnboardingSiemens/Readme.md index 530626c0..d5fd8633 100644 --- a/events/2024.11.Munich/Scenarios/DeviceOnboardingSiemens/Readme.md +++ b/events/2024.11.Munich/Scenarios/DeviceOnboardingSiemens/Readme.md @@ -2,23 +2,42 @@ ## Involved Devices and Applications -- Siemens Sentron PAC (Modbus) +- Siemens Sentron PAC (Modbus/TCP) - Siemens S7 (OPC UA) -- Industrial Information Hub (IIH) running on Industrial Edge -- TDD +- (potentially other devices available at the Plugfest) +- Industrial Information Hub (IIH) running on Siemens Industrial Edge (running on Siemens Simatic IPC227E) +- Domus Thing Description Directory (https://github.com/eclipse-thingweb/domus-tdd-api) reachable at: http://plugfest.thingweb.io:8081/ ## Mashup Explanation -IIH gets the TDs of the devices and their sensor values are automatically shown in a dashboard. To be further refined +- Plugfest participants (are asked to) upload TDs of their devices to Domus TDD +- TDs are available at: http://plugfest.thingweb.io:8081/things/{id} +- Respective Asset Administration Shell (AAS) Submodel is available at: http://plugfest.thingweb.io:8081/submodels/{id} +- AAS Submodel is formatted as Asset Interfaces Description (AID) +- IIH loads AID of respective device and connects to it (on the Southbound interface) +- For the Northbound interface and thus for visualizing the device's value as AAS Asset Interfaces Mapping Configuration (AIMC) can be deployed on IIH +- Domus TDD can be queried via SPARQL + +## Open points, things to be studied during plugfest + +- How does Domus TDD behave for different TDs? +- Does conversion to AAS AID work correctly? +- Does Southbound connection to various devices work? +- Can we add other protocols for the Southbound connection? +- How can an AAS AIMC be created (automatically)? ## Results ### Worked List of devices that can be communicated with: - - Device 1 (TBD) +- + +Domus TDD features +- ### Not Worked -TBC +- TBC +-