Beyond Control: The Third Wave of Industrial Automation and the Evolution of the PLC

Introduction: The Unspoken Revolution

For decades, the programmable logic controller has been the quiet workhorse of industry—uncelebrated, reliable, and fundamentally unchanged in its core mission: executing deterministic control logic in harsh environments. From the first Modicon 084 in 1969 to today's multi-core processors running complex motion algorithms, the PLC's evolution has been incremental rather than revolutionary.

Until now.

We stand at the threshold of what industry analysts and research institutions are calling the "Third Wave" of industrial automation . Unlike previous transitions—from mechanical relays to solid-state logic, and from proprietary bus systems to industrial Ethernet—this wave is not merely technological. It is epistemological: a fundamental shift in how automation systems perceive, reason about, and interact with the physical world.

This article examines the converging forces reshaping industrial automation: Physical AITime-Sensitive Networking (TSN) , generative engineering, and the emergence of the PLC as a cognitive node rather than a simple logic executor. For automation professionals, understanding these forces is no longer optional—it is the difference between future-ready architectures and stranded assets.


Part 1: The Three Waves—A Historical Framework

1.1 First Wave: Mechanical Substitution (1960s–1980s)

The first wave was characterized by direct replacement. Hard-wired relay panels gave way to programmable logic, but the underlying paradigm remained unchanged: discrete inputs, discrete outputs, ladder logic that mirrored electrical schematics. The PLC was a digital substitute for analog thinking—powerful, but constrained by the very思维方式 it sought to replace.

Engineers programmed in terms of contacts and coils because that was what electricians understood. The technology adapted to the human, not the other way around.

1.2 Second Wave: Networked Integration (1990s–2020s)

The second wave brought connectivity without cognition. Industrial Ethernet, OPC, and fieldbus protocols allowed PLCs to communicate, but communication is not understanding. Systems exchanged data, yet remained fundamentally reactive: responding to pre-programmed conditions without awareness of context, intent, or consequence.

This era gave us distributed control, SCADA integration, and the first whispers of IIoT. But it also created what researchers now call the "automation ceiling" —the point at which increasing complexity yields diminishing returns because systems cannot adapt to variability not anticipated by their programmers .

1.3 Third Wave: Cognitive Collaboration (2025–)

The third wave is defined by Physical AI: the integration of artificial intelligence directly into the physical control loop . Here, the distinction between "controller" and "system" begins to dissolve. The PLC evolves from a deterministic executor to a probabilistic participant—aware of its environment, capable of reasoning about uncertainty, and able to collaborate with both human operators and other machines in ways that were previously the domain of science fiction.

This is not Industry 4.0 rebranded. This is a paradigm shift in the truest sense.


Part 2: The Technological Foundations of the Third Wave

2.1 Physical AI: When Control Meets Cognition

The term Physical AI describes AI systems that not only process information but also interact with and influence physical environments . Unlike generative AI operating on text or images, Physical AI must contend with the messy, continuous, and unforgiving nature of the real world.

For industrial automation, this manifests in several transformative capabilities:

World Models for Manufacturing: Researchers are now developing "world models"—internal representations of physical systems that allow AI to predict outcomes before taking action . A PLC equipped with a world model doesn't just react to a limit switch; it anticipates the approaching workpiece based on historical patterns, conveyor speed variations, and even ambient temperature effects.

From Semantic to Metric: Traditional AI understands that "close the valve" is a command. Physical AI understands what "closed" means in torque values, position counts, and flow rates—and can adapt its execution based on real-time feedback .

Cross-Embodiment Learning: Perhaps most significantly, Physical AI enables knowledge transfer between physically different systems. A robotic arm that learns to pick castings on one production line can transfer that knowledge to a different arm on another line, adapting to differences in kinematics, payload, and environment .

The implications for PLC programming are profound. Instead of specifying every movement, engineers will increasingly specify intent, leaving execution details to AI systems that understand both the physical constraints and the operational goals.

2.2 TSN: The Network Becomes the Backplane

If Physical AI is the brain of the third wave, Time-Sensitive Networking (TSN) is the nervous system . TSN is not a new protocol but an extension to standard Ethernet (IEEE 802.1) that adds determinism to a previously "best-effort" medium.

Why TSN Matters Now

Traditional industrial networks solved determinism through isolation: Profinet, EtherCAT, and Powerlink each created their own scheduled universes. But isolation comes at a cost—siloed data, incompatible tools, and architectural rigidity.

TSN changes this by enabling converged networks where time-critical control traffic, best-effort IT traffic, and high-bandwidth video streams coexist on the same physical infrastructure without interference . For automation engineers, this means:

  • Deterministic Latency: Critical control loops achieve bounded latency (microseconds) regardless of network load

  • Time Synchronization: IEEE 802.1AS provides sub-microsecond synchronization across the entire network—essential for coordinated motion and distributed sensing

  • Traffic Shaping: IEEE 802.1Qbv schedules traffic into time windows, guaranteeing that critical data arrives precisely when needed

  • Convergence Without Compromise: IT and OT finally share a common infrastructure, enabling unified security policies and simplified maintenance

The PLC as Network Citizen

In a TSN-enabled architecture, the PLC is no longer the network master but a network citizen—one node among many, all operating with the same deterministic guarantees. This flattening of hierarchy enables distributed control architectures that were previously impractical.

Consider a high-speed packaging line with vision systems, robotic pickers, and conveyor drives. In a traditional architecture, all decisions route through a central PLC, creating latency and single points of failure. With TSN, each node can make local decisions with confidence that network timing is guaranteed, while still coordinating globally through shared time awareness.

2.3 Digital Twins: From Simulation to Participation

Digital twins have been discussed for years, but their role in the third wave is fundamentally different. Previously, digital twins were primarily simulation tools—used for design, training, and offline analysis. The third wave demands participatory twins: virtual representations that actively participate in real-time control .

Recent research demonstrates the power of this approach. A 2026 study of a bakery production line integrated real-time sensor data with a CNN+LSTM neural network, creating a digital twin that could predict and adapt rather than simply monitor . The results were striking:

  • Defective products reduced from 8% to 2%

  • Unplanned downtime decreased by 77%

  • The system learned to anticipate failures before they occurred, enabling predictive rather than reactive maintenance

This is not simulation—it is cognition at the edge. The digital twin runs alongside the physical process, continuously comparing predicted states against actual outcomes and adjusting control parameters when deviations exceed thresholds.

For PLC engineers, this means expanding their mental model from "program execution" to "continuous validation" . The PLC still executes logic, but that logic is now informed by a parallel digital consciousness that understands the process at a deeper level.

2.4 Generative Engineering: Programming by Intent

Perhaps the most transformative development is the application of large language models and foundation models to industrial automation . While general-purpose LLMs trained on Python and JavaScript struggle with the specialized, proprietary languages of industrial control, researchers are now developing domain-adapted models trained on PLC code, ladder logic, and function block diagrams.

From Code to Intent

The promise of generative engineering is not automated code generation—it is intent-based programming. Engineers will increasingly specify what they want to achieve, leaving the how to AI systems that understand both the capabilities of the hardware and the constraints of the application.

Early research explores using LLMs to generate movement routines for robotic arms, translate between different PLC platforms, and even suggest optimizations for existing code . The goal is not to replace the engineer but to amplify their capabilities—handling routine tasks while humans focus on architecture, safety, and optimization.

The Trust Barrier

Significant challenges remain. Industrial code must be deterministic, verifiable, and often safety-certified. Generative AI, by its nature probabilistic, struggles with the certification requirements of industrial applications . Researchers are actively working on "trustworthiness" frameworks that would allow AI-generated code to be formally verified—a prerequisite for adoption in safety-critical applications.


Part 3: The Reimagined PLC—Architecture and Capabilities

3.1 From Deterministic to Probabilistic-Deterministic Hybrid

The PLC of the third wave will not abandon determinism—it cannot. But it will augment deterministic control loops with probabilistic reasoning layers that operate in parallel.

Consider a vision-guided robotic picker:

  • Deterministic core: Executes motion profiles, handles I/O, manages safety interlocks

  • Probabilistic layer: Interprets camera data, predicts workpiece positions, adjusts trajectories based on real-time feedback

  • World model: Continuously updates its understanding of the picking environment, learning from successes and failures

This hybrid architecture preserves the reliability that industry demands while enabling the adaptability that modern applications require.

3.2 The PLC as Data Historian and Predictor

Modern PLCs generate vast amounts of data—sensor readings, state transitions, alarm events—most of which is discarded or stored only for troubleshooting. The third-wave PLC will increasingly process this data locally, extracting insights that inform both immediate control decisions and long-term optimization.

Edge AI capabilities, once the domain of separate industrial PCs, will migrate into the PLC itself. Local inference means that decisions requiring AI—anomaly detection, predictive maintenance, adaptive control—can be made with deterministic timing, not dependent on cloud connectivity.

3.3 Safety and Security: Converged by Design

The convergence of IT and OT, enabled by TSN, brings both opportunity and risk. The third-wave PLC must be designed with security as a fundamental property, not an add-on .

Research priorities identified by leading industrial control laboratories include:

  • Information and functional safety integration: Security mechanisms that actively participate in safety functions

  • Dynamic reconfiguration: The ability to reconstitute trusted operation environments after detected intrusions

  • Active defense: Systems that can detect and respond to anomalies in real-time, not just log them for later analysis

For automation engineers, this means expanding their expertise beyond control logic to include network security fundamentalsidentity management, and secure development practices.


Part 4: Implications for Automation Professionals

4.1 The New Skill Stack

The third wave demands a fundamentally different skill set from automation professionals. Traditional PLC programming—ladder logic, structured text, function block diagrams—remains necessary but is no longer sufficient.

Emerging competencies include:

  • Network architecture: Understanding TSN, network segmentation, and deterministic communication

  • Data science fundamentals: Working with time-series data, training and validating simple models

  • AI literacy: Knowing what AI can and cannot do, how to specify problems for AI solutions

  • Cybersecurity practice: Implementing secure networks, managing identities, responding to incidents

  • Systems thinking: Understanding how physical, computational, and human systems interact

4.2 The Changing Role of the Engineer

Perhaps most significantly, the engineer's role shifts from implementer to orchestrator. Instead of writing every line of code, engineers will specify intent, validate AI-generated solutions, and focus on the edges—the exceptional cases, the safety-critical paths, the optimization opportunities that AI cannot yet handle.

This is not deskilling but re-skilling at a higher level of abstraction. Just as high-level languages freed programmers from assembly code, AI-assisted engineering frees automation professionals from routine coding, allowing them to focus on system-level design and innovation.

4.3 The Integration Imperative

No vendor, no platform, no protocol will dominate the third wave. The future belongs to open, interoperable systems that can integrate best-in-class components from multiple sources .

For end users, this means:

  • Demanding standards compliance, not proprietary lock-in

  • Building multi-vendor strategies that avoid dependence on any single supplier

  • Investing in integration skills—the ability to make diverse systems work together effectively


Part 5: The Path Forward—Practical Steps for Today

5.1 Assess Your Current Architecture

Begin by understanding where you stand today:

  • Network audit: Map your current industrial network. How many protocols are in use? Where are the bottlenecks? What would convergence enable?

  • Skill inventory: Assess your team's capabilities against the emerging skill stack. Where are the gaps?

  • Pilot identification: Find one application where third-wave capabilities—predictive maintenance, adaptive control, AI vision—would deliver measurable value.

5.2 Start Small, Think Big

The third wave will not arrive as a single product or upgrade. It will emerge through incremental adoption of new capabilities:

Year 1: Deploy TSN-enabled infrastructure in a greenfield project or major retrofit. Begin collecting and analyzing process data from existing systems.

Year 2: Implement a pilot predictive maintenance solution using edge AI. Train your team on data science fundamentals.

Year 3: Expand to adaptive control in one production line. Begin experimenting with generative engineering tools.

Year 4-5: Integrate learnings into standards for new projects. Retrain or hire for emerging skill requirements.

5.3 Partner Strategically

No single organization can master all aspects of the third wave. Identify partners who can complement your capabilities:

  • Technology vendors committed to open standards and interoperability

  • System integrators with deep expertise in both traditional automation and emerging technologies

  • Research institutions exploring the frontiers of Physical AI and industrial foundation models

  • Peers facing similar challenges—share experiences, successes, and failures


Conclusion: The Unreasonable Effectiveness of Control

The third wave of industrial automation does not render the PLC obsolete. On the contrary, it elevates the controller to new levels of significance. The PLC becomes not just the executor of logic but the cognitive node where physical processes meet digital intelligence, where deterministic control meets probabilistic reasoning, where human intent meets machine capability.

For automation professionals, this is both challenge and opportunity. The skills that served the industry for decades remain valuable, but they must be augmented with new competencies. The systems we build today must anticipate tomorrow's requirements. And the architectures we choose must embrace openness, interoperability, and continuous evolution.

At PLC ERA, we are committed to supporting this transition. Whether you are deploying traditional Delta DVP controllers for proven applications or exploring the capabilities of TSN-enabled infrastructure, our team can provide the products, expertise, and partnership you need.

The third wave is coming. The question is not whether you will ride it, but how well prepared you will be when it arrives.


References and Further Reading

  1. World Economic Forum & Boston Consulting Group. (2025). Physical AI: Powering the New Age of Industrial Operations 

  2. Fiberroad Technology. (2026). Industrial Ethernet and TSN-Driven Deterministic Communication 

  3. IET Collaborative Intelligent Manufacturing, Volume 8, Issue 1 (2026) 

  4. IEEE ARM 2026 Special Issue on Agentic Foundation Models for Smart Manufacturing 

  5. Machine Design / Electronic Design. (2026). Spotlight on Time-Sensitive Networking 

  6. Fares, S. (2026). Utilizing LLMs for Industrial Process Automation 

  7. Zhejiang University. (2026). State Key Laboratory of Industrial Control Technology Open Research Topics 


Article Tags

#PhysicalAI #TimeSensitiveNetworking #TSN #IndustrialAutomation #PLCEvolution #Industry40 #Industry50 #DigitalTwins #GenerativeEngineering #EdgeAI #IEC61850 #OPCUA #DeterministicNetworking #SmartManufacturing

Back to blog

Leave a comment