From 69da6d7d1f6e04211ae13f0d39330ba93d1bd067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= Date: Mon, 25 Jul 2022 05:35:53 +0000 Subject: [PATCH] fix: Linting --- PubSub.md | 8 +++++--- PubSub/UA-CloudPublisher/Readme.md | 4 +++- PubSub/UA-CloudPublisher/publishednodes.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/PubSub.md b/PubSub.md index 7aee5af..db3c605 100644 --- a/PubSub.md +++ b/PubSub.md @@ -45,7 +45,7 @@ For the showcase two brokers are used: * ``: Free to choose, e.g company name, e.g, `isw` -* `` url encoding of e.g.: `prefix=;nsu=;`, e.g. +* `` url encoding of e.g.: `prefix=;nsu=;`, e.g. `prefix=isw;nsu=de.uni-stuttgart.isw.sampleserver;i=1234` The topics follow the browse paths. @@ -433,6 +433,7 @@ The topics follow the browse paths. ``` ### Metadata Topics + ```json isw/json/metadata/prefix=isw;nsu=de.uni-stuttgart.isw.sampleserver;i=1234/_WriterGroup/.nsu=http:_2F_2Fopcfoundation.org_2FUA_2FDI_2F;name=Identification @@ -1959,6 +1960,7 @@ isw/json/metadata/prefix=isw;nsu=de.uni-stuttgart.isw.sampleserver;i=1234/_Write } } ``` + ## Example Datasets * MachineTool Examples: @@ -1967,5 +1969,5 @@ isw/json/metadata/prefix=isw;nsu=de.uni-stuttgart.isw.sampleserver;i=1234/_Write * [MRMachineTool Data](PubSub/MRMachineTool-data.json) * [MRMachineTool MetaData](PubSub/MRMachineTool-metadata.json) * Woodworking Examples: - * [FullWoodworking Data](PubSub/FullWoodworking-data.json) - * [FullWoodworking MetaData](PubSub/FullWoodworking-metadata.json) + * [FullWoodworking Data](#example-datasets) + * [FullWoodworking MetaData](#example-datasets) diff --git a/PubSub/UA-CloudPublisher/Readme.md b/PubSub/UA-CloudPublisher/Readme.md index 90d9180..416bb28 100644 --- a/PubSub/UA-CloudPublisher/Readme.md +++ b/PubSub/UA-CloudPublisher/Readme.md @@ -2,7 +2,9 @@ The usage of the UA-Cloudpublisher is described [here](https://github.com/umati/UA-CloudPublisher). -For demonstration purpose we provide a sample [publishednodes.json](publishednodes.json) to show how to confiure for machine tool instance. +For demonstration purpose we provide a sample [publishednodes.json](publishednodes.json) to show how to configure a machine tool instance. + +## publishednodes.json configuration example ``` json [ diff --git a/PubSub/UA-CloudPublisher/publishednodes.json b/PubSub/UA-CloudPublisher/publishednodes.json index a68dd7f..9b8f5b2 100644 --- a/PubSub/UA-CloudPublisher/publishednodes.json +++ b/PubSub/UA-CloudPublisher/publishednodes.json @@ -1,6 +1,6 @@ [ { - "EndpointUrl": "opc.tcp://opcua.umati.app:4843/UA", + "EndpointUrl": "opc.tcp://opcua.umati.app:4840", "OpcNodes": [ { "Id": "nsu=http://example.com/ShowcaseMachineTool/;i=55245",