You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2021/03/02 14:25:07 UTC

[incubator-streampipes-extensions] 06/06: [STREAMPIPES-306] add resources

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit c39de8602e50d88f1c9fa9a976039a218f84e0c1
Author: bossenti <bo...@posteo.de>
AuthorDate: Tue Mar 2 15:05:49 2021 +0100

    [STREAMPIPES-306] add resources
---
 .../documentation.md                               |   8 +++-
 .../icon.png                                       | Bin 0 -> 5087 bytes
 .../strings.en                                     |  49 +++++++++++++++++++++
 .../documentation.md                               |   4 +-
 4 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.subscription/documentation.md b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.pull/documentation.md
similarity index 93%
copy from streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.subscription/documentation.md
copy to streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.pull/documentation.md
index 383eb8f..75b3eac 100644
--- a/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.subscription/documentation.md
+++ b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.pull/documentation.md
@@ -16,7 +16,7 @@
   ~
   -->
 
-## OPC-UA
+## OPC-UA Pull Adapter
 
 <p align="center"> 
     <img src="icon.png" width="150px;" class="pe-image-documentation"/>
@@ -26,7 +26,7 @@
 
 ## Description
 
-Read values from an OPC-UA server
+Reads values from an OPC-UA server repeatedly
 
 ***
 
@@ -36,6 +36,10 @@ Read values from an OPC-UA server
 
 ## Configuration
 
+### Polling Interval
+
+Duration of the polling interval in seconds
+
 ### Anonymous vs. Username/Password
 
 Choose whether you want to connect anonymously or authenticate using your credentials.
diff --git a/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.pull/icon.png b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.pull/icon.png
new file mode 100644
index 0000000..ab68d43
Binary files /dev/null and b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.pull/icon.png differ
diff --git a/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.pull/strings.en b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.pull/strings.en
new file mode 100644
index 0000000..34f3a81
--- /dev/null
+++ b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.pull/strings.en
@@ -0,0 +1,49 @@
+org.apache.streampipes.connect.adapters.opcua.pull.title=OPC UA Pull
+org.apache.streampipes.connect.adapters.opcua.pull.description=Reads values from an OPC-UA server repeatedly
+
+
+OPC_HOST_OR_URL.title=OPC Server
+OPC_HOST_OR_URL.description=
+
+OPC_URL.title=URL
+OPC_URL.description=
+
+OPC_HOST.title=Host/Port
+OPC_HOST.description=
+
+OPC_SERVER_URL.title=URL
+OPC_SERVER_URL.description=Example: opc.tcp://test-server.com:4840,
+
+OPC_SERVER_HOST.title=Host
+OPC_SERVER_HOST.description=Example: test-server.com, opc.tcp://test-server.com)
+
+OPC_SERVER_PORT.title=Port
+OPC_SERVER_PORT.description=Example: 4840
+
+NAMESPACE_INDEX.title=Namespace Index
+NAMESPACE.INDEX.description=Example: 2
+
+NODE_ID.title=Node ID
+NODE_ID.description=Id of the Node to read the values from
+
+
+ACCESS_MODE.title=Access Mode
+ACCESS_MODE.description=
+
+USERNAME_GROUP.title=Username/Password
+USERNAME_GROUP.description=
+
+UNAUTHENTICATED.title=Unauthenticated
+UNAUTHENTICATED.description=
+
+USERNAME.title=Username
+USERNAME.description=
+
+PASSWORD.title=Password
+PASSWORD.description=
+
+AVAILABLE_NODES.title=Available Nodes
+AVAILABLE_NODES.description=Select the nodes that are relevant for you. Please ensure to select one option each for access mode and OPC UA server and to specify the polling interval
+
+POLLING_INTERVAL.title=Polling Interval
+POLLING_INTERVAL.description=Timespan between data are polled, in seconds
\ No newline at end of file
diff --git a/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.subscription/documentation.md b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.subscription/documentation.md
index 383eb8f..8cc959a 100644
--- a/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.subscription/documentation.md
+++ b/streampipes-connect-adapters/src/main/resources/org.apache.streampipes.connect.adapters.opcua.subscription/documentation.md
@@ -16,7 +16,7 @@
   ~
   -->
 
-## OPC-UA
+## OPC-UA Subscription Adapter
 
 <p align="center"> 
     <img src="icon.png" width="150px;" class="pe-image-documentation"/>
@@ -26,7 +26,7 @@
 
 ## Description
 
-Read values from an OPC-UA server
+Read values from an OPC-UA server on value changes
 
 ***