Electrical – Solid State Relay Either Stuck on or not Running

arduinoprototypingsolid-state-relay

So I've wired up a relatively simple circuit where an Arduino controls a solid state relay that is connected to a 12V 30A power supply which runs a solenoid valve. I'm using the an Arduino Mega 2560 a Gem Sensors solenoid valve and a Broadcom Limited ASSR-1511-001E solid state relay.

On the input side I have:

Arduino 5V --> SSR Pin 1 --> Out SSR Pin 2 --> 500 ohm resistor --> Arduino ground

And then on the load side I have:

Power supply positive terminal --> SSR Pin 6 (labeled as the positive pin) --> Out SSR Pin 5 --> Solenoid Valve --> Power supply negative terminal

So with that all in mind I find that when I power it all on it doesn't do anything. I've checked the voltage going through the input side and it is 5V on the dot but nothing on the load side. When I switch the connections on the load side it turns on and always stays on even with power turned off on the Arduino side and then my load side looks like:

Power supply negative terminal --> Solenoid Valve --> SSR Pin 6 (labeled as the positive pin) --> Out SSR Pin 5 --> Power supply negative terminal

Do you have any thoughts on what I'm doing incorrectly and what I can check to get this circuit running properly? I've got it prototyped on a perf board but it is pretty easy to switch everything around.

For some additional info:

  • The SSR input side has a max suggested amperage of 20mA. I have the 500ohm resistor on that line so at 5V (subtract the 1.65 voltage drop) that is 6.7mA on that line.
  • The SSR load side has a max of 2A and my solenoid valve has 20ohms of resistance so at 12V we're running around 0.5A.

Best Answer

To make the solution clear in case anyone has this same issue, I was getting some kickback from the inductive load of the solenoid valve. I had been successfully running some 2W solenoid valves with this same solid state relay without issue but then with the larger Gem Sensors 6W valves it turned out that the inductive load was frying the SSR when I turned it off. I'm now running a 1N5819 Diode as a flyback diode to protect from that inductive kickback and the circuit is running just fine. I've included a schematic below, this is my first schematic so let me know if anything is unclear!

enter image description here