FoundryNet / Error codes / Modbus Exception 06
Modbus error code

Exception 06 (0x06) — Server Device Busy

The server is engaged in a long-duration program command and cannot accept the request now. It is an explicit ask to retry later — distinct from exception 05 (Acknowledge), which means the request was accepted but will take a while.

Start free Modbus → canonical

Diagnosis

When you hit this


Resolution

How to fix it

  1. Slow the poll rate
    Increase the interval until 06 stops. Most controllers are comfortable well below the rate people first configure.
  2. Count your masters
    Two clients polling one serial slave produce 06 and timeouts that neither client can explain from its own logs.
  3. Back off, do not retry immediately
    06 explicitly means later. An immediate retry usually earns another 06.

Normalization

What Forge does about it

This is a transport failure, so there is nothing for Forge to normalize: the reading never arrives. What Forge does is refuse to let the gap look like good data. The read-time dropout check flags a field that fell to zero and recovered as a communication glitch rather than a real measurement, and the stuck-sensor check fires when a value repeats for 20 consecutive readings — which is what a cached or last-known value looks like after a link drops. Forge does not retry or reconnect for you; that is your client's or your gateway's job.


Connect

Normalize Modbus telemetry

One MCP endpoint serves every protocol adapter. 16,908 curated mappings, 366 canonical fields.

# normalize telemetry from Modbus — and 13 other protocols
claude mcp add --transport http forge https://mcp.foundrynet.io/mcp \
  --header 'Authorization: Bearer YOUR_FORGE_KEY'
✓ forge connected — 32 tools available

Related

Keep reading

Other Modbus codes: Exception 01 Exception 02 Exception 03 Exception 04 Exception 0B

Equipment that speaks Modbus: Fanuc Haas Universal Robots Chemical process Food & beverage process Pharma process (GMP) Bridgeport Brother Doosan Robotics Epson Robots

Modbus protocol hub

Other protocols: OPC UA MQTT / Sparkplug B FANUC FOCAS EtherNet/IP PROFINET / S7 BACnet/IP J1939 (CAN) MTConnect ROS 2 (DDS) SNMP MAVLink HTTP / REST CSV ingest

All error codes · All OEMs · All protocols

Industrial AI fails at the data layer. The Machine Agent explains why, weekly. Read it →
Get the thesis behind this infrastructure — The Machine Agent, weekly.