PLC Architecture in 2026: CPU, Memory, I/O & Power Supply Structure

AI Summary

  • The five functional blocks (CPU, memory, I/O, power supply, communication) still describe every modern PLC, from Allen-Bradley ControlLogix to Siemens SIMATIC S7-1500.
  • Multi-core SoC CPUs with secure boot now pair with MRAM/FRAM memory, retiring the legacy battery-backed SRAM retention trick.
  • I/O subsystems are increasingly distributed, safety-capable, and channel-diagnosed, with IO-Link and Single Pair Ethernet on the field side.
  • Power supplies in 2026 ship with wide-range inputs and live diagnostics exposed to the controller as standard tags.
  • Communication defaults to gigabit industrial Ethernet with TSN convergence and OPC UA FX for cross-vendor integration.

This 2026 refresh walks through every functional block of a modern PLC and notes what changed since 2024, so engineers maintaining or migrating installed bases can plan with confidence.

Engineering Notes Ā· Programmable Logic Controller Ā· 2026 Refresh

By KOEED Engineering Team Ā· 2026-06-30 Ā· 7 min read Ā· Engineering Notes

A programmable logic controller in 2026 is no longer just the deterministic scan-engine of the 1990s. It is a hardened industrial edge node with secure boot, OPC UA over TSN, multi-core processing, and non-volatile memory — yet the five structural blocks (CPU, memory, I/O, power supply, communication) still map cleanly to the chassis on every platform from Allen-Bradley ControlLogix to Siemens SIMATIC S7-1500. This Engineering Note walks through each part, its function, and what changed since 2024.

TL;DR

  • Five functional blocks — CPU, memory, I/O, power supply, communication — still define every modern PLC.
  • 2026 changes: multi-core CPUs with secure boot, MRAM/FRAM memory, TSN-ready communication, integrated safety, condition-monitoring power supplies.
  • For maintenance teams: cross-reference the legacy module first, then check the modern replacement's power and bus bandwidth before quoting.

CPU — the brain, now a multi-core SoC

The central processing unit executes the user program, runs the I/O scan, manages communication, and — on modern controllers — hosts web servers, OPC UA servers, and motion tasks in parallel. In 2026 a typical mid-range CPU such as the Allen-Bradley 1756-L73 (Logix Designer v36+) or the Siemens CPU 1518-4 PN/DP is built on a multi-core ARM Cortex-A application processor with a dedicated real-time co-processor for the deterministic scan. Mitsubishi's MELSEC iQ-R R08ENCPU uses a similar split: an application SoC plus a real-time RISC engine.

Compared with the 2024 edition of this article, three things are different now:

  1. Most CPUs ship with secure boot and signed firmware — a response to OT/IT convergence attacks reported in 2024–2025.
  2. Cycles are no longer measured purely in ms per bit-instruction. Vendors quote application throughput in objects per second (OPC UA nodes, motion axes per controller).
  3. The same CPU now commonly hosts safety logic up to SIL 3 / PL e, removing the need for a separate safety processor in many new designs.

Memory — program, data, and now non-volatile

Every PLC separates program memory from data memory. Program memory holds the compiled IEC 61131-3 project (LD, FBD, ST, SFC; IL is removed in the 2026 third edition); data memory holds I/O images, tags, recipes, and retentive values. What changed since 2024 is the storage medium. Battery-backed SRAM has largely been replaced by MRAM (magnetoresistive RAM) or FRAM (ferroelectric RAM) on platforms such as the Siemens ET 200SP CPU 1510SP and the Allen-Bradley 1756-L8x family. The benefits are immediate: no battery to replace, faster power-loss recovery, and higher endurance for retentive data.

! Warning

MRAM and FRAM are not byte-compatible with legacy battery-backed SRAM. When migrating a 2010s-era 1769-L30ER or S7-300 CPU 315, the project must be exported and re-imported into the new toolchain; the retentive tag map is preserved by name, not by address.

I/O modules — distributed, safety-capable, time-sensitive

The I/O section is where a PLC meets the physical world: digital inputs from sensors and contacts, digital outputs to relays and contactors, analog inputs from 4–20 mA or 0–10 V transmitters, and analog outputs to proportional valves and drives. Modern I/O is increasingly distributed — placed on the machine, not in the main cabinet — and connected back to the CPU over industrial Ethernet (EtherNet/IP, PROFINET, CC-Link IE TSN). The Omron NX-IO series and the Siemens ET 200SP are textbook examples of this architecture.

In 2026, three I/O trends matter for maintenance engineers:

  • Safety on the same rack. Modules such as the 1756-IB16IF diagnostic input or Siemens F-CPU / F-DI share the backplane with standard I/O, reducing panel space.
  • IO-Link integration. Smart sensors from KEYENCE, IFM, and Balluff are wired into IO-Link masters, exposing diagnostics back to the PLC as standard tags.
  • Channel-level diagnostics. Short-circuit, wire-break, and overload are reported per channel — not just per module — which shortens fault-finding from hours to minutes.

Power supply — stable, wide-range, and now self-monitoring

The power supply converts incoming mains — typically 120 / 230 V AC or, in newer cabinets, 24 V DC — into the regulated DC rails that the CPU, I/O, and communication modules require. Its job is unchanged in 2026: deliver clean power and survive industrial transients. What has changed is the diagnostic surface. Modern supplies, including the Schneider Modicon BMXCPS family and the Allen-Bradley 1756-PBXT, expose input voltage, load percentage, internal temperature, and remaining lifetime as live tags that can be trended in the HMI.

> Tip

For 24 V DC-only cabinets in 2026, prefer a wide-input (18–32 V DC) supply with a hold-up time ≄ 20 ms. It rides through short mains dips without a separate UPS, and accepts battery-backed DC directly.

Communication module — gigabit, TSN, and cloud-native

The communication module turns the PLC into a network citizen. In 2026 every major platform defaults to gigabit Ethernet with time-sensitive networking: EtherNet/IP for Allen-Bradley, PROFINET for Siemens, CC-Link IE TSN for Mitsubishi, and Modbus TCP / OPC UA FX for cross-vendor integration. Where a 2010s controller might have a dedicated Ethernet port and a separate PROFIBUS or DeviceNet scanner, a 2026 controller like the Allen-Bradley 1756-L73 or Siemens CPU 1517F integrates those functions directly, with add-on modules only when a legacy fieldbus must be preserved.

Cloud and IT integration have matured. MQTT publish, HTTPS REST, and OPC UA over TSN are first-class citizens on the major platforms, and the security posture — TLS 1.3, role-based access, signed firmware — is now a procurement checkbox for most plant owners.

Chassis, backplane, and programming device

The chassis (or rack) and backplane carry power and data between modules. They look almost identical to the 2024 versions, but the bus speed has climbed: ControlLogix's backplane runs at gigabit rates, and the SIMATIC S7-1500 backplane handles PROFINET-style bandwidth without contention. The programming device — historically a dedicated terminal, now a laptop or tablet — connects over Ethernet using the vendor's IDE (Studio 5000, TIA Portal, GX Works3, CX-Programmer, EcoStruxure Control Expert).

What changed since 2024

A maintenance engineer who learned the PLC block diagram in 2024 will find the 2026 diagram familiar, but the following shifts matter when specifying, migrating, or troubleshooting:

Functional block 2024 baseline 2026 update Practical impact
CPU Single-core, deterministic scan Multi-core SoC, secure boot, OPC UA native Sizing moves from "scan time" to "objects/sec"
Memory Battery-backed SRAM MRAM / FRAM, no battery Eliminates scheduled battery swaps
I/O Centralized plus remote over fieldbus Distributed, IO-Link, channel diagnostics Faster fault-finding, smarter sensors
Power supply Fixed AC input, basic protection Wide-range DC, condition monitoring Predictive replacement, ride-through
Communication 100 Mbit Ethernet plus fieldbus add-ons Gigabit, TSN, MQTT, OPC UA FX Cloud-ready by default

Engineer checklist before a 2026 retrofit

  1. Map every legacy I/O point to a modern equivalent (for example the 1756-IB16IF diagnostic input module) and confirm channel count.
  2. Verify the power supply rating covers the new CPU plus safety and motion modules.
  3. Confirm the backplane supports the chosen CPU family — older 1756 chassis need revision checks for L8x CPUs.
  4. Plan OPC UA and TSN on the network side before the cutover; do not retrofit under time pressure.
  5. Keep legacy modules on hand for the in-place repair window. KOEED stocks both current and EOL parts across nine PLC brands.

Sourcing a CPU, I/O module, or power supply?

Send your BOM to Moritta@KOEED.COM. Current stock, EOL stock, and cross-references across Allen-Bradley, Siemens, Mitsubishi, Omron, Schneider, and more — one quote within 24 hours.

Send My BOM →

Related on KOEED Blog

Frequently asked questions

What are the main structural parts of a PLC in 2026?

Five blocks: the CPU, memory (program and data), I/O modules, power supply, and communication module. The chassis and backplane tie them together.

Has the CPU architecture really changed since 2024?

Yes. Mid-range CPUs now use a multi-core SoC with a real-time co-processor, secure boot, and signed firmware. Scan time is no longer the only sizing metric.

Do I still need to replace batteries in a 2026 PLC?

No for most new platforms. MRAM and FRAM have removed scheduled battery swaps on S7-1500, Logix L8x, MELSEC iQ-R, and Modicon M580. Legacy SRAM still needs replacement.

Can I mix standard and safety I/O on the same backplane in 2026?

Yes. Allen-Bradley GuardLogix, Siemens F-CPU / F-DI / F-DO, and Mitsubishi MELSEC iQ-R safety modules share the standard backplane, under vendor derating rules.

What power supply do I pick for a 24 V DC-only cabinet?

Use a wide-input (18–32 V DC) industrial supply with a hold-up time of at least 20 ms and condition-monitoring tags exposed to the controller for predictive maintenance.

Where can I source EOL or hard-to-find PLC modules?

Send your BOM, including obsolete Allen-Bradley 1747 / 1746, Siemens S7-300, and Mitsubishi A-series parts, to Moritta@KOEED.COM. Quote within 24h.

KOEED Engineering Team

Industrial automation editors at KOEED. We write about PLC sourcing, cross-reference, and legacy system support across Allen-Bradley, Siemens, Mitsubishi, Omron, Fanuc, Schneider, Yaskawa, Panasonic, and KEYENCE. Reach the team at Moritta@KOEED.COM.

Related Articles

Terug naar blog