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

How to Use Time Delay Relay: Examples, Pinouts, and Specs

Image of Time Delay Relay
Cirkit Designer LogoDesign with Time Delay Relay in Cirkit Designer

Introduction

The Time Delay Relay (Selec 600XU-A-1-CU) is an electronic component designed to open or close a circuit after a predetermined time delay. This versatile relay is widely used in automation, industrial control systems, and timing applications. It provides precise control over timing functions, making it ideal for applications such as motor control, lighting systems, and sequential operations.

Explore Projects Built with Time Delay Relay

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Arduino Nano Controlled Timer with Relay, Buzzer, and I2C LCD Display
Image of Automatic solar light with timer: A project utilizing Time Delay Relay in a practical application
This circuit is designed as a configurable timer system controlled by an Arduino Nano, which drives a relay to switch a 240V bulb on and off. The timer duration can be adjusted using pushbuttons, and the remaining time is displayed on an I2C LCD screen. When the timer expires, a buzzer sounds, and the relay turns off the bulb, indicating the end of the timing period.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino UNO-Based Countdown Timer with LCD Display and Relay Control
Image of Student01: A project utilizing Time Delay Relay in a practical application
This circuit is a countdown timer system controlled by an Arduino UNO, featuring multiple pushbuttons for time adjustment and a relay for triggering an external device. The LCD screen displays the countdown, and the relay activates when the timer reaches zero. The system is powered by a 7.4V battery and a 220V power source.
Cirkit Designer LogoOpen Project in Cirkit Designer
Sequential Timer-Controlled Relay Switching Circuit
Image of Mark Murry Fantasy Lights: A project utilizing Time Delay Relay in a practical application
This circuit is a sequential relay timer utilizing three 555 timers configured as astable multivibrators to generate timing pulses. These pulses clock a 4017 decade counter, which sequentially activates multiple relay modules. Timing adjustments are possible through potentiometers and fixed resistors, while capacitors set the oscillation frequency.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino Nano-Based Smart Timer with LCD Display and Relay Control
Image of collage project: A project utilizing Time Delay Relay in a practical application
This circuit is a timer-controlled lighting system using an Arduino Nano, which interfaces with an I2C LCD for display, a relay to control a 240V bulb, and a buzzer for feedback. The system allows users to set a timer via pushbuttons, and the relay activates the bulb when the timer elapses, with the buzzer providing auditory feedback.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Time Delay Relay

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 Automatic solar light with timer: A project utilizing Time Delay Relay in a practical application
Arduino Nano Controlled Timer with Relay, Buzzer, and I2C LCD Display
This circuit is designed as a configurable timer system controlled by an Arduino Nano, which drives a relay to switch a 240V bulb on and off. The timer duration can be adjusted using pushbuttons, and the remaining time is displayed on an I2C LCD screen. When the timer expires, a buzzer sounds, and the relay turns off the bulb, indicating the end of the timing period.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Student01: A project utilizing Time Delay Relay in a practical application
Arduino UNO-Based Countdown Timer with LCD Display and Relay Control
This circuit is a countdown timer system controlled by an Arduino UNO, featuring multiple pushbuttons for time adjustment and a relay for triggering an external device. The LCD screen displays the countdown, and the relay activates when the timer reaches zero. The system is powered by a 7.4V battery and a 220V power source.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Mark Murry Fantasy Lights: A project utilizing Time Delay Relay in a practical application
Sequential Timer-Controlled Relay Switching Circuit
This circuit is a sequential relay timer utilizing three 555 timers configured as astable multivibrators to generate timing pulses. These pulses clock a 4017 decade counter, which sequentially activates multiple relay modules. Timing adjustments are possible through potentiometers and fixed resistors, while capacitors set the oscillation frequency.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of collage project: A project utilizing Time Delay Relay in a practical application
Arduino Nano-Based Smart Timer with LCD Display and Relay Control
This circuit is a timer-controlled lighting system using an Arduino Nano, which interfaces with an I2C LCD for display, a relay to control a 240V bulb, and a buzzer for feedback. The system allows users to set a timer via pushbuttons, and the relay activates the bulb when the timer elapses, with the buzzer providing auditory feedback.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Industrial automation systems
  • HVAC systems for delayed fan or compressor control
  • Sequential control in manufacturing processes
  • Lighting systems with delayed activation or deactivation
  • Motor start/stop delay circuits
  • Safety systems requiring timed responses

Technical Specifications

The following table outlines the key technical details of the Selec 600XU-A-1-CU Time Delay Relay:

Parameter Specification
Manufacturer Selec
Part ID 600XU-A-1-CU
Operating Voltage 12V DC / 24V DC / 110V AC / 230V AC
Time Delay Range 0.1 seconds to 9999 hours
Contact Configuration SPDT (Single Pole Double Throw)
Contact Rating 5A at 230V AC / 30V DC
Power Consumption < 3W
Mounting Type DIN Rail
Operating Temperature -10°C to +55°C
Dimensions 48mm x 48mm x 90mm
Weight Approximately 150g

Pin Configuration and Descriptions

The Selec 600XU-A-1-CU Time Delay Relay has the following pin configuration:

Pin Number Label Description
1 A1 Positive supply voltage
2 A2 Negative supply voltage
3 15 Common terminal for relay contacts
4 16 Normally Closed (NC) contact
5 18 Normally Open (NO) contact

Usage Instructions

How to Use the Component in a Circuit

  1. Power Supply Connection: Connect the appropriate supply voltage to pins A1 (positive) and A2 (negative). Ensure the voltage matches the relay's operating voltage range.
  2. Load Connection:
    • Connect the load to the relay's output terminals (15, 16, and 18).
    • Use the Normally Open (NO) contact (15 to 18) if you want the circuit to close after the delay.
    • Use the Normally Closed (NC) contact (15 to 16) if you want the circuit to open after the delay.
  3. Set the Time Delay: Use the front-panel rotary switches or digital interface (depending on the model) to set the desired time delay.
  4. Trigger the Relay: Apply the input signal or power to activate the relay. The relay will operate after the set time delay.

Important Considerations and Best Practices

  • Voltage Compatibility: Ensure the supply voltage matches the relay's rated voltage to avoid damage.
  • Load Rating: Do not exceed the relay's contact rating (5A at 230V AC or 30V DC).
  • Mounting: Securely mount the relay on a DIN rail to prevent vibration or movement.
  • Environmental Conditions: Operate the relay within the specified temperature range (-10°C to +55°C).
  • Debouncing: If using the relay with a microcontroller, implement debouncing to avoid false triggering.

Example: Using the Relay with an Arduino UNO

Below is an example of how to use the Selec 600XU-A-1-CU Time Delay Relay with an Arduino UNO to control a light with a 5-second delay.

// Example: Controlling a Time Delay Relay with Arduino UNO
// This code activates the relay for 5 seconds after a button press.

const int relayPin = 7;  // Pin connected to the relay module
const int buttonPin = 2; // Pin connected to the button
int buttonState = 0;     // Variable to store button state

void setup() {
  pinMode(relayPin, OUTPUT);  // Set relay pin as output
  pinMode(buttonPin, INPUT);  // Set button pin as input
  digitalWrite(relayPin, LOW); // Ensure relay is off at startup
}

void loop() {
  buttonState = digitalRead(buttonPin); // Read the button state

  if (buttonState == HIGH) { // If button is pressed
    digitalWrite(relayPin, HIGH); // Activate the relay
    delay(5000); // Wait for 5 seconds
    digitalWrite(relayPin, LOW); // Deactivate the relay
  }
}

Troubleshooting and FAQs

Common Issues and Solutions

  1. Relay Does Not Activate:

    • Cause: Incorrect supply voltage or loose connections.
    • Solution: Verify the supply voltage and ensure all connections are secure.
  2. Relay Activates but Load Does Not Operate:

    • Cause: Load exceeds the relay's contact rating or incorrect wiring.
    • Solution: Check the load specifications and wiring connections.
  3. Unstable Operation:

    • Cause: Electrical noise or insufficient power supply.
    • Solution: Use a decoupling capacitor across the power supply and ensure a stable power source.
  4. Time Delay Not Accurate:

    • Cause: Incorrect time delay settings.
    • Solution: Recheck and adjust the time delay settings.

FAQs

Q1: Can this relay be used with DC loads?
A1: Yes, the Selec 600XU-A-1-CU can handle DC loads up to 30V DC at 5A.

Q2: How do I reset the relay after activation?
A2: The relay automatically resets after the time delay. For manual reset, disconnect and reconnect the power supply.

Q3: Can I use this relay for high-power applications?
A3: No, this relay is rated for a maximum of 5A. For higher power, use an additional contactor.

Q4: Is the relay programmable?
A4: Yes, the time delay can be programmed using the front-panel controls or digital interface.

This concludes the documentation for the Selec 600XU-A-1-CU Time Delay Relay.