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

How to Use SSR SK40DA: Examples, Pinouts, and Specs

Image of SSR SK40DA
Cirkit Designer LogoDesign with SSR SK40DA in Cirkit Designer

Introduction

The SSR SK40DA is a solid-state relay (SSR) designed for switching AC loads with high efficiency and reliability. Unlike mechanical relays, the SSR SK40DA operates silently and has no moving parts, making it ideal for applications requiring minimal wear and tear, fast switching times, and reduced electromagnetic interference (EMI). This relay is capable of handling up to 40A of current, making it suitable for high-power applications.

Explore Projects Built with SSR SK40DA

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Temperature-Controlled Heating System with SSR and Titanium Resistor
Image of Wire Cut Four Slider 33-2 & 33-3 (Old): A project utilizing SSR SK40DA in a practical application
This circuit is a temperature control system that uses a temperature controller to regulate a heating titanium resistor via a solid-state relay (SSR). The power transformer supplies the necessary voltage to the temperature controller, which in turn controls the SSR to manage the heating element.
Cirkit Designer LogoOpen Project in Cirkit Designer
PID Temperature Control System with Thermocouple and SSR
Image of IR: A project utilizing SSR SK40DA in a practical application
This circuit is a temperature control system that uses a thermocouple to measure temperature and a PID controller to regulate it. The PID controller drives a solid-state relay (SSR) to control an external load, with power supplied through an AC inlet socket.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered ESP32-S3 Controlled Servo System with gForceJoint UART
Image of Copy of Oymotion: A project utilizing SSR SK40DA in a practical application
This circuit is a servo control system powered by a 4 x AAA battery pack, regulated by a step-down DC regulator. An ESP32-S3 microcontroller controls five servos and communicates with a gForceJoint UART sensor, enabling precise servo movements based on sensor inputs.
Cirkit Designer LogoOpen Project in Cirkit Designer
Stepper Motor Control System with SIMATIC S7-300 and TB6600 Driver
Image of Copy of PLC-Based Step Motor Speed and Direction Control System: A project utilizing SSR SK40DA in a practical application
This circuit controls a stepper motor using a tb6600 micro stepping motor driver and a DKC-1A stepper motor controller. The system is powered through panel mount banana sockets and includes a relay module for additional control, interfaced with a SIMATIC S7-300 PLC for automation.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with SSR SK40DA

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 Wire Cut Four Slider 33-2 & 33-3 (Old): A project utilizing SSR SK40DA in a practical application
Temperature-Controlled Heating System with SSR and Titanium Resistor
This circuit is a temperature control system that uses a temperature controller to regulate a heating titanium resistor via a solid-state relay (SSR). The power transformer supplies the necessary voltage to the temperature controller, which in turn controls the SSR to manage the heating element.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of IR: A project utilizing SSR SK40DA in a practical application
PID Temperature Control System with Thermocouple and SSR
This circuit is a temperature control system that uses a thermocouple to measure temperature and a PID controller to regulate it. The PID controller drives a solid-state relay (SSR) to control an external load, with power supplied through an AC inlet socket.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Copy of Oymotion: A project utilizing SSR SK40DA in a practical application
Battery-Powered ESP32-S3 Controlled Servo System with gForceJoint UART
This circuit is a servo control system powered by a 4 x AAA battery pack, regulated by a step-down DC regulator. An ESP32-S3 microcontroller controls five servos and communicates with a gForceJoint UART sensor, enabling precise servo movements based on sensor inputs.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Copy of PLC-Based Step Motor Speed and Direction Control System: A project utilizing SSR SK40DA in a practical application
Stepper Motor Control System with SIMATIC S7-300 and TB6600 Driver
This circuit controls a stepper motor using a tb6600 micro stepping motor driver and a DKC-1A stepper motor controller. The system is powered through panel mount banana sockets and includes a relay module for additional control, interfaced with a SIMATIC S7-300 PLC for automation.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Industrial automation and control systems
  • Heating, ventilation, and air conditioning (HVAC) systems
  • Motor control and lighting systems
  • Home appliances and smart home devices
  • Applications requiring silent operation and high durability

Technical Specifications

The SSR SK40DA is designed to handle high-power AC loads with precision and reliability. Below are its key technical details:

General Specifications

Parameter Value
Load Voltage Range 24V AC to 380V AC
Maximum Load Current 40A
Control Voltage Range 3V DC to 32V DC
Trigger Current ≤ 7.5mA
On-State Voltage Drop ≤ 1.5V
Isolation Voltage ≥ 2500V AC
Operating Temperature -30°C to +80°C
Switching Speed ≤ 10ms
Mounting Type Panel Mount

Pin Configuration and Descriptions

The SSR SK40DA has four terminals, as described below:

Pin Number Label Description
1 Input (+) Positive control signal input (3V DC to 32V DC)
2 Input (-) Negative control signal input (ground)
3 Load (AC1) AC load terminal 1
4 Load (AC2) AC load terminal 2

Usage Instructions

How to Use the SSR SK40DA in a Circuit

  1. Control Signal Connection: Connect the control signal to the input terminals (Pin 1 and Pin 2). Ensure the control voltage is within the range of 3V DC to 32V DC.
  2. Load Connection: Connect the AC load to the load terminals (Pin 3 and Pin 4). Ensure the load voltage and current do not exceed the specified limits (24V AC to 380V AC, up to 40A).
  3. Power Supply: Ensure the power supply for the control signal and the AC load are properly isolated to prevent damage to the relay or other components.
  4. Mounting: Secure the SSR SK40DA to a heat sink or panel to ensure proper heat dissipation during operation.

Important Considerations and Best Practices

  • Heat Dissipation: The SSR SK40DA can generate heat during operation, especially at high currents. Use a heat sink or cooling fan to prevent overheating.
  • Snubber Circuit: For inductive loads (e.g., motors), use a snubber circuit to suppress voltage spikes and protect the relay.
  • Proper Wiring: Ensure all connections are secure and use appropriately rated wires for the load current.
  • Isolation: Maintain proper isolation between the control and load circuits to avoid electrical hazards.

Example: Using SSR SK40DA with Arduino UNO

The SSR SK40DA can be easily controlled using an Arduino UNO. Below is an example circuit and code to toggle an AC load using the relay.

Circuit Diagram

  1. Connect the SSR input terminals:
    • Pin 1 (Input +) to Arduino digital pin 9.
    • Pin 2 (Input -) to Arduino GND.
  2. Connect the AC load to the SSR load terminals:
    • Pin 3 (AC1) to one side of the AC load.
    • Pin 4 (AC2) to the AC power source.

Arduino Code

// Define the pin connected to the SSR control input
const int ssrPin = 9;

void setup() {
  // Set the SSR pin as an output
  pinMode(ssrPin, OUTPUT);
}

void loop() {
  // Turn the SSR (and connected load) ON
  digitalWrite(ssrPin, HIGH);
  delay(5000); // Keep the load ON for 5 seconds

  // Turn the SSR (and connected load) OFF
  digitalWrite(ssrPin, LOW);
  delay(5000); // Keep the load OFF for 5 seconds
}

Note: Ensure the AC load and Arduino share a common ground only if required, and take necessary precautions when working with high-voltage AC circuits.

Troubleshooting and FAQs

Common Issues and Solutions

  1. Relay Not Switching the Load

    • Cause: Insufficient control voltage or current.
    • Solution: Verify the control voltage is within the range of 3V DC to 32V DC and the trigger current is sufficient.
  2. Excessive Heat Generation

    • Cause: High load current or inadequate heat dissipation.
    • Solution: Use a heat sink or cooling fan to dissipate heat effectively.
  3. Load Not Turning Off Completely

    • Cause: Leakage current in the SSR.
    • Solution: Ensure the load can tolerate a small leakage current or use a mechanical relay for complete isolation.
  4. Voltage Spikes Damaging the Relay

    • Cause: Inductive load without a snubber circuit.
    • Solution: Add a snubber circuit across the load terminals to suppress voltage spikes.

FAQs

Q1: Can the SSR SK40DA be used with DC loads?
A1: No, the SSR SK40DA is designed specifically for AC loads. For DC loads, use a DC-specific solid-state relay.

Q2: What is the maximum switching frequency of the SSR SK40DA?
A2: The SSR SK40DA has a switching speed of ≤ 10ms, making it suitable for low to moderate switching frequencies.

Q3: Is the SSR SK40DA polarity-sensitive on the input side?
A3: Yes, the input terminals are polarity-sensitive. Ensure the positive control signal is connected to Pin 1 (Input +) and the ground to Pin 2 (Input -).

Q4: Can I use the SSR SK40DA without a heat sink?
A4: It is not recommended to use the SSR SK40DA without a heat sink, especially for high-current applications, as it may overheat and fail.

By following this documentation, users can effectively integrate the SSR SK40DA into their projects and ensure reliable operation.