npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@vitormnm/node-red-simple-opcda-windows

v1.0.3

Published

OPC DA Client Wrapper for Windows based on OPCDAAuto.dll

Readme

A lightweight wrapper for OPCDAAuto.dll that brings classic OPC DA connectivity to Node-RED. A C# background worker handles COM operations through a persistent asynchronous stdin/stdout

Prerequisites

OPC DA is a legacy Windows-only technology built on COM/DCOM architecture. To use these nodes, you must satisfy the following requirements:

Operating System: Windows (Windows 7/10/11, Windows Server, etc.)

register OPCDAAuto.dll(If a notification hasn't been set up, a prompt to register will appear upon the first login.)

It is recommended to run Node-RED on the same machine as the OPC DA server.

Main Features

  • Persistent Connection Management: Spawns a single, shared background C# instance per OPC server connection to keep resource usage minimal.
  • Dynamic Server Discovery: Automatically queries and displays all installed local or remote (via DCOM) OPC DA servers in a dropdown selection.
  • Read Mode: Performs fast synchronous batch tag reads, returning values, quality codes, and ISO timestamps.
  • Write Mode: Support writing typed values (Int16, Int32, Float, Double, Boolean, String, etc.) to OPC DA variables.
  • Browse Mode: Features a tree explorer UI in the editor configuration modal to browse tags and folders dynamically.
  • Browse Recursive Mode: Automatically walks folder hierarchies recursively, gathers all child leaves, and returns a fully populated nested tree containing all read tag values.
  • Subscription Mode: Subscribes to real-time value changes on selected groups of tags, emitting change events immediately.
  • Configurable Command Timeouts: Fully parameterizable command execution timeout to avoid flow blocks during slow DCOM network reads.

Node Configurations

1. Connection Configuration (opcda-client-config)

  • Node Name (Optional): Specifies the computer name or IP address of a remote DCOM host. If left empty, discovery and connection are performed on the local machine.
  • Select Server: A dropdown list with a refresh button to scan and choose registered OPC DA servers.
  • Server ProgID: The exact programmatic identifier of the OPC server (e.g. Matrikon.OPC.Simulation.1, Kepware.KEPServerEX.V6).
  • Command Timeout (ms): Adjustable timeout (in milliseconds) for execution commands.

2. Client Node (opcda-client)

  • Mode: Choose between Read, Write, Browse, Browse Recursive, and Subscription.
  • Browse Tree: Click to open a visual explorer modal supporting folder expansion, Ctrl + click multi-selections, and instant itemID copying.
  • Update Rate (ms): Available in subscription mode to control polling check frequency.

Client config

Server Editor

Client Editor

Client Editor

Support the Project

If you find this project useful, please support its development:

@vitormnm

MIT License