Skip to main content

Posts

Showing posts with the label Sequencer

16 Stage Bi Directional LED Sequencer Circuit Diagram

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...

Railway Points Sequencer Circuit Diagram

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. The sequencer circuit consists of a 555 timer configured as an a...