Learn PLCs free
Programming Guides11 min read1 776 words

Schneider Zelio Logic Complete Guide 2026: SR2/SR3, Zelio Soft 2, and Real Applications

Complete Schneider Zelio Logic guide. SR2 vs SR3 hardware, Zelio Soft 2 software walkthrough, ladder vs FBD, comms options, application examples, and when to outgrow Zelio.

IAE
Senior PLC Programmer
15+ years hands-on experience • 50+ automation projects completed
PLC
Programming Excellence

The Schneider Zelio Logic is Schneider Electric's smart relay — the closest direct competitor to the Siemens LOGO! and the right entry point into the Schneider ecosystem for small-machine control, HVAC sub-systems, irrigation, lighting, and building automation. It's not a full IEC 61131-3 PLC; the trade-off is a much shorter learning curve, free programming software, and hardware that reaches its full potential without an engineering team. This guide covers Zelio Logic end-to-end: hardware variants, software, programming languages, communications, real applications, and the honest answer to "when do I outgrow it?"

What Zelio Logic actually is

Zelio Logic is a programmable smart relay — not a full PLC. It runs ladder (LD) or function block diagram (FBD) programs from a Windows IDE called Zelio Soft 2, executes them on compact DIN-rail hardware with built-in I/O, and exposes built-in functions like timers, counters, real-time clock, comparators, and message displays as drop-in blocks. The closest direct competitor is the Siemens LOGO! 8, and the two products are deliberately positioned at the same buyer: small-machine builders, electricians and panel-builders moving up from relay logic, and end-users who need programmable control without bringing in a full controls engineering team.

What Zelio is not: it isn't IEC 61131-3, it doesn't run structured text, it doesn't scale to large I/O counts, and it doesn't support the kind of distributed I/O and motion control you'd expect from a Modicon M221 or M241. Treat it as a "brilliant for what it's designed for" tool and you'll be happy. Try to push it past those limits and you'll wish you'd specced an M221 from the start.

Hardware: SR2 vs SR3

The Zelio range splits into two sub-families.

SR2 — Compact

Self-contained units in a single DIN-rail housing. I/O counts of 10, 12, 20, or 26 points. Both AC (100–240 V) and DC (12 V or 24 V) supply variants. Most variants ship with the LCD display and 6-button keypad on the front panel; "headless" versions (no display) are cheaper and useful when the unit lives inside a sealed enclosure.

Common SR2 part-number shapes:

  • SR2 B121xx — 12 I/O, with display
  • SR2 B201xx — 20 I/O, with display
  • SR2 D201xx — 20 I/O, no display

Where the trailing letters indicate supply (BD = 24 VDC, FU = 100–240 VAC, JD = 12 VDC) and output type (relay or transistor).

SR3 — Modular and Networked

The SR3 is the larger brother — same programming model, but with expansion modules. SR3 starts at 10 or 26 I/O on the base unit and supports right-side expansion to roughly 40 I/O total. The SR3 is also where the networked variants live: SR3MBU01 (Modbus RTU) and SR3NET01 (Ethernet) are SR3-only modules.

If you need expansion modules, RTC battery backup, communications, or higher I/O counts, you're picking SR3. If you need a self-contained "drop in and program" unit at the lowest price, you're picking SR2.

Programming languages: Ladder vs FBD

Zelio supports two languages, both edited in Zelio Soft 2.

Ladder Diagram (LD) mirrors the relay-logic the smart relay was designed to replace. Engineers from a control-panel-wiring background pick this up in an afternoon. Each rung is up to five contacts wide and one coil deep. Internal relays, timers, counters, and the RTC drop in as block elements rather than IEC-style function blocks.

Function Block Diagram (FBD) lets you wire logical and arithmetic blocks together visually. SR3 advanced models support more FBD blocks than SR2 — math, PID-lite, message display, time switches. The FBD paradigm is friendlier when you have engineers from an electronics or instrumentation background who think in terms of block diagrams rather than rungs.

Most installed Zelio bases run ladder. If your team is split, the safe default is ladder for SR2 and FBD on SR3 where the extra blocks earn their keep.

Zelio Soft 2 software walkthrough

Zelio Soft 2 is Schneider's free Windows IDE for the Zelio range, downloaded from the Schneider Electric website. It runs on Windows 10 and 11; older XP/7 builds remain in circulation for maintenance work on legacy panels.

The workflow:

  1. New project → choose hardware. You select the exact Zelio model (SR2 / SR3 with display / no display, AC / DC) at project creation. Wrong selection here causes confused messaging at download time.
  2. Choose programming language: LD or FBD. Choice is per-project; you can't mix.
  3. Edit logic: drop contacts, coils, timers, counters from the toolbar onto rungs (LD) or wire blocks together (FBD).
  4. Simulate: Zelio Soft 2 has a built-in simulator that runs your program with virtual inputs. Force inputs by clicking switches in the simulator panel, watch outputs change in real time. Use this before downloading.
  5. Monitor mode: drives the live unit while connected via the programming cable.
  6. Transfer: download the program via the SR2CBL01 RS-232 programming cable (rare on modern laptops) or the SR2USB01 USB programming cable (the practical choice in 2026). Modern Zelios over Ethernet (SR3NET01) can also transfer over the network.

The simulator alone is worth the install — it's genuinely good for educational use, and lets you prove out logic without hardware in front of you.

Built-in function blocks

Zelio's killer feature is the built-in block library, which removes the need for engineering libraries:

  • Timers: on-delay, off-delay, single-shot, repeat. Configurable in seconds, minutes, hours, days.
  • Counters: up, down, up/down, with preset and reset.
  • Real-time clock (RTC): time-of-day, day-of-week, calendar-date triggers. Daylight saving auto-handling.
  • Comparators: greater-than, less-than, equal — useful for analogue setpoint comparisons.
  • Message display: pre-defined messages on the LCD with embedded variable values. Customer-facing UI without an HMI.
  • PID-lite (SR3 FBD): simple closed-loop PID for HVAC and small process control. Not a substitute for a full PLC PID, but enough for a chiller setpoint loop.
  • Time switches: schedule-driven outputs, perfect for lighting and HVAC.

The blocks make Zelio approachable for non-controls-engineers — an electrician with a panel-wiring background can build a working irrigation controller in an afternoon.

Communications

Communication options depend heavily on hardware variant.

  • No comms (most SR2): download via the programming cable, run standalone. The most common configuration.
  • SR2COM01: modem-based remote access for SR2. Rare in 2026 — Ethernet has displaced this almost everywhere.
  • SR3MBU01: Modbus RTU on SR3. Talk to a Modbus HMI, a SCADA gateway, or a Modbus VFD.
  • SR3NET01: Ethernet on SR3 with Modbus TCP. Programming, monitoring, and Modbus TCP slave from one module.

If your project needs network connectivity, that decision pushes you to SR3 — it's not retrofittable to SR2.

Real-world applications

Zelio appears most often in:

  • Lighting control — schedule-driven outputs for office, factory, or commercial lighting, often with manual override push-buttons.
  • HVAC sub-systems — small chillers, fan-coil units, ventilation control, where a full PLC would be overkill.
  • Irrigation — schedule-based valve control with rain-sensor inputs.
  • Pumping stations — duty/standby pump rotation with high/low level switch inputs.
  • Small-machine control — single-station OEM machines with under-20-point I/O and no networking.
  • Greenhouses and agriculture — temperature, humidity, vent, irrigation control.
  • Building access and gate control — schedule + override logic.

What you don't see Zelio used for: production lines, motion control, large packaging machinery, food and pharma process plants. That's Modicon M221/M241 territory.

Zelio vs Siemens LOGO! 8

The two products are direct competitors. Honest comparison:

Aspect Schneider Zelio Siemens LOGO! 8
Software Zelio Soft 2 (free) LOGO!Soft Comfort (paid in most regions, ~$60)
Default language Ladder (with FBD option) FBD (with ladder option on later versions)
Built-in display Standard on most variants Standard on most variants
Web server Limited (SR3NET01 model only) Built-in on most LOGO! 8 variants
Modbus RTU SR3 with SR3MBU01 Built-in on most variants
Modbus TCP SR3 with SR3NET01 Built-in on most variants
Ecosystem Schneider HMIs, Modicon Siemens HMIs, S7-1200
Pricing Generally similar Generally similar

The LOGO! 8 has a stronger built-in web server and Ethernet story. Zelio has free programming software, which is a real advantage for cost-sensitive or hobbyist users. Both are solid; pick by ecosystem (do you use Schneider or Siemens elsewhere?) rather than capability. For deeper LOGO! coverage see the Siemens LOGO! complete guide.

When to outgrow Zelio

Step up to a Modicon M221 or M241 when:

  • I/O count exceeds 40 points
  • You need IEC 61131-3 languages (ST, SFC) for portable code
  • You need motion control (CANopen, EtherCAT)
  • You need distributed I/O over Ethernet/IP, Modbus TCP, or PROFINET
  • You need machine safety (SIL-rated functions)
  • The project will have multiple revisions over years and you want versioned, library-based code
  • You need richer alarm and diagnostic capabilities than the LCD message display offers

For Schneider's broader programming context, see the Schneider Electric PLC programming tutorial.

Common pitfalls

Programming cable cloning. SR2USB01 clones with off-brand UART chips work intermittently; the legitimate cable is worth the price. Driver-signing on Windows 11 sometimes blocks clone cables.

RTC battery on SR3. Real-time clock drift if the battery is missing or flat. Most failed SR3 RTCs trace back to missing battery installation at first commissioning.

DC vs AC supply confusion. SR2 / SR3 part numbers split sharply on supply type — ordering DC when you needed AC is a common procurement mistake. Always confirm against the panel design before raising the PO.

Hardware-model selection in Zelio Soft 2. The IDE lets you pick "any" model at project creation, but downloading to a unit that doesn't match throws confusing errors. Pick the exact model up front.

Confusing "smart relay" for "PLC" in tender documents. If a customer specifies a PLC, Zelio may not satisfy the literal spec. Confirm before committing.

Summary

The Schneider Zelio Logic is exactly what it's marketed as: a programmable smart relay for small-machine control, HVAC, lighting, irrigation, and building automation. Free Zelio Soft 2 software, friendly ladder + FBD programming, built-in timers and RTC blocks, and SR3 expansion + comms when you need them. For its scope, it's an excellent tool — and a much friendlier entry into the Schneider ecosystem than going straight to Modicon. Outgrow it gracefully when the project requires more than 40 I/O, IEC 61131-3 languages, motion, or networked machines, and step up to Modicon M221/M241 when that day comes.

For the broader cheap-PLC landscape see the cheap PLC buying guide; for free programming-software options across brands see the best free PLC software 2026 round-up.

#schneiderzelio#zeliosoft 2#smartrelay#sr2#sr3#schneiderplc
Share this article:

Related Articles