Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-red-contrib-opcua-server

BiancoRoyal440MIT1.1.1

Node-RED contribution nodes with next generation OPC UA in a compact and less dependencies package.

node-red, opcua-server, automation, iiot, biancoroyal

readme

Platform Node-RED Contrib OPC UA License NPM version NodeJS_Version Standard - JavaScript Style Guide NPM download Repository GitHub Build and publish Codacy Badge

node-red-contrib-opcua-server

A programmable OPC UA server for Node-RED based on node-opcua next generation version with less dependencies.

Core

using next generation node-opcua version from Etienne Rossignon

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm install node-red-contrib-opcua-server

try these options on npm install to build from source if you have problems to install

    --unsafe-perm --build-from-source

Debug

Debugging on remote devices is important to help users. The verbose logging provides interesting points in different abstractions if IDE or console debugging is not possible.

Start debug with Node-RED in verbose (-v) mode to get a verbose logging:

DEBUG=opcuaCompact* node-red -v 1>Node-RED-OPC-UA-Server.log 2>&1

or on local Node-RED

DEBUG=opcuaCompact* node red.js -v 1>Node-RED-OPC-UA-Server.log 2>&1

Code Style

Prettier

Contribution

Yes, sure! Please help us to make it even better and send your pull requests or tests!

Happy coding!

License

based on node-opcua we use MIT license Copyright (c) 2019 Bianco Royal Software Innovations®

changelog

1.1.0 (2022-07-31)

Bug Fixes

  • prettier style for travis (38ed92f)
  • remove ISA95 (15eb1e6)
  • set back to HIDDEN default in discovery because of crashing LDS without a running LDS (7e7377e)
  • travis npm (d67f905)
  • xml sets moved but more (a045ee9)

0.4.0-alpha.0 (2019-03-05)

Bug Fixes

  • server: HTML key inputs to short (c71061c)

Features

0.3.1-alpha.0 (2019-02-28)

0.3.0 (2019-02-28)

Bug Fixes

  • vm2 not ready to use object shorthand for now (a4dddb7)

Features

  • server: use custom config on server and give more config access (a09ebfe)

0.2.5 (2019-02-26)

Bug Fixes

  • node-red manage install missing source-map-support (c3b9c17)
  • npm install (9d19ad9)
  • server: html template for address space (2d3eebb)

0.2.0 (2019-02-26)

Features

  • server: add the wohle server from compact development (4091b60)