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-allen-bradley

v0.1.1

Published

Studio 5000 Logix Designer SDK wrapper — controller upload/download and ACD↔L5X export/import. The SDK itself is not bundled (operator-licensed wheel); PLC comms live in sylo-plc-comms, L5X parse/IO scaffold in sylo-logicforge.

Readme

sylo-allen-bradley

Sylo package: Studio 5000 Logix Designer SDK wrapper — controller upload/download and .acd↔L5X export/import (allen_bradley_sdk_* tools). The SDK itself is not bundled and cannot be redistributed — it ships with the licensed Studio 5000 v36+ installation (Windows, Python 3.12 only) and requires a valid Studio 5000 license.

Split out of the old monolith on 2026-09-09:

  • sylo-plc-comms — CIP/OPC UA tag tools (plc_comms_*). No SDK required.
  • sylo-logicforge — L5X parse/review/IO-scaffold, Parse Rules UI, bundled LogicForge backend, canonical download allowlist.
  • This package — SDK tools only: allen_bradley_sdk_upload_from_plc, allen_bradley_sdk_download_to_plc, allen_bradley_sdk_export_l5x, allen_bradley_sdk_import_l5x.

Logix Designer SDK wheel (not bundled)

The Rockwell-proprietary logix_designer_sdk Python wheel ships with your own licensed Studio 5000 v36+ install. Resolution order (scripts/_sdk_paths.py):

  1. LOGIX_DESIGNER_SDK_WHEEL environment variable — explicit wheel path
  2. LOGIX_DESIGNER_SDK_SITE — unpacked SDK tree
  3. A wheel dropped under packages/sylo-logicforge/vendor/logicforge/ (local only, not committed)
  4. Legacy sibling checkout (~/Documents/GitHub/sylo-allen-bradley/)
  5. LOGICFORGE_SOURCE dev-checkout overlay
  6. Rockwell install locations (C:\Program Files (x86)\Rockwell Software\...)

Without the SDK the package still loads — only the direct .acd operations report that the SDK is missing. Use sylo-plc-comms for live tag reads/writes (no SDK) and sylo-logicforge for L5X parse/IO-scaffold work.

Downloads are allowlist-gated

allen_bradley_sdk_download_to_plc is the only tool that writes to a live controller project. It is hard-gated by the operator-managed allowlist whose canonical file lives in sylo-logicforge (packages/sylo-logicforge/assets/download-allowlist.json) — the agent cannot download to any IP not present and enabled there.