Moeller Easy512-ac-rc Programming Manual < 2025 >

The Definitive Moeller easy512-AC-RC Programming Manual: From Setup to Advanced Logic

Part 6: Sample Project – Automatic Water Pump Controller

Let’s write a full program for a water tank using the easy512-AC-RC.

Requirements:

  • Level switch low (I1) → Start pump (Q1).
  • Level switch high (I2) → Stop pump.
  • If pump runs > 5 minutes continuously (blocked outlet), trigger alarm (Q2) and stop pump.
  • Only run pump between 7:00 AM and 9:00 PM (time schedule).

Program Steps in easySoft:

| Rung | Logic | |------|-------| | 1 | Weekly Timer (ON=07:00, OFF=21:00) → Marker M10 (Time Window) | | 2 | SR (Set-Reset Latch): S = I1 and M10, R = I2 → M11 (Run Command) | | 3 | Ton Timer (T01, Time = 5 min): Input = M11, Output = M12 (Overtime) | | 4 | Q1 = M11 and NOT M12 | | 5 | Q2 = M12 (Alarm LED) |

Result: Upload this to your easy512 and test in simulation. The pump will only start if the low-level switch is active AND the time is within the window. If it runs too long, the alarm trips.


Troubleshooting checklist

  • No communication: verify cable, COM port settings, power, drivers.
  • Inputs not responding: check sensor wiring, supply, input polarity and filtering.
  • Outputs not switching: verify relay ratings, wiring, fused power to loads.
  • Timers/counters off: confirm time base and presets, check reset conditions.

8. Software vs On-Device Cheatsheet

| Action | On-device | easySoft 7 | |--------|-----------|-------------| | Insert contact | ALT + C | Drag NO/NC | | Insert function block | ALT + B | Double-click block | | Change retentive | PRGPARAM → select block | Right-click block → Retain | | Monitor online | PRGTEST | Online → Login |


If you need the complete 400-page official manual, search:
"MN05013001Z" filetype:pdf

Would you like a specific function block example (e.g., weekly timer with holiday override or analog input scaling)?

Moeller EASY512-AC-RC is a programmable control relay from the Eaton easy500 series . It features 8 digital inputs 4 relay outputs

, operating on a 100–240 VAC supply. Programming can be done directly on the device using its integrated LCD display and key pad or via the easySoft-Basic software Control Parts Core Programming Features Klockner Moeller EASY 512 Programming Instructions moeller easy512-ac-rc programming manual

Once, in a small, bustling workshop nestled in the outskirts of a quiet town, lived an old electrician named Elias. Elias was known far and wide for his ability to fix anything that hummed with electricity. His workshop was a treasure trove of gadgets, wires, and old manuals. Among his most prized possessions was a weathered, blue-bound book: the Moeller easy512-AC-RC Programming Manual

To Elias, this wasn't just a technical guide; it was a map to a world of logic and automation. The easy512-AC-RC was a simple yet powerful programmable relay, a silent conductor for the mechanical symphony Elias orchestrated every day.

One crisp autumn morning, a young apprentice named Leo joined Elias. Leo was full of energy but lacked the patience Elias had cultivated over decades. He looked at the old Moeller unit on the workbench and then at the manual.

"It looks so... simple," Leo remarked, flipping through the pages of the manual. "Just some buttons and a tiny screen. How much can it really do?"

Elias smiled, his eyes twinkling. "In the right hands, Leo, this little box can command a whole factory. It’s all about the logic. The manual isn't just about what buttons to press; it’s about how to think."

Over the next few weeks, Elias taught Leo the language of the easy512. They spent hours poring over the manual, learning about inputs and outputs, timers and counters. Elias showed Leo how to create "rungs" of logic, like steps on a ladder leading to a specific outcome.

"Think of it like a conversation," Elias explained. "You're telling the machine: 'If this happens, and that happens, then do this. But if

other thing happens, wait for five seconds before doing anything at all.'"

One day, the local bakery’s ancient conveyor belt system broke down. The baker was frantic; without the belt, he couldn't keep up with the morning rush. Elias and Leo arrived, the Moeller manual tucked under Elias's arm. Level switch low (I1) → Start pump (Q1)

Leo watched as Elias navigated the menus on the easy512’s small display, his fingers moving with practiced ease. He was setting up a series of timers and interlocks, ensuring the belt would start smoothly and stop safely if a jam occurred.

"Check the manual, Leo," Elias said, pointing to a specific page on circuit diagrams. "We need to make sure the emergency stop is wired correctly into the logic."

Leo scanned the diagram, his eyes widening as he realized how the physical wires and the programmed logic worked in harmony. He quickly identified the correct terminals, and within minutes, the conveyor belt was huming back to life.

The baker was overjoyed, and as they walked back to the workshop, Leo held the manual with a new sense of respect.

"I see it now," Leo said. "It’s not just a manual. It’s a way to give life to machines."

Elias nodded. "Exactly. And remember, no matter how complex the world gets, the fundamentals of logic—the ones in that blue book—will always be the foundation."

Years later, when Elias eventually retired, he passed the Moeller easy512-AC-RC Programming Manual down to Leo. It was worn and dog-eared, with notes scribbled in the margins, but to Leo, it was the most valuable tool in the shop—a reminder that even the simplest logic, when applied with care and understanding, can keep the world moving. for the Moeller easy512 or perhaps a technical breakdown of its logic functions?

The Moeller EASY512-AC-RC is a foundational tool in the world of industrial automation. Part of the Eaton EASY500 family, this intelligent control relay is a "Swiss Army knife" for small-scale projects, combining timers, counters, and relay logic into one DIN-rail mounted device.

Whether you are retrofitting an old machine or learning the ropes of PLC programming, this guide breaks down the essential manual for the EASY512-AC-RC. Key Specifications at a Glance Program Steps in easySoft: | Rung | Logic

Before diving into logic, ensure your hardware matches these baseline specs: Power Supply: 100 - 240 V AC. Inputs: 8 Digital inputs (230 V AC). Outputs: 4 Relay outputs (8A continuous current). Memory: 128 lines of logic available for programming.

Features: Integrated LCD display, keypad, and real-time clock (indicated by the "-RC" suffix). 1. Hardwiring the Device Correct wiring is the first step to a successful program.

Terminals L and N: Connect your phase conductor to L and neutral to N.

Inputs (I1–I8): These are actuated via the same phase conductor (L).

AC Inductive Sensors: If using AC proximity switches, it is recommended to use inputs I7 or I8, as they draw a higher current which helps with sensor stability. 2. Programming Methods You have two main ways to program the EASY512: A. Keypad Programming (On-Device)

For quick field changes, you can use the front buttons: DEL, ALT, ESC, and OK. PLC Programming Software: EATON easySoft (Full Lecture)

The easy500 series is a smart relay (also called a "compact controller" or "programmable logic relay"). The easy512-AC-RC is a specific model with:

  • Power supply: 100–240V AC
  • I/O: 8 inputs (AC), 4 relay outputs
  • Expansion: Expandable up to 40 I/O
  • Programming: On-device via keypad/LCD or via PC software (easySoft)

Note: The original Moeller brand was acquired by Eaton. The current official manual is MN05002002Z (or easySoft help files). This guide synthesizes the core programming manual content.


1. Official Manual (PDF)

The primary document you need is the "easySoft 6 Programming Manual" or the "easy512/606/700/800 – Operating Instructions" (part number likely MN05013001Z-EN).
This covers the FBD (Function Block Diagram) and Ladder programming for the easy500 series, including the 512-AC-RC.

You can download it for free from Eaton’s official website:

  • Search for: Eaton easy512 programming manual MN05013001Z
  • Or go to Eaton.com → Support → Search "easy512"