iotc-industrial-adt

所属分类:数值算法/人工智能
开发工具:TypeScript
文件大小:2679KB
下载次数:0
上传日期:2023-04-28 15:32:21
上 传 者sh-1993
说明:  物联网中心与Azure Digital Twins集成,用于工业数据
(IoT Central integration with Azure Digital Twins for Industrial data)

文件列表:
docs (0, 2023-04-28)
docs\setup.md (8289, 2023-04-28)
mapper-tool (0, 2023-04-28)
mapper-tool\.eslintrc.js (852, 2023-04-28)
mapper-tool\data (0, 2023-04-28)
mapper-tool\data\cache.template.json (0, 2023-04-28)
mapper-tool\mapper-logo.icns (158336, 2023-04-28)
mapper-tool\mapper-logo.png (113832, 2023-04-28)
mapper-tool\package-lock.json (714774, 2023-04-28)
mapper-tool\package.json (4849, 2023-04-28)
mapper-tool\public (0, 2023-04-28)
mapper-tool\public\favicon.ico (3870, 2023-04-28)
mapper-tool\public\index.html (1721, 2023-04-28)
mapper-tool\public\logo192.png (5347, 2023-04-28)
mapper-tool\public\logo512.png (9664, 2023-04-28)
mapper-tool\public\manifest.json (492, 2023-04-28)
mapper-tool\public\robots.txt (67, 2023-04-28)
mapper-tool\sample-mapping.json (693, 2023-04-28)
mapper-tool\src (0, 2023-04-28)
mapper-tool\src\azure (0, 2023-04-28)
mapper-tool\src\azure\azuredeploy.json (6468, 2023-04-28)
mapper-tool\src\electron (0, 2023-04-28)
mapper-tool\src\electron\app.css (2845, 2023-04-28)
mapper-tool\src\electron\app.tsx (3390, 2023-04-28)
mapper-tool\src\electron\auth.ts (5938, 2023-04-28)
mapper-tool\src\electron\azure.ts (2344, 2023-04-28)
mapper-tool\src\electron\core (0, 2023-04-28)
mapper-tool\src\electron\core\constants.ts (1734, 2023-04-28)
mapper-tool\src\electron\core\controls (0, 2023-04-28)
mapper-tool\src\electron\core\controls\downloadFile.ts (733, 2023-04-28)
mapper-tool\src\electron\core\controls\errorBoundary.tsx (1252, 2023-04-28)
mapper-tool\src\electron\core\controls\fileUpload.css (33, 2023-04-28)
mapper-tool\src\electron\core\controls\fileUpload.tsx (1577, 2023-04-28)
mapper-tool\src\electron\core\controls\tooltipIconButton.tsx (1809, 2023-04-28)
mapper-tool\src\electron\core\generateId.ts (145, 2023-04-28)
... ...

# IoTC Industrial ADT This repository contains tools and documentation for a sample integration solution between IIoT (OPC-UA) and Azure Digital Twins through Azure IoT Central. The provided tools and learning paths apply to several use cases and can be extended to support more Industrial protocols in the future. ## Architecture architecture An OPC-UA client sends data to an IoT Central Application where a continuous data export has been created. The export has an Azure Function as destination, configured with Webhook type and a data transformation query to translate the OPC payload to an ADT compatible one. Finally the Azure Functions trigger property updates on the Azure Digital Twins instance. The sample function in this repository, accepts POST requests with a payload defined in this way: ```json { "twinRawId": "", "twinName": "[FRIENDLY_NAME (OPTIONAL)]", "modelId": "[DTDL_MODEL_ID (OPTIONAL)]", "value": "" } ``` where __ is the unique identifier of a property in a Twin in the form _'twin_id/property_name'_ or _'twin_id/component_name/property_name'_. Then it parses the _id_ to build the right API URL and update the property with the requested value. The _jq_ transformation query to produce such an input can be quite complex and hard to manually define without incurring in errors. For this reason, we provide a __multi-platform configuration tool__ (see below) to help. ## Resources Setup Instructions to create all required resources like Azure Function and Digital Twins are available [here](https://github.com/iot-for-all/iotc-industrial-adt/blob/master/./docs/setup.md). ## Configuration Tool The mapping configuration tool is an Electron application available for Windows, Mac OS and Linux. We do not provide binary releases, all the steps to get it running are detailed [here](https://github.com/iot-for-all/iotc-industrial-adt/blob/master/./mapper-tool/README.md).

近期下载者

相关文件


收藏者