ehsjr said:
Aargh! There was an error in my reply. I have modified the
reply, below, to correct the error. The good news is that it
will simplify things, and save needing a solenoid driver.
There is a kit CAT# AEC at Allelectronics
http://www.allelectronics.com/
It is an LED chaser kit - you would need to modify it
(simple - don't install the 555). As designed, a 555
runs as an astable. The output of the 555 clocks the
CD4017 counter - the output of the counter drives the LEDs.
You would use the QK152 8192 output (4020 pin 3) to create
the clock pulse that advances the 4017 counter. Connect
the QK152 4020 pin 3 to pin 14 of the 4017 in the AEC kit.
Here's how you could do it:
In the QK152 when the 4020 counter reaches a value of 8192,
use that pulse to advance the 4017 in the AEC. The 4017 count
is used to bias a transistor on so that when the solenoid
driver relay pulse arrives ~ 8 miliseconds later, the correct
solenoid is fired.
AEC mod: omit 555 and LEDs. Remove existing connection to 4017
pin 15 and connect count N+1 output pin to pin 15, where N is
the number of solenoids. See the 4017 datasheet.
QK152 mod: you need to connect pin 4 of the 555 to pin 8 of
the 555, and remove the connection from pin 4 of the 555 to
the collector of Q1. The collector of Q1 needs to remain
connected to R7. Use the QK152 relay contact to connect + to
the solenoid. Partial schematic below.
QK152
Relay contact
+24 -----o---
^---o----+----+------+----+------+----+--}}----
| | | | | |
[Sol1] [D1] [Sol2] [D2] [Sol3] [D3]
| |a | |a | |a
+----+ +----+ +----+
| | |
/c | |
4017 pin 3 --[R]--| NPN | |
\e | |
| | |
Gnd | |
/c |
4017 pin 2 ---------[R]-------| NPN |
\e |
| |
Gnd |
/c
4017 pin 4 ---------[R]-------------------| NPN
\e
|
Gnd
Note that it assumes 24V solenoids. The relay contacts
in the QK152 can handle up to 10 amps. The transistors
have to be chosen to handle the solenoid current and may
need to be darlingtons or FETs. R should be at least 1K
Ed