Home / Sensors / JXBS-3001-PH-RS
JXCT · RS-485 sensor
Weihai JXCT Electronics
JXCT standalone soil pH probe (pH scale 0.01).
Specs sourced from: Official JXBS-3001-TR datasheet (R208894) and JXCT manuals.
Function codes 0x03 at 9600 bps, 8N1. Data registers are read with 0x03; configuration registers are written with 0x06. PLC column shows the 4xxxx Modbus holding-register convention.
| Register | PLC | Parameter | Type | Scale | Unit | R/W | Notes |
|---|---|---|---|---|---|---|---|
| 0006H | 40007 | Low-precision pH | uint16 | 0.01 | pH | RO | Scale 0.01. Range 3-9 pH. Accuracy ±0.3 pH. Response time ≤15s. |
| 000DH | 40014 | High-precision pH | uint16 | 0.01 | pH | RO | Scale 0.01. Higher precision variant of pH reading. Use this register for primary measurement. |
| 0100H | 40257 | Device address | uint16 | 1 | — | RW | Range 0-252. Factory default 1. |
| 0101H | 40258 | Baud rate | uint16 | 1 | — | RW | Factory default 9600 bps. 2400=2400; 4800=4800; 9600=9600 |
This probe is configured over the same RS-485 bus using Modbus write commands (function code 0x06). Configure one device at a time on the bus.
Confirmed from official JXCT PDF (v2.0, 2020-10-24). Default baud 9600 (not 4800). Power 12-24V (not 5-24V). Long-term stability ≤5%/year. Two pH registers — use 000DH (high precision) as primary. JXCT config register layout (0100H/0101H) confirmed.
Every sensor on this page is in our RS-485 library. Pick your model, and the firmware-generation pipeline builds the Modbus (or ASCII) polling code for an ESP32-S3 node — no hand-coding the register math.
Request access