FoundryNet / Error codes / OPC UA BadTimeout
OPC UA error code

BadTimeout (0x800A0000) — The operation timed out

The server did not respond within the client's timeout. It says nothing about whether the server eventually processed the request, which matters for writes.

Start free OPC UA → canonical

Diagnosis

When you hit this


Resolution

How to fix it

  1. Batch smaller
    Split large reads into chunks. Servers commonly advertise MaxNodesPerRead — honour it rather than discovering it by timeout.
  2. Match publishing interval to reality
    Asking for 100 ms from a server sampling at 1 s produces timeouts and no extra data.
  3. Treat write timeouts as unknown, not failed
    A timed-out write may have landed. Read the value back before retrying, or you risk applying it twice.

Normalization

What Forge does about it

A request that fails on some points and succeeds on others still normalizes. The tags that arrived resolve to canonical fields as usual; the ones that did not come back are listed in unresolved_tags and excluded from coverage_pct, so a partial read reports as partial instead of quietly looking complete.


Connect

Normalize OPC UA telemetry

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

# normalize telemetry from OPC UA — 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 OPC UA codes: BadNodeIdUnknown BadConnectionClosed BadSecurityChecksFailed BadUserAccessDenied BadSubscriptionIdInvalid

Equipment that speaks OPC UA: ABB Robotics DMG Mori Fanuc Heidenhain KUKA Mazak Okuma Siemens Sinumerik Universal Robots Chemical process

OPC UA protocol hub

Other protocols: Modbus 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.