Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


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.

Reply
 
Thread Tools Display Modes
Old 17th March 2004, 06:08 AM   (permalink)
Default Help on timer

Please give me an schematic diagram of count down timer...
A count down timer with a hour:minute:seconds...
And also I can set the what time will I start to count down.

Thank you in advance.!
buloi123 is offline   Reply With Quote
Old 17th March 2004, 06:37 AM   (permalink)
Default

i need also a countdown timer where i can increment time by about 5 minutes when needed. help us pls..
vincentdomingo_ph is offline   Reply With Quote
Old 17th March 2004, 08:30 AM   (permalink)
Default

These applications are far easier done with a micro-controller than loads of logic chips - it comes down to one chip, a display, and the buttons. You have to program the chip, but it simplifies things so much!.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 17th March 2004, 09:09 AM   (permalink)
Default

use a 555 timer with a time delay
__________________
abc
cool-agent is offline   Reply With Quote
Old 17th March 2004, 11:44 PM   (permalink)
Default

There's no software involve. Just a pure hardware...
Also, you can input on what time would you like to set....
Is this possible?
buloi123 is offline   Reply With Quote
Old 18th March 2004, 08:31 AM   (permalink)
Default

Quote:
Originally Posted by buloi123
There's no software involve. Just a pure hardware...
Also, you can input on what time would you like to set....
Is this possible?
It's possible, but very involved - is this for a school project?, it's not a practical project except for the learning experience it would provide.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 19th March 2004, 12:19 AM   (permalink)
Default

Quote:
Originally Posted by Nigel Goodwin
Quote:
Originally Posted by buloi123
There's no software involve. Just a pure hardware...
Also, you can input on what time would you like to set....
Is this possible?
It's possible, but very involved - is this for a school project?, it's not a practical project except for the learning experience it would provide.
It's for actual project. I have to control the waterpump motor. The user can set the time the motor will activate, for example 6hours . At that time span, the user can also set another time where the motor will turn on, example 2hours, and also he can set the time the motor will stop or rest, example, 1hour... Based on the example, during six hours time span, the motor will turn ON for two hours, and turn OFF for 1 hour, then turn ON for two hours again then turn OFF for 1hour again until the six hour timer will elapsed... :roll:
buloi123 is offline   Reply With Quote
Old 19th March 2004, 03:11 AM   (permalink)
Default

Quote:
Originally Posted by buloi123
Quote:
Originally Posted by Nigel Goodwin
Quote:
Originally Posted by buloi123
There's no software involve. Just a pure hardware...
Also, you can input on what time would you like to set....
Is this possible?
It's possible, but very involved - is this for a school project?, it's not a practical project except for the learning experience it would provide.
It's for actual project. I have to control the waterpump motor. The user can set the time the motor will activate, for example 6hours . At that time span, the user can also set another time where the motor will turn on, example 2hours, and also he can set the time the motor will stop or rest, example, 1hour... Based on the example, during six hours time span, the motor will turn ON for two hours, and turn OFF for 1 hour, then turn ON for two hours again then turn OFF for 1hour again until the six hour timer will elapsed... :roll:
For an actual project, wouldnt you want it to be lowest cost possible and quickest/easiest way to a solution? I would take Nigel's advice and use a micro for this. And the finished product can be all hardware. Just because it takes some software to program the micro, this code can be downloaded and stored in a flash memory so that the unit runs stand-alone.

With all the setting flexibility involved, you really should consider a micro controller / PIC / CPLD or something so that you can write high level code.

If you MUST do this with logic gates, I would suggest using a dip switch to set the times in a binary format, you'll need an hour counter probably derived from a second-counter

and you should use flip-flops to make a state machine that will allow you to perform all your hour on / hour OFF antics.

This way will take a lot of time and debugging to work right and would arguably be more expensive in the end with all costs considered.
Optikon is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 07:06 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.