top of page
NU-FBLogo_Website2026.png

The Integrator's Perspective on Edge Computing: Why Plant Floor Experience Matters

  • 6 days ago
  • 7 min read

By Eric Seme


Introduction Edge computing in manufacturing isn't a technology problem, it's an architecture problem wrapped in organizational change. After deploying edge solutions across automotive plants, pharmaceutical facilities, and chemical refineries, one truth emerges: vendors selling edge platforms don't have to live with the consequences of their architectural decisions. You do.

Plant floor reality diverges sharply from PowerPoint diagrams. Legacy PLCs running proprietary protocols, network segmentation existing more in policy than practice, operators needing real-time data without latency in safety-critical systems, this is where edge computing must actually work. The gap between vendor promises and operational reality is where projects die.

This article draws on lessons from deploying edge infrastructure across seventeen distinct industrial archetypes, from FDA 21 CFR Part 11 compliance environments to autonomous mobile robot orchestration, to provide practical guidance on what creates value versus friction. IDC forecasts global edge computing spending will reach $380 billion by 2028, with manufacturing representing a quarter of investment (IDC, 2025). Yet market projections tell only part of the story. Successful implementation requires understanding the architectural realities vendors often gloss over.

The Reality of IT/OT Convergence: The Air Gap Myth

The air gap between IT and OT networks is a myth, now supported by extensive research (Seme, 2026; ISC2, 2024). Every manufacturer pursuing digital transformation has systematically demolished whatever isolation existed. The question isn't whether your networks are converged; it's whether you've architected for that reality.

The Purdue Enterprise Reference Architecture, conceived in the 1990s, has been repurposed as a security framework for which it was never designed (Seme, 2026). Its hierarchical layers assume strict segmentation and unidirectional data flow. This fails catastrophically when IIoT sensors stream to cloud platforms and remote vendor access is contractual (Zscaler, 2024; Claroty, 2024).

The Colonial Pipeline ransomware attack in May 2021 demonstrated this failure with brutal clarity. Attackers entered through a compromised VPN credential lacking multi-factor authentication and moved laterally through porous IT/OT boundaries (Insurica, 2024; Seme, 2026). The company shut down 5,500 miles of pipeline, not because control systems were directly compromised, but because poor segmentation meant they couldn't be certain. The impact: fuel shortages, $4.4 million ransom, and national security crisis.

For integrators, edge architecture must start from Zero Trust: assume breach, enforce least-privilege access, eliminate implicit trust. Layering edge compute onto flat OT networks with VPN-based access is professional malpractice. ISA/IEC 62443 standards provide the framework for defense-in-depth and zone-based segmentation that makes Zero Trust possible (ISA, 2024).

Architecture Decisions That Actually Matter

Edge computing spans deployment models with distinct requirements for latency, security, compliance, and resilience. Three architectural decisions determine success: compute placement, data persistence strategy, and network segmentation.


Compute Placement: When Edge Isn't Really Edge

The term 'edge' has become marketing pollution. True edge computing, where compute colocation with physical processes is non-negotiable, applies in specific scenarios: sub-10ms control loops, high-bandwidth vision systems generating terabytes, and safety-critical systems requiring network-outage operation.

Consider high-speed vision inspection. An automotive stamping line producing 12 parts per minute generates 2GB of image data hourly. Transmitting raw images introduces unacceptable latency and bandwidth consumption. The solution: NVIDIA GPU-accelerated inference at the line with local SSD buffering and selective defect image upload for retraining. This is true edge computing, computation where the data is born.

Contrast with OEE tracking, where aggregating machine states every 100ms has no real-time requirement. The 'edge gateway' can be a virtualized workload in a central K3s cluster. Gartner confirms manufacturers should optimize edge investments for applications genuinely requiring low latency, avoiding edge-washing every workload (Gartner, 2024).



Data Persistence: Compliance Drives Architecture

Data persistence isn't a database problem, it's regulatory compliance disguised as architecture. FDA 21 CFR Part 11 environments require immutable audit trails: every modification generates a new versioned entry, not updates. This demands transactional relational databases with cryptographic tamper evidence. The regulation ensures electronic data remains authentic, accurate, complete, and reliable throughout its lifecycle (Unifize, 2024).

NERC CIP standards mandate 90 days of high-resolution telemetry with cryptographic timestamps. Recent 2024 updates permit cloud and edge storage with specific security precautions (Microsoft, 2024). Edge architectures must include store-and-forward buffering with backfill logic preserving temporal continuity during outages.


Network Segmentation: Beyond VLANs

Traditional VLAN segmentation creates isolation illusion while leaving lateral movement paths open. An attacker compromising an 'OT network' workstation has implicit access to every PLC and historian on that segment.

Zero Trust Networking inverts this: default deny all traffic, explicitly allow only authenticated application-to-application connections. Research demonstrates how combining advanced connectivity with edge computing enables ultra-low latency, high-resilience IIoT (Deloitte, 2024). Implementation uses software-defined overlays with microsegmentation at the container level. Each workload exists in isolated segments; traffic between segments requires explicit policy. The blast radius of any breach is exactly one application.


What Creates Friction (And How to Avoid It)

Edge projects fail not from technical limitations but organizational friction: teams working at cross-purposes, vendor lock-in, and operational processes assuming centralized control.


Vendor Lock-In Masquerading as Integration

Industrial vendors sell ‘integrated solutions’ integrated only within their walled gardens. A PLC vendor’s ‘edge gateway’ speaks fluently to their hardware but forces expensive protocol translation for competitors. The antidote: deploy edge compute on open platforms (Linux-based, container-native) and enforce protocol neutrality. Ignition Edge, CODESYS runtimes, and open-source stacks (Modbus, OPC-UA, MQTT Sparkplug B) provide vendor-agnostic connectivity. Initial integration is higher, but five-year TCO is dramatically lower.


Security Theater vs. Actual Security

Corporate IT policies written for office environments create friction in industrial systems. Mandatory 90-day password rotation breaks operator muscle memory. Forced Windows Updates during production cause HMI reboots. Antivirus scanning PLC traffic triggers timeouts.

Effective industrial security is fundamentally different. Immutable operating systems where root filesystems are read-only eliminate malware persistence without performance-killing agents. The conversation must shift from 'apply our policies' to 'achieve equivalent security outcomes with OT-appropriate controls.' EmberOS reduces attack surface by 70% compared to traditional systems (Seme, 2026).


Centralized Operations in a Distributed World

Edge computing distributes compute, but organizations fail to distribute operational authority. Remote sites generate alerts only corporate SOC can investigate. The solution: role-based operational delegation with centralized policy enforcement. Site operators get scoped access to local infrastructure, restart containers, review logs, adjust thresholds, but can't change security policies. The platform enforces the guardrails; operators work within them.

The Economics of Getting It Right

Edge computing ROI isn't 'faster analytics', it's avoided loss: catastrophic downtime prevented, regulatory fines averted, batches not destroyed (Seme, 2026).

Consider automotive manufacturing where JIT supply chains mean every minute of unplanned downtime cascades. A ransomware attack encrypting MES and halting two body-welding lines for 4.5 hours costs $13.5 million in direct downtime at $50,000 per minute. Add contractual penalties: $2.1 million. Total: $15.6 million (Seme, 2026). Ransomware has cost manufacturing an estimated $17 billion since 2018, averaging $1.9 million per day during recovery (Comparitech, 2024).

Properly architected edge platforms with Zero Trust prevent this not by detecting attacks faster, but by making attack paths impossible. The MES runs on immutable OS, isolated by microsegmentation. Compromised VPN credentials have no implicit network access. The ROI isn't the platform cost, it's the $15.6 million you didn't lose.


Practical Deployment Patterns That Work

Across hundreds of deployments, certain patterns consistently deliver value with minimal friction. These are battle-tested configurations.

Store-and-Forward for Unreliable Networks: Wide-area deployments over cellular or satellite operate where outages are normal. Edge nodes buffer telemetry locally during outages and backfill centralized historians when connectivity returns. Implementation: local TimescaleDB with 72-hour retention, replication logic with checksums, priority-based transmission (alarms first, historical data second).

Burstable Compute for Intermittent Workloads: Vision inspection and AI quality control are intermittent, compute-intensive workloads. Shared edge clusters with orchestration schedule burstable workloads across resources. A press runs inference 30 seconds every 5 minutes; the GPU serves other lines otherwise. Container orchestration like K3s enables priority-based scheduling: control loops get guaranteed resources, analytics use opportunistic scheduling.

Progressive Rollout with Digital Twins: Commissioning in live production carries existential risk. Validate edge applications in digital twins mirroring production before deploying to physical systems. McKinsey shows virtual validation achieves 30-50% downtime reductions (McKinsey, 2024). The pipeline: design in digital twin, validate in hardware-in-the-loop, deploy to staging with real I/O, roll to production with automated rollback.


Conclusion: Building for the Next Decade

Edge computing in manufacturing is no longer a pilot project, it's operational infrastructure that must run reliably for years. Decisions made today, compute placement, persistence strategy, network architecture, determine whether edge becomes competitive advantage or operational liability.

The integrator's perspective, grounded in plant floor reality, offers guidance vendor marketing cannot: start with Zero Trust as foundation, not retrofit. Deploy on open platforms preventing vendor lock-in. Architect for regulatory compliance from day one. Distribute operational authority while centralizing policy. Measure success by disasters avoided, not features delivered.

Manufacturing enterprises that thrive will treat edge computing as an architecture problem requiring systems thinking, not a technology problem solved by vendor selection. The plant floor doesn't forgive poor architectural decisions. Design accordingly.

About the Author

Eric Seme is a systems integrator and industrial technology strategist specializing in edge computing deployments for manufacturing environments. With over a decade of plant-floor experience spanning automotive, food & beverage, and pharmaceutical operations, he has led implementations of Industry 4.0 architectures across North America. Eric focuses on bridging the IT/OT divide through practical, security-first approaches that prioritize operational resilience over theoretical frameworks. He is a contributor to industrial cybersecurity standards and advocates for open, vendor-neutral platforms in manufacturing technology.











References

Claroty. (2024). ICS Security: The Purdue Model. Industrial cybersecurity research. Retrieved from https://claroty.com/blog/ics-security-the-purdue-model

Comparitech. (2024). Ransomware attacks on manufacturing companies: Statistics and impact analysis. Retrieved from https://www.comparitech.com/blog/information-security/ransomware-manufacturing-companies/

Deloitte. (2024). Connected Edge: 5G and edge computing solutions for industrial IoT. Deloitte Consulting. Retrieved from https://www.deloitte.com/us/en/services/consulting/5g-edge-computing-solutions.html

EmberNet Technical Overview. (2024). Fireball Industries. Industrial connectivity, control, and observability for Industry 4.0. Retrieved from technical documentation.

Gartner. (2024). Edge computing for manufacturing excellence. Gartner Research Report. Retrieved from https://www.gartner.com/en/documents/5995503

IDC. (2025). Global spending on edge computing solutions to reach $380 billion by 2028. IDC Worldwide Edge Computing Spending Guide. Retrieved from https://my.idc.com/getdoc.jsp?containerId=prUS53261225

Insurica. (2024). Colonial Pipeline ransomware attack: Lessons learned and cybersecurity implications. Retrieved from https://insurica.com/blog/colonial-pipeline-ransomware-attack/

ISA. (2024). ISA/IEC 62443 series of standards: Industrial automation and control systems security. International Society of Automation. Retrieved from https://www.isa.org/standards-and-publications/isa-standards/isa-iec-62443-series-of-standards

ISC2. (2024). IT/OT convergence: Managing cybersecurity risks in industrial environments. (ISC)2 Insights. Retrieved from https://www.isc2.org/Insights/2024/08/IT-OT-Convergence

McKinsey & Company. (2024). Preparing for the next normal via digital manufacturing's scaling potential. McKinsey Operations Practice. Retrieved from https://www.mckinsey.com/capabilities/operations/our-insights/preparing-for-the-next-normal-via-digital-manufacturings-scaling-potential

Microsoft. (2024). Navigating NERC CIP compliance in the cloud: How new standards enable secure edge computing. Microsoft Energy & Utilities White Paper. Retrieved from https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/microsoft/final/en-us/microsoft-product-and-services/industry/pdf/Microsoft-P-U-NERC-CIP-compliance-2024.pdf

Prototype App Architectures. (2024). Fireball Industries & Ember AI. Standard deployment patterns for enterprise edge computing in industrial environments. EmberNet implementation guide.

Seme, E. (2026). The literal cost of seconds: Quantifying ROI in the era of Industry 5.0. Fireball Industries White Paper. Shifting from reactive cybersecurity to proactive revenue assurance with EmberNet.

Seme, E. (2026). The Purdue Model is dead: EmberNet and the Zero-Trust imperative for industrial operations. Fireball Industries Technical Report. Retrieved from www.fireballz.ai.

Unifize. (2024). The definitive guide to 21 CFR Part 11: Compliance requirements for electronic records and signatures. Retrieved from https://www.unifize.com/guide/the-definitive-guide-to-21-cfr-part-11

Zscaler. (2024). What is the Purdue Model for ICS security? Zscaler Security Glossary. Retrieved from https://www.zscaler.com/resources/security-terms-glossary/what-is-purdue-model-ics-security

 
 
Contact.jpg

Don't hesitate to contact us any time

Get in touch with us today to discuss your project and start building smarter solutions.

© 2025 Fireball. All Rights Reserved | Terms of Service | Privacy Policy | #Automation Engineering #Controls Engineering #Factory 4.0 #Ignition #Node Red

bottom of page