i hav used buttons to increase the count of the units section of minutes by 1 i.e. whenever the butoon is pressed the current count is incremented by 1 i.e if it is 4 on the units section of minutes after pressing the button it becomes 5 then then pressing it becomes 6 and so on.........but the problem is that the buttons wont work when the tens section of the seconds section hav the value of 4 and 5 when there is 4 and after 4 ....... when 5 comes the buttons wont work and the count on the units section of minutes remains unchanged nothing happens if it is 4 it rmain 4 if its 9 it remains 9........problem is the logic used by the buttons. The 7490 increments its count when the clock input changes from Hi to Lo, whereas you are effectively trying to use a button and OR logic to pulse the clock input Hi.
When the tens-of-seconds count reaches 4, the QC output of MOD6_SEC goes Hi, so the output 1Y of the OR-gate will go Hi and will then stay Hi (unless QC changes state) regardless of the operation of the set-minutes switch. Similar reasoning applies to the tens-of-minutes count....can anyone plz suggest a solution for this..............
When the tens-of-seconds count reaches 4, the QC output of MOD6_SEC goes Hi, so the output 1Y of the OR-gate will go Hi and will then stay Hi (unless QC changes state) regardless of the operation of the set-minutes switch. Similar reasoning applies to the tens-of-minutes count....can anyone plz suggest a solution for this..............
Attachments
-
251 KB Views: 141