Mod 10 synchronous counter updated

9,574 views 8 slides Jul 07, 2020
Slide 1
Slide 1 of 8
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8

About This Presentation

Mod 10 synchronous counter


Slide Content

Synchronous Counter Synchronous Counters are so called because the clock input of all the individual flip-flops within the counter are all clocked together at the same time by the same clock signal. Asynchronous counter suffers from what is known as “Propagation Delay” in which the timing signal is delayed a fraction through each flip-flop. In Synchronous counters all the individual output bits changing state at exactly the same time in response to the common clock signal with no ripple effect and therefore, no propagation delay .

Synchronous Mod –10 Counter A 4-bit decade synchronous counter can also be built using synchronous binary counters to produce a count sequence from 0 to 9. A standard binary counter can be converted to a decade (decimal 10) counter with the aid of some additional logic to implement the desired state sequence. After reaching the count of “1001”, the counter recycles back to “0000”. We now have a decade or Modulo-10 counter.

Circuit Diagram

Working Principle The additional AND gates detect when the counting sequence reaches “1001”, (Binary 10) and causes flip-flop  FFD  to toggle on the next clock pulse. Flip-flop  FFA  toggles on every clock pulse. Thus, the count is reset and starts over again at “0000” producing a synchronous decade counter.

Applications & Limitations Used in Machine Motion control. Used in Motor RPM counter. Used in Rotary Shaft Encoders. Used in digital clock or pulse generators. Used in digital Watch and Alarm systems . They require large no. of components and circuitry than asynchronous counters. The design involves a complex logic circuit as well as the increasing no. of states.

Thank You