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

sylo-plc-comms

v0.1.1

Published

PLC comms layer for Studio 5000/Logix — CIP (EtherNet/IP via ciplogix, vendored wheel) controller info + tag reads/writes, and OPC UA (asyncua) browse/read/write. No Logix Designer SDK required.

Readme

sylo-plc-comms

Sylo package: PLC comms layer for Studio 5000/Logix — CIP (EtherNet/IP via ciplogix, vendored wheel) controller info + tag reads/writes, and OPC UA (asyncua) browse/read/write against the controller's OPC UA server. No Logix Designer SDK required.

Split out of sylo-allen-bradley on 2026-09-09. Sibling packages in this bundle:

  • sylo-allen-bradley — Logix Designer SDK wrapper (.acd upload/download, L5X export/import). SDK not bundled.
  • sylo-logicforge — L5X parse/IO-scaffold, Parse Rules UI, bundled LogicForge backend.

Tools

| Tool | What it does | |---|---| | plc_comms_cip_plc_info | Full controller attributes (read-only CIP Identity) | | plc_comms_cip_tag_list | Controller + program tag list (read-only) | | plc_comms_cip_tag_read | Read one/many tags (pycomm3 syntax) | | plc_comms_cip_tag_write | Write one/many tags — allowlist-gated | | plc_comms_opcua_status | Probe the OPC UA server (endpoints, namespaces) | | plc_comms_opcua_browse | Browse the address space (read-only) | | plc_comms_opcua_tag_list | Recursive Tags-namespace listing (read-only) | | plc_comms_opcua_read | Read nodes by node-id/tag path (read-only) | | plc_comms_opcua_write | Write nodes — allowlist-gated |

Allowlist

Writes (cip_tag_write, opcua_write) are gated by the same operator-managed download allowlist as project downloads. The canonical file lives in sylo-logicforge at packages/sylo-logicforge/assets/download-allowlist.json (this package's loader resolves it across the monorepo); env override: LOGICFORGE_DOWNLOAD_ALLOWLIST.

Python

ciplogix installs on demand from vendor/ciplogix/*.whl (committed); asyncua pip-installs on demand (see scripts/requirements.txt). Runs on the same SYLO_PYTHON as the other controls packages — no SDK Python needed.