A few questions about solid-state relays

  • Thread starter KingNothing
  • Start date
In summary, a solid state relay can be used to switch 120VAC, controlled by an Arduino Uno board. The datasheet shows that the typical forward voltage is 1.2V under the condition that the forward current is 20mA. However, because the SSR only switches at the zero crossing point, PWM won't work. A low-pass filter can be used to vary the duty cycle of the relay, which is then driven by a digital output of the MCU.
  • #1
KingNothing
882
4
Today I bought a solid state relay, the datasheet for which can be found here. My goal is to use it to switch 120VAC, controlled by an Arduino Uno board (with Atmega 328 microcontroller). I am very rusty since my days in EE classes, and have not worked with solid state relays at all.

In the datasheet, under Electro-optical Characteristics > Input, it shows the typical forward voltage is 1.2V under the condition that the forward current is 20mA. This leads me to believe that it is a current-controlled device (similar to a diode). Is this indeed the case?

Would it be a problem to just apply ~1.2V?

Essentially I have to drive it with a PWM signal. Any advice on some simple circuitry that I could use to accomplish this? I have essentially no requirements on switching time, anything under 1s is acceptable to me.
 
Engineering news on Phys.org
  • #2
There may be different types of solid state relays, but the ones I have seen use a triac as the switch.

They are controlled by a current which turns on a LED and this is detected by a photo transistor which turns on the triac.

Being a triac, you can turn it on, but you can't turn it off until the supply voltage is removed.

Normally this doesn't matter, but it means you can't directly use PWM on it. Switching can only happen once every half cycle because the triac will stay on after you turn it on until the voltage reverses.

Actually, rereading your post, the relay you have will switch at the zero crossing point (to minimise radio frequency noise) so you won''t be able to use it for PWM.
 
  • #3
vk6kro said:
Being a triac, you can turn it on, but you can't turn it off until the supply voltage is removed.

Normally this doesn't matter, but it means you can't directly use PWM on it. Switching can only happen once every half cycle because the triac will stay on after you turn it on until the voltage reverses.

Thanks for the help; however, I don't think I completely understand. Specifically:

vk6kro said:
Being a triac, you can turn it on, but you can't turn it off until the supply voltage is removed.

I'm not sure what you mean by 'supply voltage'. Do you mean the control voltage? The SSR only has four pins, two for the control and two for the load connection. If you do mean the control voltage, I do plan to turn that off (duty cycle 0%).

I should clarify that I'm not actually trying to switch the relay on and off with a PWM signal, a PWM is just what's available to me. My plan was to pass the PWM signal through a low-pass filter, then vary the duty cycle (either 0% for on or some other % for on), as shown in the attached picture.
 

Attachments

  • Capture.PNG
    Capture.PNG
    12.2 KB · Views: 530
  • #4
Supply voltage means the mains supply.

If you just want to turn the relay on or off, you could certainly do that.
The action would take place at the next zero crossing, so within 1/120th of a second.
 
  • #5
vk6kro said:
Supply voltage means the mains supply.

If you just want to turn the relay on or off, you could certainly do that.
The action would take place at the next zero crossing, so within 1/120th of a second.

Okay, good. I am essentially hoping to use a variable PWM and a low-pass filter as a variable DC voltage. Although, the board is also capable of digital output at +5V, +0V. Would it be sufficient to drive the relay using just a 178-ohm current-limiting resistor? In the picture, I did not mean to make it look like the SSR inputs were connected :P.

This would, in theory, put the SSR in its operating range of 1.2V/20mA when Vout is +5. Does that sound right?

Thanks for all the help. Ever since I took a software job I feel out of touch with electronics, and this is a great little start-back-up project for me.
 

Attachments

  • Capture.PNG
    Capture.PNG
    1 KB · Views: 517
  • #6
Yes that seems OK.

3.8 volts / 0.02 amps is 190 ohms, so a 180 ohm resistor would be the nearest standard value.

Be careful.
 
  • #7
Why do you want an analog voltage signal? From the data sheet, I see what you mean when you theorize that this is a current controller device. It seems that applying a current source of 20mA to the input pins should close the relay, and 0.1mA will open it on the next zero crossing. I agree you should use a digital output of the MCU through a current limiting resistor to accomplish this, although you may consider using the digital pin to drive a transistor as shown in the datasheet under Standard Circuit.

I made a 120VAC switching circuit using a SSR before but I used a voltage controlled relay and just applied 5V CMOS logic from a binary counter.
 

1. What is a solid-state relay?

A solid-state relay (SSR) is an electronic switching device that uses semiconductor components instead of mechanical contacts to control the flow of electrical current. It is designed to perform the same function as a traditional electromechanical relay, but with much faster switching speeds and greater reliability.

2. How does a solid-state relay work?

SSRs use a small control signal, such as a low voltage DC signal, to switch a much larger load current on and off. This is achieved through the use of a control circuit, which triggers a semiconductor switch (such as a thyristor or triac) inside the SSR. The switch then allows current to flow through the load, similar to how a mechanical relay works.

3. What are the advantages of using a solid-state relay?

SSRs offer several advantages over traditional electromechanical relays, including faster switching speeds, high reliability and durability, no moving parts, and silent operation. They also have lower power consumption and generate less heat, making them suitable for use in a wide range of applications.

4. What are some common applications for solid-state relays?

SSRs are commonly used in industrial automation, power control, and electronic switching applications. They are also used in household appliances, HVAC systems, lighting control, motor control, and other electronic devices that require high-speed and reliable switching of electrical currents.

5. How do I choose the right solid-state relay for my application?

When selecting an SSR, it is important to consider factors such as the required load current and voltage, switching speed, control signal voltage, and ambient temperature. It is also important to choose an SSR from a reputable manufacturer and to ensure that it meets all necessary safety and performance standards for your specific application.

Similar threads

  • Electrical Engineering
Replies
1
Views
812
  • Electrical Engineering
Replies
5
Views
3K
  • Electrical Engineering
Replies
5
Views
2K
Replies
12
Views
2K
  • Electrical Engineering
Replies
5
Views
3K
Replies
8
Views
4K
  • Electrical Engineering
Replies
3
Views
2K
  • Electrical Engineering
Replies
7
Views
13K
  • Electrical Engineering
Replies
2
Views
3K
  • Electrical Engineering
Replies
13
Views
6K
Back
Top