← Articles
Troubleshooting/1 min read/— views
SCADA Network Troubleshooting Checklist
A layered checklist for troubleshooting SCADA communication problems from physical link to protocol behavior.
NetworkingChecklistsModbusOPC UA
Start with scope
Identify what changed, what is affected, and what still works. A single device failure, subnet failure, server failure, and firewall issue produce different evidence.
Layered checks
- Physical link: power, link lights, cabling, media converters, switch ports.
- IP layer: address, subnet mask, gateway, duplicate IPs, VLANs.
- Reachability: ping when allowed, ARP table, route path.
- Transport: TCP port availability with a known tool.
- Protocol: unit ID, endpoint, namespace, topic, credentials, certificates.
- Application: tag mapping, scan class, quality, permissions, logs.
Evidence to collect
- Device IP and firmware.
- Switch port and VLAN.
- Error counters and link speed.
- SCADA driver diagnostics.
- Packet capture when allowed.
- Time of failure and recent changes.
Practical rule
Prove the lowest failing layer before editing application configuration.