node-red-contrib-modbus-modpackqt 2.0.5 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to **node-red-contrib-modbus-modpackqt** are documented
4
4
  here. This project follows [Semantic Versioning](https://semver.org/) — pin a
5
5
  major version (`^2.0.0`) in production.
6
6
 
7
+ ## [2.0.6] — 2026-05-09
8
+
9
+ ### Changed
10
+
11
+ - **README:** removed vendor name references (Siemens, Schneider) from
12
+ word-order tips. Wording is now vendor-neutral.
13
+
7
14
  ## [2.0.5] — 2026-05-09
8
15
 
9
16
  ### Changed
package/README.md CHANGED
@@ -48,7 +48,7 @@ npm install node-red-contrib-modbus-modpackqt node-red-contrib-bytes-modpackqt
48
48
  |---|---|
49
49
  | Add a runtime config | TCP, timeout 3000 ms |
50
50
  | Master read | Host `192.168.1.10`, port `502`, unit `1`, FC `3`, address `100`, qty `2` |
51
- | `decode-float32` | Endian `BE` (try `LE_SWAP` if value looks wrong — Siemens often uses CDAB) |
51
+ | `decode-float32` | Endian `BE` (try `LE_SWAP` if value looks wrong — many PLCs use CDAB) |
52
52
 
53
53
  **`msg.payload` along the wire:**
54
54
  - After Modbus read: `[16828, 0]` (raw registers)
@@ -179,7 +179,7 @@ Make sure `node-red-contrib-bytes-modpackqt` is also installed before importing
179
179
  | Issue | Solution |
180
180
  |---|---|
181
181
  | `ModPackQT free tier limit reached` | Either wait until midnight or [get a free trial key](https://modpackqt.com/nodered) |
182
- | Decoded float looks like garbage | Try a different word order (`BE` ↔ `LE_SWAP`) — Schneider uses ABCD, Siemens often uses CDAB |
182
+ | Decoded float looks like garbage | Try a different word order (`BE` ↔ `LE_SWAP`) — common conventions are ABCD and CDAB |
183
183
  | `Serial port not configured for RTU mode` | Open runtime config → set Serial Port (e.g. `/dev/ttyUSB0` or `COM3`) |
184
184
  | `EADDRINUSE` on slave port | Another process already uses that port. Pick a different one (e.g. `1502`). |
185
185
  | `connect ECONNREFUSED` | Target Modbus device is unreachable. Check IP / port / firewall. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-modbus-modpackqt",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Node-RED Modbus nodes — embedded Modbus TCP/RTU master + slave server, no extra apps required. By ModPackQT. FC1/FC2/FC3/FC4 reads, FC5/FC6/FC15/FC16 writes, a built-in slave register store, and a free passive traffic monitor for debugging.",
5
5
  "keywords": [
6
6
  "node-red",