July 29, 2026 · QSCompute Blog
Adding AI to a factory built in 2010 isn't a greenfield project. Your PLCs run on PROFINET and EtherNet/IP, your SCADA speaks OPC UA, and your MES database holds 10 years of production data. You don't need a $2 million line rebuild — you need edge AI hardware that plugs into what's already there. This guide covers the hardware architecture, protocol integration patterns, and real-world deployment strategies for brownfield AI retrofit.
Greenfield AI architecture assumes you control the sensor bus, the data fabric, and the compute placement. Brownfield doesn't give you any of that. Legacy PLCs use closed protocols, sensors output 4–20 mA analog signals, and the network topology was decided before AI was a word. Adding an AI server that can't speak PROFINET is as useful as a GPU without power.
The core challenges:
| Challenge | Greenfield | Brownfield | Edge Hardware Solution |
|---|---|---|---|
| Sensor access | Direct MIPI/GMSL camera | 4–20 mA analog, Modbus RTU | Protocol gateway + AI engine on one box |
| Data ingest | MQTT with JSON schema | OPC UA DA with tag IDs | Dual-mode edge gateway (OPC UA + MQTT) |
| Network topology | Purpose-built VLAN | Shared IT/OT network | Dual-NIC isolation with TSN at edge |
| Compute placement | Scalable cluster at line | Rack space is a luxury | DIN-rail or small footprint IPC |
| Legacy logic | AI model replaces PLC logic | AI augments existing control | Decision output: advisory mode or digital out |
The right approach is not "rip out the PLC" — it's "add a DIN-rail edge AI node that reads the PLC's existing data, runs inference on it, and feeds results back via a protocol the PLC already understands."
Brownfield AI hardware must bridge two worlds: the deterministic, real-time OT protocols of the factory floor and the HTTP/JSON world of AI inference. Here's the protocol layering that works:
The edge AI node connects to the existing automation network and reads data without disrupting deterministic cycles. Key protocols:
The edge node runs the AI pipeline on digitized data: anomaly detection on vibration/motor current signatures, visual inspection on camera feed piped through a frame grabber, and predictive quality on combined sensor + MES data.
Don't try to make the PLC run AI models. Output results through clean, simple interfaces:
Brownfield deployments have hard environmental constraints that rule out standard servers: no rack space, dusty/corrosive air, 55°C+ ambient on the factory floor, and zero tolerance for fan failure. The right hardware is fanless, DIN-rail mountable, and industrial-rated.
| Platform | AI Capability | OT Protocols | Power | Footprint | Best Brownfield Use Case | Est. System Cost |
|---|---|---|---|---|---|---|
| Advantech UNO-2372G (Intel Celeron) | Light: basic anomaly detection | Modbus TCP/RTU, OPC UA | 15W | DIN-rail, 150×105×55mm | Single-machine condition monitoring | $780 |
| Advantech MIC-770 V3 (Core i7 + RTX A2000) | Full: vision + vibration + LLM | PROFINET, EtherNet/IP, OPC UA | 120W | Wall-mount, 192×230×192mm | Multi-machine line with camera inspection | $3,990 |
| Jetson Orin NX (Connect Tech fanless carrier) | High: 100 TOPS, 8-ch video | Modbus TCP, MQTT, OPC UA (via gateway) | 21W | DIN-rail, 140×110×65mm | Visual quality inspection on conveyor | $1,299 |
| Rockchip RK3588 Industrial gateway | Medium: 6 TOPS NPU, 8 GB RAM | Modbus RTU/TCP, OPC UA, Profinet (via Anybus) | 12W | DIN-rail, 120×98×42mm | Edge gateway + light inference (sensor anomaly) | $299 |
| Intel Core Ultra 7 265H Fanless box PC | Full: 48 TOPS NPU + dGPU | PROFINET, EtherNet/IP, OPC UA | 55W | DIN-rail, 190×160×75mm | Brownfield retrofit hub for entire line | $2,199 |
All platforms support Docker containers for deploying AI pipelines via NVIDIA DeepStream, OpenVINO, or ONNX Runtime. QSCompute pre-configures the OT protocol stack, container runtime, and GPU/NPU drivers — plug into your Ethernet port and start reading PLC tags.
A food processing plant has 12 centrifugal pumps driven by Siemens S7-1500 PLCs. Adding vibration sensors and an AI server would require new cable trays and 2 weeks of downtime. Instead:
Hardware: 1× Advantech UNO-2372G ($780) + S7comm protocol license. Existing PLC, sensor, and HMI untouched.
An automotive parts line uses a 2018 Cognex smart camera that misses subtle surface defects. Replacing the camera with a new system costs $18,000 in hardware + $12,000 in integration.
Hardware: 1× QS-Edge-QC-JNX ($1,299). Existing camera, PLC, and reject mechanism unchanged. ROI: 3 months vs. 18-month ROI for full camera replacement.
A packaging line with 8 machines (mix of Allen-Bradley, Mitsubishi, and Schneider PLCs) wants OEE (Overall Equipment Effectiveness) tracking with anomaly detection. No unified data layer exists.
Hardware: 1× QS-IPC-CU7-FL ($2,199) + multi-protocol driver license. Total install: 3 days, mostly spent mapping PLC tag addresses.
After deploying 50+ brownfield AI retrofits, five rules emerge:
1. Read-only by default. The edge AI node should read PLC tags, not write to them — at least initially. Write access comes only after the model has proven accuracy in advisory mode for 30 days. No plant manager wants an AI model shutting down a production line on a false positive.
2. Dual NIC with physical isolation. One NIC connects to the OT network (192.168.x.x, no gateway). One NIC connects to the IT/cloud network for OTA updates and MES data. No routing between them. This satisfies both IT security and OT determinism requirements.
3. Digital output over protocol output. When the AI model triggers an action, use a physical dry contact or 24V digital output wired to the PLC's input module. This is the universal integration method — works with every PLC brand, every vintage, every protocol. Zero software configuration on the PLC side.
4. Gateways are your friend. A $300 Modbus-to-MQTT gateway (Moxa UC-8100) sitting between the legacy sensor and the AI node removes the need for the AI node to speak 15 different PLC protocols natively. The AI node gets clean JSON over MQTT — the gateway handles protocol translation.
5. Start with current signature, not vibration. Vibration sensors need mounting brackets, cable runs, and calibration. Motor current signature analysis uses data the VFD already reports to the PLC — zero new sensors, zero new wiring. It's the fastest path to a working AI retrofit that delivers measurable ROI within 90 days.
| Factor | New Equipment (Greenfield) | AI Retrofit (Brownfield) |
|---|---|---|
| Hardware cost | $50K–$2M (new line) | $780–$4,000 (edge node) |
| Installation downtime | 2–6 weeks | 2–48 hours |
| Integration engineering | 200–500 hours | 20–80 hours |
| Sensor/instrumentation cost | Included (new) | $0–$500 (uses existing) |
| Operator training | Full retraining | Zero (results shown in existing HMI) |
| Time to first ROI | 12–24 months | 1–3 months |
For most manufacturers in 2026, the question isn't "should we add AI?" — it's "how do we add it without disrupting production?" The answer is edge AI hardware designed for brownfield: protocol-native, fanless, DIN-rail mountable, and respectful of legacy automation that took decades to build.
Need a brownfield AI assessment for your factory?
QSCompute pre-configures edge AI hardware with OT protocol stacks, container runtimes, and GPU/NPU drivers — same-day deployment with zero proprietary lock-in.
Email: sales@qscompute.com | WeChat: 18991927716