Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by on July 10, 2005, 10:43 am
Please log in for more thread options I'm trying to build an autonomous "sumo"-robot for competition in sumo-robot contests. One of the rules state that the robot must be inactive for 5 sec from the time it is switched on. Now I know that it probably would be much easier to buy a basic-stamp processosor and program it, but my budget is quite thin and I think it would be quite fun to construct a robot without software. I have found a circuit-drawing of a time delay relay, but it demands 12V and has a delay of roughly 7 sec. http://ourworld.compuserve.com/homepages/Bill_Bowden/page2.htm#delay.gif Since my motors run on 6V I would like the relay to do that as well. QUESTIONS: 1. How do I calculate the time delay? In the text the author states that the delay can be reduced by reducing the R or C values (R=47K, C=100uF)but is there a formula that can be used? 2. Will this solution turn the robot on at "full power" after the delay or will it start softly (when I push the button or when the time is up?)? 3. How do I have to change the circuit to reduce the voltage to 6V? 4. Is there a better alternative that wouldnt cost me more than perhaps 20$? As you can see I have'nt got much experience of electronics, so pelase be patient with me :) | |||||||||||||
|
Posted by John Fields on July 10, 2005, 6:43 pm
Please log in for more thread options On 10 Jul 2005 07:43:56 -0700, david_gillberg@spray.se wrote: --- See below. --- >As you can see I have'nt got much experience of electronics, so pelase
>be patient with me :) --- Try this: (View in a non-proportional font like Courier.) +6V>---> |
S1 |
O | +-----------------------+------+ | | | | | | | | | +-------+-------+ | | | | | +-------+ | | +---+---+ [1M] |K | O COM | |_ _| | [DIODE] [COIL]- -| +--O|R D|O--+ | | O--> |<--O--->6VOUT
| |_ | | +-------+ NO NC
+--O|T TH|---+ | | | | C | OUT|---|--[100R]-----B +-------+ |+ E 7555 [4.7µF] | | | GND--------------+---------------+ _____ _______ When you close S1, the 7555 will come out of RESET before the TRIGGER input goes high, initiating an output pulse which will energize the relay for about five seconds. This will pull the common terminal away from the normally closed contact, disconnecting it from the switched 6V coming from S1. After about five seconds the 7555 will time out, de-energizing the relay, and 6V will appear on the normally closed contact. The nice part about this circuit is that the battery only has to supply current to the relay for five seconds, but the maybe bad part is that S1 has to be able to supply all the current needed by the 6V load. Will that work for you, or would you like something else? -- John Fields Professional Circuit Designer | |||||||||||||
|
Posted by on July 10, 2005, 6:22 pm
Please log in for more thread options
That sounds great. If I have understood it correctly that is ;). Correct me if I=B4m wrong: When power is switched on the the current will flow through the 7555 (and therefore through the base of the transistor) and the coil. The coil will act as an electromagnet "shutting of" the rest of the circuitry by pulling away the common terminal (COM?). When the 7555 times out power will stop flowing through the coil and start flowing through the rest of the circuit! Sounds like just the thing ive been looking for. A couple of questions arise: 1=2E How do i set the 7555 to time out after 5 sec? 2=2E The closest thing i found att my components shop is something they call "ICM 7555" would that be what your thinking of? (do you know what ICM stands for?) 3=2E What is the diode doing in the circuit? 4=2E Is the "[4.7=B5F]" a capacitator? 5=2E What does NO and NC to the right of the circuit stand for? Phew, I think I=B4m running out of questions for the moment ;). Thanks a lot (and again for your patience, if this project works I sure will have learned a lot from it :). /David | |||||||||||||
|
Posted by on July 11, 2005, 4:48 am
Please log in for more thread options
OK, I found out what NO and NC stands for (Normally Open and Normally Closed), but then another question arose... Can a relay be both NO and NC? Do you buy a specific NO or NC relay or is it just a question of how you turn it when hooking it up to the rest of the circuit? /David | |||||||||||||
|
Posted by Randy Day on July 11, 2005, 11:51 am
Please log in for more thread options
david_gillberg@spray.se wrote: > OK, I found out what NO and NC stands for (Normally Open and Normally
> Closed), but then another question arose... Can a relay be both NO and > NC? Yes. Look for a DPDT (double pole, double throw) relay. That way you'll have two sets of contacts which can be used either as NO or NC. Assume the relay below is at rest (not powered). Contacts a and c are NC, e and f are NO. o- b a -o--__ | o- c | | | | o- f e -o--__ o- g (created by AACircuit v1.28 beta 10/06/04 www.tech-chat.de) > Do you buy a specific NO or NC relay or is it just a question of how
> you turn it when hooking it up to the rest of the circuit? You can buy SPDT, DPDT, 4PDT, etc. relays. It's in how you hook them up... HTH | |||||||||||||
| Similar Threads | Posted |
| Constructing a "Power on time delay relay" with 5 sec. delay. max 6V | July 10, 2005, 10:43 am |
| Time Delay Relay | March 1, 2005, 5:07 pm |
| Constructing a "delay" into a system? | August 26, 2008, 9:39 pm |
| slo blo/time delay fuse | June 10, 2008, 4:13 pm |
| Is this a time-delay or 'slo-blo' fuse? | September 16, 2007, 5:21 pm |
| Need a small time-delay mechanism. Any ideas? | September 16, 2007, 9:41 pm |
| Automotive delay relay | August 14, 2005, 3:22 am |
| Relay delay circuit? | May 5, 2007, 12:54 pm |
| build or substitute for 630mA rated time delay fuse ? | November 9, 2007, 4:03 pm |
| power on delay using a 555 chip | August 15, 2006, 5:44 am |
| power on delay circuit | March 6, 2008, 4:45 am |
| delay | May 25, 2006, 2:14 pm |
| delay | July 15, 2006, 9:26 am |
| 30 second delay (on and off) | November 1, 2006, 11:17 pm |
| 12v DC Delay Timer | May 18, 2005, 2:52 pm |

Constructing a "Power on time delay relay" with 5 sec. delay. max 6V
Yahoo!
Windows Live
del.icio.us
digg
Netscape 








>sumo-robot contests.
>One of the rules state that the robot must be inactive for 5 sec from
>the time it is switched on. Now I know that it probably would be much
>easier to buy a basic-stamp processosor and program it, but my budget
>is quite thin and I think it would be quite fun to construct a robot
>without software.
>
>I have found a circuit-drawing of a time delay relay, but it demands
>12V and has a delay of roughly 7 sec.
>
>http://ourworld.compuserve.com/homepages/Bill_Bowden/page2.htm#delay.gif
>
>Since my motors run on 6V I would like the relay to do that as well.
>
>QUESTIONS:
>1. How do I calculate the time delay? In the text the author states
>that the delay can be reduced by reducing the R or C values (R=47K,
>C=100uF)but is there a formula that can be used?
>
>2. Will this solution turn the robot on at "full power" after the delay
>or will it start softly (when I push the button or when the time is
>up?)?
>
>3. How do I have to change the circuit to reduce the voltage to 6V?
>
>4. Is there a better alternative that wouldnt cost me more than perhaps
>20$?