Teo230 / node-red-opcua-x

Home Page:https://www.npmjs.com/package/node-red-opcua-x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-opcua-x

drawing

drawing

What is

A package that handles OPC UA Client request like read, browse, write, ...

Versioning

The following package use the semantic versioning template

X.Y.Z

  • X is the Major version, when the following number change, the package can be not compatible with the previous versions
  • Y is the Minor version, when the following number change, the package is compatible with the previous version with the same Major version
  • Z is the Patch version, when the following number change, has the same purpose of Minor but is used for no codes change (update pipeline, wiki, references, ...)

By now the package is only use the Minor because is in prerelease state. The first stable version will start from 1.0.0

Features

  • Read
  • Write
  • Browse
  • Check connection status
  • Subscription
  • Events
  • Methods
  • Connection security access

Getting started

From node-red search for node-red-opcua-x

Run command on Node-RED installation directory.

npm i node-red-opcua-x

or run command for global installation.

npm i -g node-red-opcua-x

About

https://www.npmjs.com/package/node-red-opcua-x

License:MIT License


Languages

Language:JavaScript 64.8%Language:HTML 35.2%