In an OT context, the "edge" is the computing layer that sits between the plant-floor devices (PLCs, DCS, RTUs, sensors) and the higher-level infrastructure that consumes their data (historians, MES, ERP, cloud analytics, AI platforms). Edge computing is what happens at that layer: collecting device data using native industrial protocols, translating it into standard formats, filtering noise, applying deadbands, adding contextual metadata, buffering data during network outages, and publishing the resulting structured data stream upward.
Before edge computing became a distinct architectural layer, the data collection role was typically performed by SCADA servers and historians sitting at Level 3 of the Purdue Model, on the plant LAN. That model worked when data consumers were on the same site. It breaks down when the consumers are cloud analytics platforms, multi-site enterprise dashboards, or AI agents that need data from dozens of plants simultaneously. Shipping terabytes of raw device data to the cloud over expensive WAN connections is neither practical nor economically sensible. Edge computing shifts the data reduction, transformation, and contextualization work to where the data is generated, so only the filtered, structured, useful data travels beyond the plant.
The edge is a function, not a product category. "Edge computing" is not a specific piece of hardware or a named product. It is a location and a set of functions: processing that happens close to the data source rather than in a remote cloud or data center. In industrial OT, that location is typically a ruggedized server, an industrial PC, or an ARM-based gateway deployed on the plant floor or in the control room, running software like N3uron or Kepware Edge. The hardware form factor matters less than what the software running on it does.
Industrial data architectures span three processing tiers, each with distinct tradeoffs. Understanding where each tier is appropriate helps clarify why edge computing has become a required layer rather than an optional add-on.
โก
Control loop latency requirements
Industrial control loops operate on millisecond or sub-millisecond cycles. A closed-loop control decision that requires a round trip to a cloud server and back would be impossibly slow. Edge computing keeps the fast-path control execution on-site, while only the monitoring and analytics data travels to the cloud. The two paths are separated by design.
๐ถ
WAN connectivity is unreliable or expensive
Many industrial sites, particularly in oil and gas, mining, water/wastewater, and remote generation, connect to the enterprise network over satellite, cellular, or long-haul WAN links that are expensive per megabyte and intermittently unavailable. Edge computing filters data to report-by-exception before transmission, and stores data locally during outages for delivery when connectivity is restored.
๐ก๏ธ
OT network security requirements
OT networks are not internet-connected by design. Devices at Levels 0 through 2 of the Purdue Model must not have direct connectivity to cloud services. The edge gateway is the authorized and monitored crossing point between the OT network and anything outside it.
๐
Raw device data is not usable as-is
A PLC register value of 27394 counts, from a sensor with a 4-20mA signal range mapped to 0-65535 counts, representing a tank level in a 12-meter tank, is not useful to an analytics platform without conversion, engineering unit assignment, tag naming, and equipment context. The edge is where that transformation happens.
๐ซ
Offline operational continuity
Operations must continue regardless of WAN connectivity state. A plant that stops functioning because its cloud connection is down is not operationally viable. Edge computing ensures that local monitoring, local historian data collection, local alarming, and local HMI access all continue during internet or WAN outages.
๐ค
AI inference at the source
The fastest-growing use case for OT edge computing is running AI inference models locally: anomaly detection, predictive maintenance alerts, soft sensor inference, and quality control models that need to respond in seconds, not minutes. Training these models happens in the cloud on historical data; running them (inference) happens at the edge.
Industrial edge computing software does not perform a single function. An edge platform like N3uron or Kepware Edge is a processing pipeline that transforms raw device data into structured, contextualized, reliable data streams. These are the core functions in that pipeline:
๐ง
Predictive maintenance
Vibration, temperature, and current signature data from motors and rotating equipment streamed to a local model that flags developing faults before they cause unplanned downtime. Alert and ticket generated locally; data forwarded to cloud for model retraining.
๐
OEE monitoring
Edge node calculates availability, performance, and quality in real time from PLC state signals and production counts. OEE dashboards update continuously without cloud round trips. Shift data summarized and pushed to MES or ERP on a schedule.
๐ง
Remote site SCADA
Oil and gas wells, water treatment stations, and substations with expensive satellite or cellular connectivity. Edge node collects and buffers all site data locally, publishes report-by-exception to central SCADA via MQTT, and stores data locally during link outages.
โก
Energy and emissions monitoring
Meter data from power, gas, water, steam, and compressed air meters collected and aggregated by the edge node into production-normalized energy KPIs. Automated regulatory and carbon reporting submissions generated from edge-calculated totals.
๐งช
Quality and SPC
In-line measurement data from sensors, analyzers, and vision systems fed into statistical process control calculations at the edge. Edge node triggers alarms when process variables approach control limits and writes corrective setpoints back to PLCs without cloud latency.
๐ฌ
UNS data publishing
Edge node acts as the Sparkplug B EoN node for a plant or area, publishing all device data to the enterprise MQTT broker in a structured, self-describing format. New enterprise applications subscribe to the namespace without any new connections to OT devices.