FoundryNet / Error codes / PROFINET / S7 PN station failure
PROFINET / S7 error code

PN station failure — PROFINET IO device failure

The IO controller lost its application relation with an IO device. The device stopped responding within its watchdog window, so the controller declared it failed and its inputs go to substitute values.

Start free PROFINET / S7 → canonical

Diagnosis

When you hit this


Resolution

How to fix it

  1. Read the diagnostic buffer
    The CPU's diagnostic buffer timestamps the failure and names the device. It is far more specific than the aggregate alarm.
  2. Relax the watchdog
    Watchdog equals update time times reduction ratio. If failures are intermittent and load-correlated, the window is too tight.
  3. Check for duplicate names
    PROFINET identifies devices by name. Two devices with one name produce failures that move around the network.
  4. Inspect the physical layer
    Port statistics on the switch will show CRC errors long before the link fails outright.

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 PROFINET / S7 telemetry

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

# normalize telemetry from PROFINET / S7 — 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 PROFINET / S7 codes: S7 0x05 S7 0x0A ISO connection refused

Equipment that speaks PROFINET / S7: ABB Robotics KUKA Siemens Sinumerik Fanuc Robotics Kawasaki Robotics Stäubli

PROFINET / S7 protocol hub

Other protocols: Modbus OPC UA MQTT / Sparkplug B FANUC FOCAS EtherNet/IP 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.