Edge computing for manufacturers means processing machine data on or near the plant floor instead of shipping every raw reading to the cloud first. Fast decisions stay local, summaries and exceptions go upstream, and you stop paying to move data nobody will ever look at. That is the entire idea. Everything else is implementation detail.
What Is Edge Computing in Manufacturing, Really?
Strip away the vendor language and edge computing is a placement decision: which computer runs which piece of your software. The "edge" is just whatever hardware sits close to the machines. A DIN-rail gateway in a panel. A fanless PC bolted near a line. Sometimes a microcontroller inside a sensor.
The confusion comes from marketing that treats "the edge" as a product you buy. It isn't. You already have an edge; every PLC in your plant has been doing local computation since before the term existed. What changed is that cheap, capable Linux-class hardware now lets you run real software there: databases, protocol converters, machine learning models, alarm logic.
So when someone proposes an "edge strategy," translate it. They are proposing to run certain workloads on-site rather than in a data center. The useful question is never whether edge computing is good. It's which specific workloads, on which specific box, and why.
Why Not Just Send Everything to the Cloud?
Three practical reasons, and they're all measurable.
Latency first. If a vision system must decide within 80 milliseconds whether a part gets rejected, the decision cannot involve a round trip to a cloud region. Internet latency from a plant is typically 20 to 100 milliseconds each way and, worse, it varies. Deterministic deadlines require local compute. Full stop.
Bandwidth second. A single vibration sensor sampled at 10 kHz across three axes produces on the order of 60,000 readings per second. Streaming that raw from twenty machines would swamp most plant internet connections and generate an impressive cloud bill. The edge answer is to compute the FFT locally, send a compact frequency spectrum every few minutes, and stream raw waveforms only when something looks wrong.
Resilience third, and this one manufacturers feel viscerally. Internet outages happen. Rural plants lose connectivity in storms; urban ones lose it to a backhoe. If your operator dashboards, alarm logic, and data logging live in the cloud, an ISP hiccup blinds you at exactly the moment you'd like visibility. Run those locally, buffer outbound data with store-and-forward, and an outage becomes a sync delay instead of an incident.
None of this makes the cloud bad. Fleet-wide analytics, long-term storage, dashboards for people who aren't in the building: the cloud is the right home for all of it. The architecture question is a split, not a side.
What Actually Runs at the Edge
A typical stack on an edge box in a mid-sized plant looks unglamorous and works well.
Protocol conversion sits at the bottom. Software polls PLCs over Modbus TCP or Ethernet/IP, reads serial devices over RS-485, watches dry contacts through an I/O module, and normalizes everything into tagged, timestamped values. This layer alone justifies many installations, because it's how thirty-year-old machines end up on the same dashboard as new ones. We cover the gritty details in our guide to connecting legacy equipment.
Above that: filtering and downsampling. Deadbands so a value that hasn't meaningfully changed doesn't get re-sent. Aggregation into one-minute statistics. Signal processing where it pays, like that vibration FFT.
Then local intelligence. Alarm rules that fire in milliseconds regardless of internet state. Increasingly, inference: a vision model or anomaly detector running on the edge box, sending verdicts rather than video.
Finally, buffering and transport. Readings queue to local disk, then publish upstream over MQTT with TLS. When the connection drops, the queue grows. When it returns, history back-fills automatically. If a monitoring system doesn't do this, it isn't finished.
What Hardware Do You Actually Need at the Edge?
Less than the brochures suggest. The spectrum runs roughly four tiers.
Microcontrollers, ESP32-class, live inside sensors and do one job each. Single-board computers like the Raspberry Pi handle light collection and dashboards, with the hardening caveats we detailed in our plant-floor Pi guide. Purpose-built industrial gateways add DIN-rail mounting, 24 V power, wide temperature ratings, and often built-in serial ports. Fanless industrial PCs, sometimes with a GPU, take the heavy work: vision inference, local historians, many machines at once.
Most plants need one or two boxes from the middle of that range, not a rack. A single well-specified gateway can front an entire line. Start there and let real load, not projected load, justify anything bigger.
Connectivity for these boxes follows a simple preference order. Wired Ethernet where you can pull cable. Plant Wi-Fi where you can't, accepted with eyes open about interference from motors and metal. Cellular where the equipment is remote, mobile, or on a network IT won't let you touch; a modest LTE data plan is cheap insurance when the payload is pre-filtered edge data rather than raw streams.
How to Start Without Overbuilding
The failed edge projects we hear about share a pattern: they began with a platform decision instead of a question. Six months of architecture, zero machines connected.
Invert it. Pick one machine and one question that matters commercially. Why does the grinder's scrap rate spike on Mondays? How many hours did the compressor actually run last month? Instrument just enough to answer it: one gateway, a handful of tags, an MQTT broker, a dashboard. Get that loop working end to end in weeks.
The first machine teaches you your real constraints, which sensors drift, where the network dead zones are, what operators actually look at. The second machine is faster. By the fifth, you have an edge architecture that grew from evidence, and the cloud side can mature alongside it. Getting that upstream half right, brokers, storage, dashboards, access control, is its own discipline; our cloud infrastructure work exists precisely because the edge is only half the system.
FAQ
Is edge computing the same as having PLCs?
No, but they're relatives. PLCs do deterministic local control; edge computing adds general-purpose local software for data collection, analytics, buffering, and inference alongside them. In practice an edge box reads from your PLCs rather than replacing them.
How much data should go to the cloud versus stay at the edge?
A useful rule: raw, high-frequency data stays local and gets summarized; events, exceptions, and aggregates go up. Many working systems send under one percent of collected samples upstream. Keep raw data on the edge box for a retention window so you can pull detail when investigating an event.
Does edge computing work if our internet connection is unreliable?
That's one of its main selling points. Local alarms, dashboards, and logging continue through an outage, while store-and-forward buffering queues outbound data and back-fills the cloud when connectivity returns. Size the buffer for your longest plausible outage, not your average one.
What does a starter edge computing project cost?
Instrumenting one machine or line with an industrial gateway, sensors, and basic dashboards typically lands in the low five figures including engineering, sometimes less if the data already exists in a PLC. The bigger cost driver is scope discipline: one clear question is cheap, a platform for everything is not.
If you're trying to decide what belongs on the plant floor and what belongs in the cloud, we can help you draw that line for your specific machines. Willowark builds IoT and smart systems for manufacturers, from the first gateway to the full pipeline. Reach out and tell us the question you want your data to answer.
Relevant for Manufacturing, Distribution & Wholesale, Field Service Organizations · Cloud & Infrastructure
Engineering notes, monthly
One article like this a month. No pitch.
What we're building across the digital/physical boundary, what we learned, and one thing you can use. Double opt-in, one-click unsubscribe.

