Posts

Showing posts with the label Sequencer

Descrete Multistage Light Sequencer

Image
The drawing below illustrates a multistage light sequencer using descrete parts and no integrated circuits. The idea is not new and I hear a similar circuit was developed about 40 years ago using germanium transistors. The idea is to connect the lights so that as one turns off it causes the next to turn on, and so forth. This is accomplished with a large capacitor between each stage that charges when a stage turns off and supplies base current to the next transistor, thus turning it on. Any number of stages can be used and the drawing below illustrates 3 small Christmas lights running at about 5 volts and 200mA. The circuit may need to be manually started when power is applied. To start it, connect a momentary short across any one of the capacitors and then remove the short. You could use a manual push button to do this.  Detailed operation: Assume the circuit doesn't start when power is applied amd all lights are off and all three capacitors are charged to about 5 volts. We connec...

Railway Points Sequencer

Image
Dedicated model rail enthusiasts using sophisticated train and points controllers often have the problem that as their layouts get bigger and more complex, the transformer supplying power to the points does not have enough current to switch several points at the same time. The actuators in the points are designed for ac operation so it doesn’t help by rectifying the supply and adding reservoir capacitors, the coils can overheat and burn out if they get jammed during their travel (ac operation actually helps to overcome friction in the mechanism). The circuit shown here solves this problem by using a sequencer to ensure than only one points actuator can be active at any point in time. During operation the controller will switch all the points on one line at the same time as usual, but the other connection to each coil is connected to the sequencer unit. This circuit will only allow current to flow through one coil at a time.  Railway Points Sequencer Circuit diagram : Railway Points...

Build 16 Stage Bi Directional LED Sequencer

Image
The bi-directional sequencer uses a 4 bit binary up/down counter (CD4516) and two "1 of 8 line decoders" (74HC138 or 74HCT138) to generate the popular "Night Rider" display. A Schmitt Trigger oscillator provides the clock signal for the counter and the rate can be adjusted with the 500K pot. Two additional Schmitt Trigger inverters are used as a SET/RESET latch to control the counting direction (up or down). Be sure to use the 74HC14 and not the 74HCT14, the 74HCT14 may not work due to the low TTL input trigger level. When the highest count is reached (1111) the low output at pin 7 sets the latch so that the UP/DOWN input to the counter goes low and causes the counter to begin decrementing.  When the lowest count is reached (0000) the latch is reset (high) so that the counter will begin incrementing on the next rising clock edge. The three lowest counter bits (Q0, Q1, Q2) are connected to both decoders in parallel and the highest bit Q3 is used to select the appropr...