
Key takeaways
Short answer: An IoT gateway aggregates data from many sensors and PLCs and forwards it to higher systems (OEE platform, cloud, historian). An edge device computes locally on the data before forwarding (or instead of forwarding). Gateways centralize compute at the higher layer; edge devices distribute it. Most plants need both — gateways for aggregation and edge for low-latency analytics or bandwidth-limited sites.
An IoT gateway:
Gateways minimize compute at the plant. Decisions happen in higher systems.
An edge device:
Edge devices push compute toward the sensor. Low-latency, bandwidth-efficient.
Most real deployments combine both:
This pattern preserves edge benefits where they matter while maintaining gateway-level aggregation.
Edge:
Gateway:
Cloud / OEE platform:
1. Edge for everything. Distributed compute is harder to manage. Use edge where it pays off.
2. Gateway for everything. Misses the latency and bandwidth benefits of edge.
3. Insufficient edge hardware. Edge devices need real compute for real workloads. Underpowered devices fail under load.
4. Skipping the buffer. Connectivity drops happen. Both gateway and edge need local storage for recovery.
Both layers need security:
Edge devices in particular need a managed update path — they sit at the network edge and are common attack targets.
Gateways: Hilscher netRAPID, Moxa, Advantech, Siemens IoT2050, opensource solutions on industrial PCs.
Edge devices: NVIDIA Jetson (vision/ML), Litmus Edge, Crosser, custom Linux on industrial hardware.
Many vendors blur the line — devices that do both. Evaluate based on capability, not category.
A modern OEE platform connects to gateways via OPC UA, MQTT, or REST. It consumes edge device outputs as derived metrics rather than raw data. The platform unifies the inputs into a single OEE view.
Fabrico's OEE module integrates with industrial gateways and edge devices via OPC UA and MQTT, consuming both raw and derived inputs into a unified OEE view.
See how Fabrico captures this automatically — explore OEE for manufacturing or book a demo.
Fog computing usually refers to compute at the network edge, similar to edge. Vendors use the terms slightly differently.
For most production plants, yes. Gateways aggregate broadly; edge handles latency-critical work.
Unified namespace (UNS) is a pub/sub architecture often implemented via MQTT. Gateways and edge devices both publish to UNS.
Sometimes. Lightweight ML works on gateways. Heavy ML (vision, deep learning) usually requires edge devices with GPU.
At minimum OPC UA and MQTT. Modbus, Ethernet/IP, and legacy serial for older equipment.