ON Time Delay in a circuit

Thread Starter

jothom

Joined Jul 19, 2018
6
hi all,

a quick question about a ON delay in a circuit,

i have an circuit where i require 2 outputs from 1 switch, so a DPDT Rocker switch will do the job, that switch basically controls 2 mini circuits one of the circuits needs to be powered first as its a brake release , the other circuit needs to be powered about 0.5 - 1 second after because its a drive command, the controller will throw up an error and not move if the signals are read at the same time this is why i need a delay in the drive command circuit.

its only a 5v line that is stepped down to about 1v, it doesnt matter if its before of after the step down.
the price is an issue because if it costs more than $5 to do then the job would not be worth it.

i have some cheap control boards that will do the job on the way in the mail but im just wondering if there is calculations and components i can use to make a small delay using, resistors, capacitors and transistors.

any advice will be helpful
thanks
 
You can try the popular 555. The time is adjusted by setting the proper RC network. t= 1.1*R*C. Note that the formula provides an estimated time, which also depends on the quality of the components.

 
It would be useful if you post the circuit that you want to delay at turn on. So we can see how the 555 can be connected to that circuit, because in the schematic above, you can see that the LED is the load, or the delayed element.
 

Thread Starter

jothom

Joined Jul 19, 2018
6
It would be useful if you post the circuit that you want to delay at turn on. So we can see how the 555 can be connected to that circuit, because in the schematic above, you can see that the LED is the load, or the delayed element.
i can look at getting that done, i have brought a 555 board im just waiting on it in the mail, i will get a drawing made and post it when i get chance, thanks for the help
 

dl324

Joined Mar 30, 2015
18,233
i can look at getting that done, i have brought a 555 board im just waiting on it in the mail, i will get a drawing made and post it when i get chance, thanks for the help
Is there a reason why you don't capitalize
Time delay using 555 timer:
upload_2018-7-19_9-8-21.png
upload_2018-7-19_9-8-35.png

Note: The pronoun 'I' is capitalized. Not doing that, as you have done repeatedly, distracts from what you're trying to convey because many, myself included, will be distracted by your misspelling. We also capitalize the first word in a sentence.
 

crutschow

Joined Mar 14, 2008
38,350
if there is calculations and components i can use to make a small delay using, resistors, capacitors and transistors.
Does this simple circuit do what you want?

C2 suppress a short output glitch at the start of the delay. If that's not a problem in your circuit then you don't need C2.

V1 [V(in)] simulates the output from your rocker switch.

upload_2018-7-19_11-5-0.png
 

danadak

Joined Mar 10, 2018
4,057
is there a worst case max rise time associated with the inputs
of the module you are driving ?

A slow rise time, especially one that hovers in the threshold range of
a logic input, can cause some real problems, false triggering, excessive
power dissipation......

Regards, Dana.
 

Tonyr1084

Joined Sep 24, 2015
9,744
many, myself included, will be distracted by your misspelling.
Didn't notice it until you said something.

Since it's a "Command" line, a simple buffer and an RC circuit would probably be able to give you plenty of time delay. The command from the switch feeds through a resistor into a capacitor and the input of a buffer. When you switch on the resistor prevents the cap from going to full voltage in an instant (theoretically) (don't nobody bash me for saying caps go to full voltage instantly - we all know they don't. But for the sake of argument). The cap slowly charges up through the resistor. When the voltage reaches the threshold of the buffer it switches on and your command line gets the signal to start the - whatever.

And don't nobody bash me for saying "Don't nobody".
 

Thread Starter

jothom

Joined Jul 19, 2018
6
Is there a reason why you don't capitalize
Time delay using 555 timer:
View attachment 156493
View attachment 156494

Note: The pronoun 'I' is capitalized. Not doing that, as you have done repeatedly, distracts from what you're trying to convey because many, myself included, will be distracted by your misspelling. We also capitalize the first word in a sentence.
'I' was here for electrical advise not grammar, if was trying to write you some perfect literature, I would have.
This was a very informal question but thanks for being that one forum idiot
 

Thread Starter

jothom

Joined Jul 19, 2018
6
is there a worst case max rise time associated with the inputs
of the module you are driving ?

A slow rise time, especially one that hovers in the threshold range of
a logic input, can cause some real problems, false triggering, excessive
power dissipation......

Regards, Dana.
Yes, I wouldn't want it any longer than 2 seconds, the machine needs to start moving as soon as possible after the brake is released (0.5 to 2 seconds)
 

Tonyr1084

Joined Sep 24, 2015
9,744
This was a very informal question but thanks for being that one forum idiot
You forgot the period at the end of your sentence. OOPS! Two of us now. :)

Just havin' a little fun this morning. @crutschow in post #7 gives you a beautiful solution. Changing the value of the resistor or the capacitor will modify the delay time. He's showing you an approximately 1.1 second delay. Since I don't know your level of electronics understanding I'll say this: A lower value resistor will shorten the time. OR a lower value capacitor. Changing either by a factor of 10 would change the timing by the same factor. Half the resistance would cut the delay time in half. Same would be true of the capacitor.

Hope you've found a good solution to your needs.
 
Last edited:

Tonyr1084

Joined Sep 24, 2015
9,744
Just guessing here, but I think a shorter time delay, say one of around 0.5 seconds should increase the rise time transition from off to on.
 

AnalogKid

Joined Aug 1, 2013
12,069
Referring to circuit #7 --

It might be your "poor grammar", but I think you meant that a shorter delay period would *decrease* the risetime (increase the speed of the edge). If so, then you (and I) are correct.

ak
 

crutschow

Joined Mar 14, 2008
38,350
Yes, I wouldn't want it any longer than 2 seconds, the machine needs to start moving as soon as possible after the brake is released (0.5 to 2 seconds)
danadak's question is about the rise-time of the signal (how fast it changes states), not the delay.
Can you determine if the circuit is sensitive to that?

If so, a simple circuit can be made using a CD4106 Schmitt trigger gate IC in place of the transistor as ebeowulf17 noted, such as below:

upload_2018-7-22_11-43-29.png
 
Last edited:
Top