Maker Pro
Maker Pro

Traffic Light Project

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
You are remarkably lucky. I was able to borrow a copy...

You first need to read and understand section 1-2, starting on p6 in my copy. The core stuff is on pages 6 and 7. Make sure you understand them.

Figure 1-5 is really important, but at the moment, concentrating on the waveforms is sufficient as we're not really concerned about aspects which deal with noise margin (although you should understand that too)

Having got that far, you should understand where rising and falling edges are.

Then you should skim through chapter 7, pp 371 to 382. Some of this may be beyond what you currently understand, but you should concentrate on the parts where they define the basic action of a flipflop (figure 7.3 is good if pictures help you). Then note section 7.2 when it talks about edge triggering. Note the relationship this generates with the timing of the flip-flop's reaction to inputs compared with the clock (p 738).

Now, consider that the 555 is generating clock pulses. Note that the waveform matches in all significant aspects those in figure 1-6 (p 7). Now you realise that parts of that waveform are rising and falling edges.

From chapter 7 you realise the importance of rising and falling edges to edge-triggered flip-flops.

The 4017 consists of 5 edge triggered flip-flops and some decoding logic to get the 10 outputs (and they're not really important just yet)

So now you know that it is the edges (and specifically the rising edge in your case -- read the datasheet) of the clock pulses (from the 555) that cause the 4017's flip-flops to react to their input states.

If you look at the arrangement of flip-flops in the 4017 (it's a twisted ring, or johnson counter) then you can deduce that it has 10 states (for 5 flip-flops) and that the outputs of each flip-flop feed into the input of the next. The action of each clock pulse (the rising edge) is to move it from the current state to the next. (edit: deducing the function of the counter is quite a bit of hard work, you may be able to just take my word and that of the datasheet that it eventually results in the outputs following the pattern as described)

Once you know all of this, you have either answered your question, or you understand enough to re-word it in a way that makes sense.
 
Last edited:

vick5821

Jan 22, 2012
700
Joined
Jan 22, 2012
Messages
700
Hey ,

I want to ask, I use the wall source to power up my traffic light project which is using the 4017 decade counter.

If I switch on the circuit for a long time, will it give any effect to my circuit ? Will the IC burnt ?

Thank you
 

vick5821

Jan 22, 2012
700
Joined
Jan 22, 2012
Messages
700
You are remarkably lucky. I was able to borrow a copy...

You first need to read and understand section 1-2, starting on p6 in my copy. The core stuff is on pages 6 and 7. Make sure you understand them.

Figure 1-5 is really important, but at the moment, concentrating on the waveforms is sufficient as we're not really concerned about aspects which deal with noise margin (although you should understand that too)

Having got that far, you should understand where rising and falling edges are.

Then you should skim through chapter 7, pp 371 to 382. Some of this may be beyond what you currently understand, but you should concentrate on the parts where they define the basic action of a flipflop (figure 7.3 is good if pictures help you). Then note section 7.2 when it talks about edge triggering. Note the relationship this generates with the timing of the flip-flop's reaction to inputs compared with the clock (p 738).

Now, consider that the 555 is generating clock pulses. Note that the waveform matches in all significant aspects those in figure 1-6 (p 7). Now you realise that parts of that waveform are rising and falling edges.

From chapter 7 you realise the importance of rising and falling edges to edge-triggered flip-flops.

The 4017 consists of 5 edge triggered flip-flops and some decoding logic to get the 10 outputs (and they're not really important just yet)

So now you know that it is the edges (and specifically the rising edge in your case -- read the datasheet) of the clock pulses (from the 555) that cause the 4017's flip-flops to react to their input states.

If you look at the arrangement of flip-flops in the 4017 (it's a twisted ring, or johnson counter) then you can deduce that it has 10 states (for 5 flip-flops) and that the outputs of each flip-flop feed into the input of the next. The action of each clock pulse (the rising edge) is to move it from the current state to the next. (edit: deducing the function of the counter is quite a bit of hard work, you may be able to just take my word and that of the datasheet that it eventually results in the outputs following the pattern as described)

Once you know all of this, you have either answered your question, or you understand enough to re-word it in a way that makes sense.

Where is the copy of the book ?
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
Hey ,

I want to ask, I use the wall source to power up my traffic light project which is using the 4017 decade counter.

If I switch on the circuit for a long time, will it give any effect to my circuit ? Will the IC burnt ?

Thank you

As long as your power supply is an appropriate voltage you should be able to leave it running indefinitely. I'm not even going to comment on the current capacity of your power supply because this circuit draws so little.
 

vick5821

Jan 22, 2012
700
Joined
Jan 22, 2012
Messages
700
I thought you said the other version..Okay..I will refer to it then..Thank you
 
Top