@opcua/for-node-red 3.24.0
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
@opcua/for-node-red
The Industrial-Grade OPC UA Node for Node-RED.
Powered by NodeOPCUA—the industry-standard OPC UA stack for Node.js—and maintained by its original creators, Sterfive.
🚀 Why choose this over the free open-source alternative?
While legacy community nodes (like node-red-contrib-opcua) have served the hobbyist community well, @opcua/for-node-red is architected for high-performance industrial environments.
We focus on optimization, stability, and handling the complex data structures found in modern PLCs (Siemens S7-1500, Rockwell, Omron).
Feature Comparison
| Feature | Legacy Community Nodes | @opcua/for-node-red (This Module) |
|---|---|---|
| Complex Data (UDTs) | ❌ Manual parsing required | ✅ Native Extension Objects (Reads full structures as JSON) |
| Addressing | ⚠️ Usually NodeId only | ✅ Flexible (NodeId, BrowsePath, or both) |
| Network Efficiency | ⚠️ Often 1 Session per Node | ✅ Intelligent Session Sharing (Minimizes server load) |
| Throughput | ⚠️ Serial operations | ✅ Smart Batching (Groups/splits requests automatically) |
| Reconnection | ⚠️ Basic (Can get stuck) | ✅ Industrial-Grade (Auto-healing connection logic) |
| Visual Tooling | ❌ Manual copy-paste | ✅ Visual Browser (Pick NodeIds from a tree view) |
| Structure Exploration | ❌ Not available | ✅ Explore Node (Maps sub-trees to nested JSON) |
| Support | Community / GitHub Issues | Professional Support SLA available |
| Maintenance and updates | Volunteers / Community-driven | Regular Updates and improvements by Sterfive |
| Quality & Testing | ❌ No Unit Tests (Relies on user downloads/reports) | ✅ TDD Approach (Dev with highest standards & Unit Tests) |
| License | 🔓 Open Source MIT (no warranty/ as is) | 🛡️ Commercial License (Indemnified & Supported) |
Key Features
Explore: Explore the OPC UA server address space subtree and get information about nodes and references as a JSON structure. This offers a wonderful way to explore complex OPC UA objects and monitor multiple variables within an easy-to-handle nested JSON object.
Complex Structures: Reads User Defined Types (UDTs) and Structures from Siemens S7-1500, Rockwell, and Omron PLCs and converts them instantly into JSON objects (Extension Objects).
Smart Addressing: Handle node addresses with either the specific nodeId, the human-readable BrowsePath, or both.
Visual Tooling: Provide visual tools to pick up nodeIds by browsing the OPC UA server directly within the editor.
Optimized Performance:
Intelligent Session Management: Minimizes the number of sessions created on the OPC UA server by sharing sessions between nodes where possible.
Transaction Batching: Automatically groups or splits operations based on the actual capabilities of the OPC UA server to minimize network roundtrips.
🚀 Boosted Efficiency: Get up to 90% performance boost when reading large datasets of DataType dictionaries compared to unoptimized clients!
Event & Alarms: Full support for OPC UA Alarms & Conditions (A&C).
Historical Data: Native support for HistoryRead to pull logged data from historians with aggregation support.
Robust Reconnection Logic: Automatically handles reconnections in case of network failures, ensuring reliable operation in industrial environments.
Certificate Management: Automatically manages OPC UA server certificates for secure connections.
Multiple Connections: Support for multiple connections to multiple OPC UA servers simultaneously.
The nodes:
- Read - read one or more UAVariables.
- Write - write one or more UAVariables.
- Browse - browse a UANode for references and child nodes.
- Monitor - monitor a UAVariable for changes.
- MonitorEvents - monitor a UAObject for events.
- Call - call a method passing input arguments and getting output arguments.
- Explore - explore the OPCUA server address space subtree and get information about nodes and references as JSON structure.
- HistoryRead - read historical data from an OPCUA server.
At a glance - Watch the video
The explore node:
Different ways to use the nodes:
Getting Started
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.
Alternatively, you can install the nodes in your Node-RED configuration folder inside the `.node-red`` directory:
cd ~/.node-red
npm install @opcua/for-node-red
The nodes will be available after a restart of the Node-RED application.
how to use
see the documentation guide for more information
Getting access to community support
- post your questions or issues on the github repository
Getting access to the professional edition
- send your request to [email protected] to claim access to the professional edition.
Why is it not free?
We think our Community Edition is a really good tool for most people's needs.
But our Professional Edition is for those who need something extra, especially for business use.
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.
Where can I register for a license?
You can subscribe online for a license at https://www.sterfive.com/opcua/for-node-red
Copyright
Copyright © 2017-2025 Sterfive SAS. All rights reserved. under proprietary licence.
Licence
Trial Use: Granted for evaluation and non-production testing only, for a period of 30 days from the date of installation. Contact Sterfive for trial extensions or conversions to a full license.
Commercial Use: Requires a valid Professional License key.



