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

node-red-contrib-joe-tools

v1.1.2

Published

Node-RED toolkit for industrial automation, sensor data parsing, RFID, S7 PLC, MySQL and utility tools.

Readme

🛠️ node-red-contrib-joe-tools

專為工業自動化、感知器數據解析、PLC 通訊、RFID 與系統管理打造的 Node-RED 一站式工具箱套件。


🚀 核心特色

  • 📦 一站式工具箱:只需安裝單一套件,即可擁有 11 個功能強大的專用工業節點。
  • 🏷️ 統一分類 (Joe-Tools):所有節點安裝後自動集中於 Node-RED 側邊欄 Joe-Tools 分類面板下,整潔不雜亂。
  • 🌙 完美適配深色模式 (Dark Theme):UI 面板完全支援 Node-RED 深色主題,對比度清晰,長時間操作眼睛不疲勞。
  • 小白極簡上手:每個節點皆提供獨立的小白友善 README.md 指南與輸入/輸出範例。

📦 安裝說明 (Installation)

方法一:透過 Node-RED 介面安裝 (推薦)

  1. 開啟 Node-RED 編輯器,點擊右上角選單圖示 ➔ 選擇 Manage palette (管理面板)
  2. 切換至 Install (安裝) 分頁。
  3. 搜尋 node-red-contrib-joe-tools
  4. 點擊 Install 即可自動完成安裝!

方法二:透過 Terminal / 命令列安裝

進入您的 Node-RED 使用者資料夾(通常為 ~/.node-red)並執行安裝指令:

cd ~/.node-red
npm install node-red-contrib-joe-tools

安裝完成後,重啟 Node-RED 即可在側邊欄找到 Joe-Tools 分類!


🛠️ 套件包含之 11 個節點

📡 感測器與數據解析

| 節點名稱 | 標記名稱 | 功能簡述 | 說明文件 | | :--- | :--- | :--- | :--- | | Modbus ASCII 打包器 | modbus-ascii-packer | 將文字轉為 Modbus 數字陣列並延遲發送寫入觸發命令 | README | | Modbus Hex 解碼器 | modbus-hex-decoder | 將 Modbus 讀取出的陣列轉為大寫 HEX 連續字串 | README | | Joe RFID 解析器 | joe-rfid-decoder | 自動將 Modbus RFID 感應器數據解碼為標準 RFID 卡號 | README | | Joe 壓力表解析器 | joe-pressure-parser | 解析 SMC 壓力表 (ISE20B/ZSE20B/ZSE20BF) 壓力值與開關狀態 | README | | Joe 流量表解析器 | joe-flow-parser | 解析 SMC 流量計 2 個暫存器,計算實際流量與硬體診斷狀態 | README | | Joe 超聲波解析器 | joe-ultrasonic-parser | 支援 Modbus (除以 1024) 與 MQTT 2-Byte (除以 4) 距離解析 | README | | Omron 電力計解析器 | joe-power-parser | 解析 Omron 電力計電壓/電流原始值並自動計算功率 (W) | README |

🔌 PLC 通訊與 RFID

| 節點名稱 | 標記名稱 | 功能簡述 | 說明文件 | | :--- | :--- | :--- | :--- | | Siemens S7-Plus | s7complus | 西門子 S7-1200 / S7-1500 PLC 符號名稱 (Symbolic) 通訊套件 | README | | RFID 智慧模組 | rfid-helper | 工業級 RFID 卡片防碰撞分批寫入與卡片離開通知 | README |

🗄️ 資料庫與 UI 工具

| 節點名稱 | 標記名稱 | 功能簡述 | 說明文件 | | :--- | :--- | :--- | :--- | | MySQL SQLGen | my-mysql-extended | 免寫程式碼,透過視覺化介面點選產生 SELECT / INSERT SQL | README | | 全自動變數管理 | node-red-flowgobal-change | 拖曳式與視覺化 Flow / Global 全域變數管理員 | README | | Media Viewer | node-red-ui_media_viewer | Dashboard 動態圖片與 MP4 影片播放檢視器 | README |


📜 授權條款 (License)

ISC License