Electronic – How to keep voltage when using two diodes to run two irrigation stations

diodesvoltage

My limited knowledge of electronics allowed me to solve a 'problem' that I had with my sprinkler controller.

I wanted to run zones individually, but for some zones also wanted to run them together (in order to essentially have lower water pressure and throw the water to a different locations than what it would at full pressure).

So on the wiring to the controller I would, for example, wire the solenoid of one zone to the controller's zone1, and wire the solenoid of another zone to the controller's zone2 (There's a common wire that is also wired to the controller for all solenoids to complete a circuit). Then I would use two diodes to go from the zone1 wiring to zone3 on the controller, and from the zone2 to zone3.

Yay, it worked.

However, I noticed the solenoids were 'clicking' on any combined runs. I'm guessing this is due to a voltage drop? Is there a way for me to get the correct voltage to each solenoid?

Thanks

EDIT:
Here's a picture of what I did, very convulated to look at but, all I am doing is adding the diodes in at the controller, clearly I have no ide what I did 🙂 I thought of the diode as a one way street, so when (in my example) zone3 is triggered the completed circuit (via the common wire – white) between zone1 and zone2, whereas when zone1 was triggered it would not go through the diode through zone3 and to zone2.
Wiring

So the green wire(zone6) and yellow wire(zone5) go to zone3, so if I trigger zone3 they both go.

ADDED 2:
enter image description here
I think I almost have it, but I feel like my problem is that I have this white common wire coming back from all the solenoid valves, which I can't isolate. In the first diagram I can get what I want (but that isolates every second wire to each solenoid, which I can't do without digging up the yard). On the other diagram with the second wire common, I get undesired current flowing half the time to the unintended valve.

Am I missing something obvious, or is there no way around having the second wires isolated?

Best Answer

You made one big mistake, which is to not put diodes in the lines from zone 1 and zone 2. When zone 3 goes on, it is now back-driving zones 1 and 2. Whether that matters and what kind of damage that could cause depends on the circuit. Apparently you got lucky, since zones 1 and 2 apparently still work.

Perhaps your system is driving the solenoids with AC. In that case the diodes are only letting power get to the solenoids every other half-cycle, instead of every half-cycle when the full AC is applied. That could possibly cause the solenoids to move enough to appear to work, but also to vibrate noticably at the power line frequency (60 Hz in the US, for example).

If the issue is AC, then there are ways this can be addressed. However, it makes sense to get more information about your system before going into details that could be totally irrelevant.

Added:

Now that is seems clear the problem is that the solenoids are driven with AC, we can talk about ways to get what you want within that framework. One way to do this is to put a full wave bridge after each zone output. That makes it DC instead of AC. The solenoids will still work fine on this rectified AC.

Now that you essentially have DC output from the zone controllers, do what you tried to do before, but this time do it right. The safe thing to do is to put a diode between each zone output and solenoid. If I understand your setup right, zone 1 would drive solenoid A thru a diode (after the full wave bridge, consider those part of the zone outputs now), zone 2 would drive B thru a diode, and zone 3 would drive A and B each thru separate diodes.

Added 2:

Here is a schematic of what I was referring to above:

Note the full wave bridge immediately after each zone controller output. That is D1, D2, D3, and D4 for the zone 1 output, for example. Each valve driven by each zone is then isolated with another diode. These are D9, D10, and D11 for zone 1, for example.

With this level of diode isolation, the same valve solenoid can be driven from multiple zones. For example, valve 1 could be connected both below D10 and D14 without those connections causing shorts or back driving one zone when the valve is driven by another zone output.