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

iobroker.omron-fins

v0.1.0

Published

Connect Omron PLCs to ioBroker using the FINS protocol

Readme

Logo

ioBroker.omron-fins

NPM version Test and Release

Connect Omron CP, CV, CS, CJ, NJ and compatible NX PLCs to ioBroker using the FINS protocol over UDP or TCP.

German documentation: READMEde.md

Configuration

Configure the PLC IP address, FINS port (normally 9600), protocol and polling interval in the responsive adapter administration page. Destination/source node values may remain 0 for automatic addressing unless the PLC network requires explicit FINS routing.

Variables can be entered manually with a unique name, FINS address and data type. Supported examples include CIO0.00 (or legacy CB0:00), W31.00, H0.01, A0.00, D100, timers and counters.

Each variable becomes a writable ioBroker state unless the writable option is disabled. Writes are acknowledged only after the FINS request succeeds.

CX-Programmer symbol table import

Export the symbol table from CX-Programmer as CSV or tab-separated text and paste its contents into the corresponding configuration field. The adapter detects English and German name/address/data-type headers and imports the symbols automatically. Comma, semicolon and tab delimiters are supported. Manual variables override imported symbols with the same name.

Troubleshooting

  • info.connection is only true after a successful PLC response.
  • info.lastError contains the most recent communication or configuration error.
  • Check UDP/TCP port 9600 and the PLC FINS/ETN settings.
  • If automatic node addressing fails, configure DA1 and SA1 explicitly.

Changelog

0.1.0

  • Updated for Node.js 22/24, js-controller 6 and current adapter-core
  • Replaced the legacy administration page with responsive JSON Config
  • Added UDP/TCP, timeout and FINS node settings
  • Added automatic CX-Programmer CSV/TSV symbol table import
  • Prevented overlapping polls and added reliable connection/error handling
  • Updated tests, linting, release and Dependabot workflows

0.0.2

  • Improved cyclic polling

Older changelogs can be found there

License

Copyright (c) 2021-2026 TheBam [email protected]

MIT License. See LICENSE.