Troubleshooting Siemens LOGO! 0BA6 Black Screen Failure

David Krause11 min read
PLC HardwareSiemensTroubleshooting
Licensed PE Working through this on a live machine? A Maine-licensed engineer can take it from here — included with IMD hardware, by the hour for everything else. Book an engineer

Problem Overview

Field reports for the Siemens LOGO! 0BA6 (LOGO! 7 generation) consistently describe the same failure signature: when 24 V or 115–240 V is applied, the integrated 6-line LCD remains fully black, and pressing the front-panel cursor or OK keys produces garbled glyphs, fragmented ASCII, or blocks rather than the expected menu text. The unit may still execute logic (output LEDs toggle, programs run), which masks the fault as a display-only defect until the operator cannot program or monitor locally.

Critical distinction: a black LCD with running logic is a display module failure. A black LCD combined with all LEDs off (status, I/O) is a CPU/power failure. The remedy differs and the diagnostic path forks at the first observation.

This reference walks through the catalog population affected, the electrical and firmware checks required to isolate root cause, the official Siemens recovery options, and the practical workarounds that keep an attached machine running while a base unit is being repaired or replaced.

Affected Hardware and Catalog Numbers

The 0BA6 family covers LOGO! 7 base modules in both display-equipped and "Pure" (no display) form factors. The display fault is mechanically impossible on Pure variants, so the affected set is restricted to LOGO! 7 with integrated HMI.

Catalog Number Description Power Supply Display
6ED1052-1MD00-0BA6 LOGO! 12/24RCE 12/24 V DC Yes, 6-line LCD
6ED1052-1CC01-0BA6 LOGO! 230RCE 115–240 V AC/DC Yes, 6-line LCD
6ED1052-1FB00-0BA6 LOGO! 24RCE 24 V DC Yes, 6-line LCD
6ED1052-2MD00-0BA6 LOGO! 12/24RCEo (Pure) 12/24 V DC No display
6ED1052-2CC01-0BA6 LOGO! 230RCEo (Pure) 115–240 V AC/DC No display
6ED1052-2FB00-0BA6 LOGO! 24RCEo (Pure) 24 V DC No display
6ED1053-1xx00-0BA6 LOGO! 7 expansion modules (DM8/AM2/AM2 RTD) Various No display

Modules with suffix "RCE" carry relay outputs plus Ethernet. The "E" indicates the integrated RJ45 port that is central to the firmware-recovery workflow described later in this article. Cross-reference the exact catalog number from the laser-etched label on the right side of the housing before ordering spares; the suffix after "0BA" indicates the hardware version (HW:01 through HW:03 are common in the field).

Root Cause Analysis

The combination of "all black on power-up" plus "garbled glyphs on key press" narrows the failure to a tight band of causes. In priority order:

  1. Display module hardware failure — The most common field cause. The thin-film-transistor (TFT) ribbon cable, elastomeric zebra strip, or the LCD driver IC has failed due to thermal cycling, mechanical shock during installation, or end-of-life wear. Pressing buttons sends the controller's character stream into a dead segment driver, producing random bit patterns on the panel — the "weird symbols" symptom.
  2. Backlight inverter failure — On 0BA6 the white LED backlight runs from an inductor-based boost converter fed by the internal 3.3 V rail. A shorted LED string or failed MOSFET pulls the rail down, brown-out-resetting the LCD controller and producing the same symptom set.
  3. Firmware corruption — Loss of program memory during a write cycle (induced brown-out, ESD event, or failing internal EEPROM) can leave the boot loader partially executed. The CPU still runs but the display initialization routine never completes, so the panel sits black with valid key presses triggering random glyphs.
  4. Power supply undervoltage — A weak 24 V supply that sags below 19.2 V (the LOGO! 0BA6 minimum per the system manual) can power the CPU but starve the LCD bias generator. Measure at the terminals, not at the source.
  5. Conformal coating defect / humidity ingress — Less common but observed in washdown or outdoor enclosures. IPC-A-610 corrosion on the LCD connector produces intermittent contact.
Causes 1, 2, and 5 are non-repairable in the field; the base unit must be returned or replaced. Causes 3 and 4 are recoverable without hardware replacement.

Diagnostic Procedure

  1. Verify the status LED. A solid green RUN LED indicates the CPU is alive. If RUN is dark or flashing red, the fault is upstream (power, firmware, CPU) and the display symptom is secondary.
  2. Verify I/O LEDs. Toggle a known output by forcing the input high. If the corresponding output LED changes, logic is executing — the failure is display-isolated.
  3. Measure supply voltage at L1/N or +/-. Use a true-RMS multimeter at the LOGO! terminals under load. The 12/24 V DC variant requires 10.4–28.8 V DC (per the system manual tolerance). The 230 V variant requires 85–265 V AC at 47–63 Hz.
  4. Listen for relay click. On RCE variants, manually trigger an output from LOGO! Soft Comfort and listen for the relay click. Hearing it confirms logic execution independent of display.
  5. Connect via Ethernet. Plug a PC into the RJ45 port on the front of the LOGO! 0BA6. The default IP is 192.168.0.10 with subnet 255.255.255.0 (set via DIP switches 1+2 + DHCP fallback on switch 3, per the LOGO! 7 system manual). If the connection succeeds, the CPU is healthy and the failure is purely in the display path.
  6. Read the diagnostic buffer. In LOGO! Soft Comfort V8.x and later, open Tools → Diagnostics → Diagnostic Buffer. Entries flag firmware exceptions, memory write errors, and power-on resets that correlate with display failure.

Step-by-Step Troubleshooting

Follow this procedure before declaring the unit dead. Each step is non-destructive.

Step 1 — Power-Cycle and Observe

Remove power for at least 30 seconds to fully discharge the internal super-cap that backs the real-time clock on clock-equipped variants. Re-apply and observe the boot sequence: the LOGO! 0BA6 typically displays the main menu within 3 seconds. Anything other than the menu — black, white block, garbage — is logged as a fault.

Step 2 — Establish PC Connectivity

  1. Set the PC NIC to a fixed address on the 192.168.0.0/24 subnet (e.g., 192.168.0.100, mask 255.255.255.0).
  2. Connect a Cat5/Cat6 patch cable to the LOGO! RJ45 jack. Auto-crossover is supported on 0BA6, so a straight or crossover cable both work.
  3. Ping 192.168.0.10. A response confirms the Ethernet MAC is alive — the CPU is functional.

Step 3 — Read the Project and Diagnostic Buffer

In LOGO! Soft Comfort, select Tools → Ethernet Connections, click Detect, then Read Program from LOGO!. If the read succeeds, export the diagnostic buffer to a .txt file and review for fault entries.

Step 4 — Perform a Controlled Firmware Reload

This is the highest-yield non-invasive recovery step:

  1. In LOGO! Soft Comfort, open a minimal blank circuit (one input wired to one output).
  2. Select Tools → Transfer → PC → LOGO!.
  3. Tick "Overwrite program" and clear "Retain values".
  4. Download and verify the LOGO! restarts with the new program.

A successful download combined with a still-black display confirms a hardware failure. A successful download that restores the LCD confirms firmware corruption was the cause.

Step 5 — Power-Supply Qualification

If the firmware reload does not restore the display, qualify the supply with a bench source:

Variant Nominal Min Operating Max Operating Ripple Tolerance
12/24RCE 12 or 24 V DC 10.4 V DC 28.8 V DC ≤ 5% peak-to-peak
24RCE 24 V DC 20.4 V DC 28.8 V DC ≤ 5% peak-to-peak
230RCE 115/230 V AC 85 V AC 265 V AC 47–63 Hz

Apply the bench source and re-test. If the LCD lights, the field supply is the root cause and must be repaired (oversized loads on the same PSU, undersized wire, faulty breaker).

Repair vs. Replace Decision Matrix

Condition Field Repair Siemens Repair Service Replace with New
Display dead, logic OK, CPU < 2 years old Not possible Recommended (warranty intact) Optional
Display dead, logic OK, CPU > 2 years old Not possible Cost-prohibitive vs. replacement Recommended
Display dead, power LED off Check supply first Possible after supply ruled out Often cheaper
Display dead, firmware reload fixes Root cause resolved in field Not needed Not needed
Display dead, intermittent after thermal cycle Not possible Recommended Recommended if > 3 years

Siemens repair turnaround for LOGO! base modules is typically 4–6 weeks through the official Siemens Industry Online Support portal. New equivalent modules (0BA8 generation) provide a drop-in upgrade path with backwards-compatible programs.

Workarounds for Operational Continuity

If the machine must run while the LOGO! 0BA6 is being repaired or replaced:

  1. Program and monitor via Ethernet only. Use LOGO! Soft Comfort on a permanent or temporary laptop connection. The unit functions as a "blind" controller with the display removed from the workflow.
  2. Use LOGO! TDE text display (catalog 6ED1055-4MH00-0BA2 or later). The external TDE connects via the same Ethernet interface on 0BA6 and provides full menu access. Pair a TDE with the unit while the internal LCD is dead.
  3. Migrate to a 0BA6 "Pure" replacement (no display). The Pure variant uses the same program and the same Ethernet diagnostics, eliminating the recurring display fault at the cost of front-panel operation.
  4. Implement remote monitoring via the LOGO! Web Server (enabled in LOGO! Soft Comfort under Tools → Web Server). Operators read status and force variables through any browser on the network, removing dependence on the local LCD entirely.

Specifications and Electrical Checks

Parameter LOGO! 12/24RCE (0BA6) LOGO! 24RCE (0BA6) LOGO! 230RCE (0BA6)
Supply range 10.4–28.8 V DC 20.4–28.8 V DC 85–265 V AC/DC, 47–63 Hz
Typical consumption 1.7 W (all I/O active) 1.7 W 2.4 W
Inrush current ≤ 4 A peak ≤ 4 A peak ≤ 15 A peak
Display 6-line, 16 chars/line, white backlit Same Same
Ethernet 10/100 Mbit, RJ45, Auto-crossover Same Same
Program memory 4000 blocks, retentive on SuperCap + battery Same Same
Clock buffer Typ. 20 days (SuperCap); optional CR1025 battery Same Same

Verify the supply terminals with the LOGO! powered and a representative load connected. Ripple above 5% peak-to-peak on 24 V DC supplies is the most common cause of intermittent display failure. Install an industry-grade PSU (e.g., Siemens SITOP LOGO! Power) sized at 1.5× the LOGO! steady-state consumption plus output-load current.

Connection to LOGO! Soft Comfort

Recovery is most reliable using LOGO! Soft Comfort V8.x or later. The tool reads the existing program from a black-screen LOGO! 0BA6 in most cases because the CPU remains responsive to the Ethernet stack even when the display subsystem has failed.

Step Action Expected Result
1 Set PC NIC to 192.168.0.100 / 255.255.255.0 Link light on PC and LOGO!
2 Ping 192.168.0.10 Reply < 5 ms
3 Open LOGO! Soft Comfort → Tools → Ethernet Connections LOGO! discovered as "LOGO! 0BA6"
4 Read program from LOGO! Circuit diagram loads; display status still black
5 Open Diagnostic Buffer → Export Text file with last 20 events
If Read Program from LOGO! fails, the firmware is severely corrupted and the unit requires factory-level reflashing. In that state the only path is repair or replacement; field recovery is not possible.

Preventive Maintenance

  1. Supply qualification. Log the LOGO! terminal voltage under load at commissioning and annually thereafter. Replace supplies whose output drifts below the minimum listed in the specifications table.
  2. Mounting vibration. The 0BA6 display ribbon is sensitive to continuous high-frequency vibration. Mount on a DIN rail with end stops and avoid installing directly adjacent to contactors, frequency inverters, or hydraulic valves.
  3. Temperature envelope. Operate within 0 °C to +55 °C horizontal or 0 °C to +45 °C vertical. Display failure accelerates above 50 °C ambient.
  4. ESD protection. When operating the front-panel buttons, ground the operator. The 0BA6 front-panel interface is not ESD-hardened to the same level as the I/O terminals.
  5. Backup program to memory card. Use a Siemens LOGO! memory card (6ED1056-1DA00-0BA0 or later) to store the project. After any display failure, the program can be restored by hot-swapping the card into a replacement 0BA6 or 0BA8 unit.
  6. Update firmware during scheduled downtime. Newer firmware revs (post-V1.08.x for 0BA6) have improved LCD initialization routines that mitigate cold-start display glitches.

Spare-Part Sourcing

Authorised Siemens distributors stock current-generation replacements (0BA8) with full backward program compatibility. When ordering, specify the catalog number of the existing unit and the suffix (e.g., 6ED1052-1MD00-0BA6 HW:02) so the distributor matches the supply voltage, output type (relay vs. transistor), and display configuration.

For repair service, submit the unit through the official Siemens Industry Online Support portal under My Support → Repair Request. Provide the serial number from the right-side label; Siemens issues an RMA number that must accompany the shipment.

Frequently Asked Questions

Why does my LOGO! 0BA6 display random symbols when I press the buttons?

The CPU is sending valid character codes to the LCD, but the LCD driver IC, ribbon cable, or display glass has failed. The driver interprets arbitrary bus states as random bit patterns and shows them as glyphs. This is a hardware defect that firmware reloads cannot fix.

Can a firmware reload fix a black LOGO! 0BA6 display?

Sometimes. If the boot loader was interrupted by a power dip or ESD event, a clean program download through LOGO! Soft Comfort over Ethernet can restore LCD initialization. If the display stays black after a successful download, the fault is hardware and the unit must be returned for repair or replaced.

How do I program a LOGO! 0BA6 with a dead display?

Connect a PC running LOGO! Soft Comfort V8.x or later to the front-panel RJ45 Ethernet port. Use the default IP 192.168.0.10 with the DIP switches in the "default IP" position. Programs transfer normally regardless of display state because the CPU stack remains responsive.

What is the minimum supply voltage for a LOGO! 12/24RCE (0BA6)?

10.4 V DC measured at the LOGO! terminals under load. Voltage below this threshold powers the CPU but the LCD bias generator starves, producing a black or flickering display. Use a regulated 24 V supply with less than 5% ripple and confirm with a true-RMS meter at the terminals, not at the source.

Can I replace a LOGO! 0BA6 with a 0BA8 unit directly?

Yes. Programs written for 0BA6 import into LOGO! Soft Comfort V8.x and transfer to 0BA8 hardware with no conversion. Verify the catalog number of the new unit matches the supply voltage (e.g., 6ED1052-1MD00-0BA8 for the 12/24 V DC version with display). The terminal layout is identical, so the swap is drop-in.

Is the LOGO! 0BA6 still supported by Siemens?

Product support for the LOGO! 7 generation continues through the Industry Online Support portal, including spare parts, repair service, and documentation. Check the Siemens Industry Online Support entry for the specific catalog number to confirm the current support and phase-out status before ordering replacements.

Back to blog