Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use Relay LY2N 12VDC: Examples, Pinouts, and Specs

Image of Relay LY2N 12VDC
Cirkit Designer LogoDesign with Relay LY2N 12VDC in Cirkit Designer

Introduction

The Omron Relay LY2N 12VDC is an electromechanical switching device designed for a wide range of applications. It allows low-power control signals to switch high-power loads, making it ideal for automation, industrial control systems, and home appliances. This relay features a compact design, high reliability, and a transparent cover for easy inspection of internal components.

Explore Projects Built with Relay LY2N 12VDC

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Battery-Powered Light-Activated Relay Circuit with Photocell and Transistor
Image of darshan: A project utilizing Relay LY2N 12VDC in a practical application
This circuit is a light-sensitive relay switch that uses a photocell (LDR) to control a 12V relay via a BC547 transistor. The relay is powered by a 12V battery, and the transistor acts as a switch that is triggered by the resistance change in the LDR, which is influenced by the ambient light level.
Cirkit Designer LogoOpen Project in Cirkit Designer
DC-DC Converter and Relay Module Power Distribution System
Image of relay: A project utilizing Relay LY2N 12VDC in a practical application
This circuit consists of a DC-DC converter powering a 6-channel power module, which in turn supplies 5V to a 2-relay module. The power module distributes the converted voltage to the relay module, enabling it to control external devices.
Cirkit Designer LogoOpen Project in Cirkit Designer
LDR-Activated Relay Control for Dual Bulb Illumination
Image of automatic headlight control project : A project utilizing Relay LY2N 12VDC in a practical application
This circuit appears to be a light-activated switch controlling two bulbs using a 5V relay, with an LDR (Light Dependent Resistor) as the sensor. The relay is powered by a 48V to 5V converter, which is switched on by a 12V battery through an SPST toggle switch. The LDR's output is connected to the relay's input, enabling the relay to switch the bulbs on or off based on the ambient light level detected by the LDR.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Relay Control System with Directional Switch
Image of Skema Lampu D2: A project utilizing Relay LY2N 12VDC in a practical application
This circuit involves a 12V battery powering a relay system controlled by a directional switch. The relays are connected through terminal blocks and are used to switch between different outputs, indicated by the AdaGator Top components.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Relay LY2N 12VDC

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of darshan: A project utilizing Relay LY2N 12VDC in a practical application
Battery-Powered Light-Activated Relay Circuit with Photocell and Transistor
This circuit is a light-sensitive relay switch that uses a photocell (LDR) to control a 12V relay via a BC547 transistor. The relay is powered by a 12V battery, and the transistor acts as a switch that is triggered by the resistance change in the LDR, which is influenced by the ambient light level.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of relay: A project utilizing Relay LY2N 12VDC in a practical application
DC-DC Converter and Relay Module Power Distribution System
This circuit consists of a DC-DC converter powering a 6-channel power module, which in turn supplies 5V to a 2-relay module. The power module distributes the converted voltage to the relay module, enabling it to control external devices.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of automatic headlight control project : A project utilizing Relay LY2N 12VDC in a practical application
LDR-Activated Relay Control for Dual Bulb Illumination
This circuit appears to be a light-activated switch controlling two bulbs using a 5V relay, with an LDR (Light Dependent Resistor) as the sensor. The relay is powered by a 48V to 5V converter, which is switched on by a 12V battery through an SPST toggle switch. The LDR's output is connected to the relay's input, enabling the relay to switch the bulbs on or off based on the ambient light level detected by the LDR.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Skema Lampu D2: A project utilizing Relay LY2N 12VDC in a practical application
Battery-Powered Relay Control System with Directional Switch
This circuit involves a 12V battery powering a relay system controlled by a directional switch. The relays are connected through terminal blocks and are used to switch between different outputs, indicated by the AdaGator Top components.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Industrial automation systems
  • Home appliances (e.g., HVAC systems, washing machines)
  • Motor control circuits
  • Lighting control
  • Signal isolation in sensitive circuits
  • Power distribution systems

Technical Specifications

The following table outlines the key technical details of the Omron Relay LY2N 12VDC:

Parameter Value
Manufacturer Omron
Part Number LY2N
Coil Voltage 12V DC
Contact Configuration DPDT (Double Pole Double Throw)
Contact Rating 10A at 250V AC / 10A at 30V DC
Coil Resistance 160 Ω
Operate Time 25 ms (max)
Release Time 25 ms (max)
Insulation Resistance 1000 MΩ (at 500V DC)
Dielectric Strength 2000V AC (coil to contacts)
Operating Temperature -40°C to 70°C
Dimensions 28 mm x 21.5 mm x 36 mm
Weight Approximately 35 g

Pin Configuration and Descriptions

The LY2N relay has 8 pins, as shown in the table below:

Pin Number Description
1 Coil Terminal (Positive)
2 Coil Terminal (Negative)
3 Common Terminal for Contact Set 1 (COM1)
4 Normally Open Contact for Set 1 (NO1)
5 Normally Closed Contact for Set 1 (NC1)
6 Common Terminal for Contact Set 2 (COM2)
7 Normally Open Contact for Set 2 (NO2)
8 Normally Closed Contact for Set 2 (NC2)

Usage Instructions

How to Use the Relay in a Circuit

  1. Power the Coil: Connect the relay's coil terminals (pins 1 and 2) to a 12V DC power source. Ensure the polarity is correct.
  2. Control the Load: Use the relay's contacts (pins 3-8) to control the load. For example:
    • Connect the load to the common terminal (COM1 or COM2).
    • Use the normally open (NO) or normally closed (NC) contact based on your application.
  3. Isolation: Ensure proper electrical isolation between the control circuit (coil) and the load circuit (contacts).

Important Considerations and Best Practices

  • Diode Protection: Place a flyback diode across the coil terminals to protect the driving circuit from voltage spikes when the relay is de-energized.
  • Current Rating: Ensure the load current does not exceed the relay's contact rating (10A).
  • Mounting: Use a compatible relay socket for easy installation and replacement.
  • Testing: Verify the relay's operation by checking the continuity between the contacts when the coil is energized and de-energized.

Example: Connecting the Relay to an Arduino UNO

Below is an example of how to control the LY2N relay using an Arduino UNO:

// Example: Controlling an Omron LY2N 12VDC relay with Arduino UNO

const int relayPin = 7; // Pin connected to the relay module

void setup() {
  pinMode(relayPin, OUTPUT); // Set the relay pin as an output
  digitalWrite(relayPin, LOW); // Ensure the relay is off initially
}

void loop() {
  digitalWrite(relayPin, HIGH); // Turn the relay on
  delay(1000); // Keep the relay on for 1 second
  digitalWrite(relayPin, LOW); // Turn the relay off
  delay(1000); // Keep the relay off for 1 second
}

Note: Use a transistor or relay driver module to interface the Arduino with the relay, as the Arduino's GPIO pins cannot directly supply the required current for the relay coil.

Troubleshooting and FAQs

Common Issues and Solutions

  1. Relay Not Switching

    • Cause: Insufficient voltage or current to the coil.
    • Solution: Verify the power supply to the coil is 12V DC and capable of providing sufficient current.
  2. Contacts Not Conducting

    • Cause: Dirty or worn-out contacts.
    • Solution: Clean the contacts or replace the relay if necessary.
  3. Voltage Spikes Damaging the Circuit

    • Cause: Lack of a flyback diode across the coil.
    • Solution: Install a flyback diode (e.g., 1N4007) across the coil terminals.
  4. Relay Buzzing Noise

    • Cause: Insufficient or unstable coil voltage.
    • Solution: Ensure a stable 12V DC power supply.

FAQs

Q1: Can I use the LY2N relay with an AC coil voltage?
A1: No, the LY2N model discussed here is specifically designed for 12V DC coil voltage. For AC applications, use a relay with an appropriate AC coil rating.

Q2: What is the maximum load this relay can handle?
A2: The relay can handle up to 10A at 250V AC or 10A at 30V DC.

Q3: Can I use this relay for switching low-power signals?
A3: Yes, but ensure the contact resistance and switching characteristics are suitable for your low-power application.

Q4: How do I know if the relay is working?
A4: When the coil is energized, you should hear a clicking sound, and the contacts should switch states. You can also check continuity with a multimeter.