element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum Triac not shutting off (24v AC sprinkler valve control)
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 34 replies
  • Answers 16 answers
  • Subscribers 599 subscribers
  • Views 6060 views
  • Users 0 members are here
  • valve
  • ac
  • triac
  • sprinkler
  • 24v
  • opensprinkler
Related

Triac not shutting off (24v AC sprinkler valve control)

ntewinkel
ntewinkel over 9 years ago

Hi All,

 

I'm working on replacing my aging and broken sprinkler controller, and found some open source software (OpenSprinkler) to run on a Raspberry Pi that handles the scheduling very nicely (plus it has an app for my phone).

With that software I'm able to control a couple of shift registers to turn LEDs on and off, simulating the sprinkling zones.

 

I'm not very familiar with TRIACs (read: not at all familiar, never used them before image), but recently I learned that the sprinkler valves use 24v AC and that TRIACs would be a good way to switch them, with relays generally being rather big once you get 16 of them lined up, and regular power transistors only being good for DC.

 

I bought some BRT12H "non-zero crossing" opto-isolating TRIACs (datasheet: http://www.vishay.com/docs/83689/83689.pdf), because they seemed to meet the desirements of opto-isolating and AC for 250mA.

 

I hooked them up (with 220ohm resistors from shift registers to TRIACs), and it all looked promising when I turned the first zone on (sprinklers worked, yay!), but then it wouldn't shut off (sprinklers still working, not yay!). It only shuts off if I remove the 24v power momentarily.

 

I've done some Googling around but have not yet found any solution, and to be honest it's not making a whole lot of sense to me (yet... hopefully yet).

 

I did find out that TRIACs (in general?) need to cross zero (volts?) to turn off. I'm not sure what this "non-zero crossing" bit means but I have a nagging suspicion that it's a key part of the issue.

Should I have bought "zero crossing" TRIACs instead?

 

Can anyone help shed some light?  ...and hopefully also shed a solution image

 

ps, I did see that I can buy a pre-built board for not too expensive (about $80 after shipping and taxes), but it's a cool DIY project and it would be far more satisfying (and educational) to build it myself.

 

edit: While doing more searching for answers I noticed that SSRs (solid state relays) do exist that are tiny chips, like this one, DIP-8: http://www.sharpsma.com/webfm_send/335  - very cool.

 

Thanks!

-Nico

  • Sign in to reply
  • Cancel

Top Replies

  • jw0752
    jw0752 over 9 years ago in reply to ntewinkel +3 suggested
    Hi Nico, AC solenoids will convert to DC solenoids quite easily if you are willing to reduce the voltage. What will remain constant for proper operation is the wattage of the solenoid. For example your…
  • D_Hersey
    D_Hersey over 9 years ago in reply to jw0752 +2 suggested
    You are using LV, so it probably won't matter as much, but for line potentials, only certain types of Cs are a good choice in this rough service, metallized polyester being one.
  • jc2048
    jc2048 over 9 years ago in reply to ntewinkel +2 suggested
    "And what is the best way to figure out the values?" Iteration. Increase the capacitor value and decrease the resistor value a bit and try again. But when you get down to a resistor value of 100 ohms and…
  • ntewinkel
    0 ntewinkel over 9 years ago in reply to mcb1

    Maybe I'm doing it more wrong than I previously thought...

     

    I'm using the BRT12H like the MOC3010 in your picture, but without the second triac. ie, 6 goes to phase, 4 goes to load.

     

    From the datasheet it looks like the 300 mA rating is enough to switch the sprinkler valve (supposedly 250 mA or less). But maybe I missed a detail to do with the inductive load.

     

    Should I try with a secondary triac?  Or Maybe the BRT12H is just completely wrong for my application and I should use two separate chips (moc3010 coupled with a higher power non-opto triac) like you have in your schematic?

     

    ps, I've also ordered a back-up plan in the form of a relay board image

     

    pps, given that there's 16 valves (potentially), and only 6 connections from RPi to the shift registers, would it be a better idea to opto-isolate between RPi and shift registers instead? Is there such a thing as a DC opto-isolator... and to make life easier do they make an 8-in-1 version? (I'll be Googling that too...)

    edit: Oops, I guess that won't work because it would be hard to isolate the 5v power to the shift registers.

     

    Thanks,

    -Nico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • D_Hersey
    0 D_Hersey over 9 years ago

    Sometimes, snubbers are needed with relays as well.  The inductive spike can pit or weld the contacts.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • D_Hersey
    0 D_Hersey over 9 years ago

    The only relays that work on an arbitrarily inductive load are the mercury-wetted types.  Thyratrons can handle fairly large inductances.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ntewinkel
    0 ntewinkel over 9 years ago in reply to D_Hersey

    Aww man! There's no getting away from this lesson on snubbers, is there?

     

    I was having no luck with the R(620ish)-C(10nF) attempt - the valve stayed on, so I'll have to revisit that math. I've also set it up on a separate little breadboard for easy testing.

     

    So to make sure I'm heading towards the right path, is the snubber designed based on the inductive load then (in my case the sprinkler valve) ? (as opposed to the triac ratings?)

     

    And what is the best way to figure out the values? My multimeter can check for inductance of the sprinkler valve coil. And I can get the Amps used. Or can it all be based on the general values that most 24v sprinkler valves have?

     

    Thanks,

    -Nico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • ntewinkel
    0 ntewinkel over 9 years ago in reply to D_Hersey

    I suppose if they last long enough (years as opposed to days) then those boards are easy enough and cheap enough to swap out. But yeah that's not an ideal solution for sure.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mcb1
    0 mcb1 over 9 years ago in reply to ntewinkel

    Should I try with a secondary triac?

    Most of the applications I used for 10A max, so the triac was essential.

    I did find this in the datasheet.

    image

     

     

    Personally I'd add one.

     

    Mark

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • mcb1
    0 mcb1 over 9 years ago in reply to ntewinkel

    Personally I don't think the snubber is going to resolve your issues.

     

    The load size is not enough to generate large spikes that will overwhelm or damage the switching components.

    It is also not likely to cause EMC, as you're using solid state devices, rather than contacts.

    The frequency of switching is not high so again unlikely to cause EMC.

     

    One of our members of another club has been killing solenoids, and it seems it is due to DC.

    However he's switching AC so I'm not 100% on how he's getting a DC component in the solenoids.

     

    Mark

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ntewinkel
    0 ntewinkel over 9 years ago in reply to mcb1

    I'm using the BRT12H and don't see that note (http://www.vishay.com/docs/83689/83689.pdf ).

     

    I'm guessing your note came from the MOC3010/11/12 datasheet?

    I ordered a handful of that type (MOC3021) along with some BTA12 ones to attempt it from another angle, using your schematic image

     

    Funny (not funny) - no matter how many parts I have already hoarded, I'm always a few components shy of a circuit (few bricks short of a load, elevator doesn't go to the top, knife isn't sharp, lost some marbles, you get the picture image)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • ntewinkel
    0 ntewinkel over 9 years ago in reply to mcb1

    One of our members of another club has been killing solenoids, and it seems it is due to DC.

    However he's switching AC so I'm not 100% on how he's getting a DC component in the solenoids.

     

    I was reading about that on OpenSprinkler.com (Understanding 24VAC Sprinkler Valves « RAYSHOBBY.NET - paragraph at bottom) - seems that DC causes it to draw far more current. Apparently he was able to make the 24AC valves work well using 9v, by giving it a quick 12v burst to activate the solenoid and then using 9v dc to hold it.

     

    That's something I'm interested in trying at some point too, given that 9v adapters are smaller and easier to find, and work well with my favourite dev environments.

     

    OpenSprinkler has schematics available, and it looks like they just use triacs (not opto-isolated), and I don't see any snubber parts. The only other parts around the triacs are MOVs that they use for protection from outside issues: "Also solder the 10 metal oxide varistors (MOVs). Each MOV is a blue, disc-shaped component. It’s non-polar, and its main purpose is to absorb transient high voltage and protect the circuit from power surge or lightening."

    https://github.com/rayshobby/opensprinkler/tree/master/OpenSprinkler%20Controller/hardware/v2.2

     

    Which is why I'm thinking maybe the BRT12H was a bad choice.

     

    -Nico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mcb1
    0 mcb1 over 9 years ago in reply to ntewinkel

    your note came from the MOC3010/11/12 datasheet?

    Yep realised that after I posted it (at work) and then got interrupted.

     

    I presume your BRT12H might also be the same, but all the datasheets don't include a typical example use.

     

    Mark

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube