@opcua/for-node-red 2.2.1 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,39 +1,36 @@
1
- @opcua/for-node-red (Preview Version)
2
-
3
- __this product is currently provided as a beta version.__
4
-
1
+ @opcua/for-node-red
5
2
 
6
3
  This node is the second next-generation OPCUA Node for NodeRED built by Sterfive, the company that develops the [NodeOPCUA](https://node-opcua.github.io/) stack.
7
4
 
8
- Ir brings the following OPCUA Client features.
9
- - **Read** - read one or more UAVariables.
10
- - **Write** - write one or more UAVariables.
11
- - **Browse** - browse a UANode for references and child nodes.
12
- - **Monitor** - monitor a UAVariable for changes.
13
- - **MonitorEvents** - monitor a UAObject for events.
14
- - **Call** - call a method passing input arguments and getting output arguments.
15
- - **Explore** - explore the OPCUA server address space subtree and get information about nodes and references as JSON structure.
16
-
5
+ Ir brings the following OPCUA Client features.
6
+
7
+ - **Read** - read one or more UAVariables.
8
+ - **Write** - write one or more UAVariables.
9
+ - **Browse** - browse a UANode for references and child nodes.
10
+ - **Monitor** - monitor a UAVariable for changes.
11
+ - **MonitorEvents** - monitor a UAObject for events.
12
+ - **Call** - call a method passing input arguments and getting output arguments.
13
+ - **Explore** - explore the OPCUA server address space subtree and get information about nodes and references as JSON structure.
17
14
 
18
- The community edition works with one connection to one OPCUA server and can handle up to 100 simultaneous operations per node.
15
+ The community edition works with one connection to one OPCUA server and can handle up to 100 simultaneous operations per node.
19
16
 
20
17
  The professional edition works with multiple connections to multiple OPCUA servers and has no limitation on the number of simultaneous operations per node, except the one imposed by the OPCUA server itself.
21
18
 
22
19
  It has been designed with the following goals in mind:
23
20
 
24
- - easy to use, easy to configure; no deep OPCUA knowledge required.
25
- - provide visual tools to pick up nodeId by browsing the OPCUA server.
26
- - handle nodes address with either nodeId or browse path, or both.
27
- - works well with complex OPCUA servers, exposing complex data structures (extension objects).
28
- - arbitrary number of nodes sharing the same connection
29
- - support for multiple connections to multiple OPCUA servers.
30
- - automatically handle transaction optimization by grouping or splitting operations based on actual OPCUA server capabilities.
31
- - automatically handle reconnections in case of network failure, in a way that works.
32
- - use Client sessions sparingly on the OPCUA server side.
33
- - handle automatically OPCUA server certificate management.
34
- - explore and monitor complex UAObject structures in the address space with ease.
21
+ - easy to use, easy to configure; no deep OPCUA knowledge required.
22
+ - provide visual tools to pick up nodeId by browsing the OPCUA server.
23
+ - handle nodes address with either nodeId or browse path, or both.
24
+ - works well with complex OPCUA servers, exposing complex data structures (extension objects).
25
+ - arbitrary number of nodes sharing the same connection
26
+ - support for multiple connections to multiple OPCUA servers.
27
+ - automatically handle transaction optimization by grouping or splitting operations based on actual OPCUA server capabilities.
28
+ - automatically handle reconnections in case of network failure, in a way that works.
29
+ - use Client sessions sparingly on the OPCUA server side.
30
+ - handle automatically OPCUA server certificate management.
31
+ - explore and monitor complex UAObject structures in the address space with ease.
35
32
 
36
- ## Getting Started
33
+ ## Getting Started
37
34
 
38
35
  The easiest way to install the nodes is to use the Manage palette option in the Node-RED editor menu. In the Install tab, you can search for the @opcua/for-node-red package and click `install`. Once the installation is complete the nodes are available.
39
36
 
@@ -46,19 +43,26 @@ npm install @opcua/for-node-red
46
43
 
47
44
  The nodes will be available after a restart of the Node-RED application.
48
45
 
49
-
50
46
  ## how to use
51
47
 
52
- see the [documentation](./DOC.md) guide for more information
48
+ see the [documentation](https://opcua-for-node-red.doc.sterfive.com) guide for more information
53
49
 
50
+ ## Getting access to the professional edition
54
51
 
52
+ - send your request to contact@sterfive.com to claim access to the professional edition
55
53
 
56
- ## Getting access to the professional edition
54
+ **Why is it not free?**
57
55
 
58
- - send your request to contact@sterfive.com to claim access to the professional edition
56
+ We think our Community Edition is a really good tool for most people's needs.
59
57
 
60
-
61
- ## Copyright and Licence
58
+ But our Professional Edition is for those who need something extra, especially for business use.
59
+
60
+ Our business customers want a reliable and strong solution that comes with ongoing support and regular maintenance. They need technology that's ready to use in their work, and the best way to keep this kind of tech well-maintained and supported is by purchasing a license. At Sterfive, we're already doing a lot to provide a great free open-source option, and we're also working hard to make sure our NodeRED node is top-notch.
61
+
62
+ **Where can I register for a license?**
62
63
 
63
- Copyright (c) Sterfive SAS 2017-2023, under [proprietary licence](./LICENSE.md).
64
+ You can subscribe online for a license at [https://www.sterfive.com/opcua/for-node-red](https://www.sterfive.com/opcua/for-node-red)
65
+
66
+ ## Copyright and Licence
64
67
 
68
+ Copyright (c) Sterfive SAS 2017-2024, under [proprietary licence](./LICENSE.md).