![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Dear friends, This is my problem statement: "I have to prepare a vehicle, which is going to follow a straight line yellow path. Now, the path has some black strips randomly arranged on it. I have to display the no of black strips after finishing path." Now, I have used a color sensor circuit. then i am planning to use BCD counter to count no of strips and using BCD to 7 seven segment decoder to display number. But if the no is larger than 9, counter resets after 0 to 9 to 0 again. How do i display the number if has multiple digits(say 2 digits)? do i have to join 2 counters? Any help is welcome! | |
| |
| | (permalink) |
| Yes, there should be a pulse genetated by the counter when it resets, just connect the to the input of your second counter. There's probably even an example on the datasheet of the IC you're using.
__________________ I also post at the following sites: http://www.stop-microsoft.org http://www.heated-debates.com Screen name: Aloone_Jonez And http://www.silicontronics.com, same screen name as here. | |
| |
| | (permalink) |
| Can you throw little more light on joining two counters? | |
| |
| | (permalink) |
| 74LS13X type chips have a carry and borrow output that can trigger a count on the next higher digit. | |
| |
| | (permalink) |
| If you use TTL, which is the older technology, you put a jumper between output D from the 74LS90 (units counter) to input A from the next 7490 (decades counter). These IC's will drive 74LS47 Ic's which drive the 7 segment displays. With 2 cascaded together you can count up to 99. Can't comment on the C MOS counter IC's because i have not built counters with them
__________________ There are more ways to get to Rome. Electricity, Electric clocks, Meters and Trains are great. | |
| |
| | (permalink) |
| What sort of ICs are you using? Could you please post a schematic.?
__________________ I also post at the following sites: http://www.stop-microsoft.org http://www.heated-debates.com Screen name: Aloone_Jonez And http://www.silicontronics.com, same screen name as here. | |
| |