To have a reset function added just put a pushbutton switch in the reset line to pin12.Here is the start of an idea. It will take zero power from the 12 volt supply when off but if you require it to take zero power from the 110 volt supply that powers the 110 volt (I assume AC supply.) to 12 volt DC power supply then it becomes more complicated. This basic schematic does not cater for terminating the timing period.
View attachment 185090
It is based round a 14 stage binary counter with the option of an oscillator to clock it. The timing will be arranged so the Q13 output goes high after 30 minutes. The Q14 output will go high after 60 minutes. selecting these outputs with a switch will give those two time values. After 90 minutes both Q13 and Q14 will be high. IC2A will give a low output for this condition. IC2B just acts as an inverter converting this low to a high. This connects to the third position of the delay select switch (90 minute position.) The output of the switch is inverted by IC2C so IC2C's output will be high until the end of delay condition. This holds Q1 on (Via D1) which drives the relay. S2 is a push button switch to start the timer.
When it is pressed its output is differentiated by C2 and R3 to give a short pulse which pulses Q1 on via D2. The contacts on the relay then supply power to the ICs. The pulse also resets all the flip flops in the 4060 In this condition the output of IC2C will be high holding Q1 on. At the end of the start pulse the reset condition is removed from the 4060 so it starts counting up. As the 30 minute stage is Q13 we need to clock the 4060 every 1800 divided by 2^13 (8192) = 0.2197 seconds. I have not yet calculated the values for C1, R1 & R2 to give this timing. You could use switch selection of the timing components instead of decoding the binary outputs of the counter. You could also use an external oscillator such as a CMOS 555.
Do you require it to take zero power from the 110 volts power supply in the off state ? Showing us how you have done this with the microcontroller version may give us ideas on how to do it with the above schematic.
Les.
The title clearly stated 'no micro controller'Something like this
And the TS also reacted to some of the issues with discrete logic circuits discussed,The title clearly stated 'no micro controller'
And the TS said that hes already accomplished this by using micro controller
Seems like you are advertising attiny every where
He is an experienced processor user, self stated, and considerationsThe idea is that the the time can be adjusted if I understand the basic concept. From reading all the feedback it looks like I am way over my head and I will have to scale my ambition down a bit.
I have created a latch power switch with a timer using a micro controller, and I am wondering if i can do same but without a micro controller.
Then why are you trying to sell him attiny?He is an experienced processor user, self stated
I had no idea this is an electronic forum, I thought it was for knitting skullcaps.Then why are you trying to sell him attiny?
I dont have any problem with any micro processor, I think that attiny is great, but when someone is trying to learn electronic, I do not steer them away from their course by saying that its too complicated, dont bother, just go for micro controller! Should have encourage them instead, this is an electronic forum after all
He has already succeeded! Hello?!helping them to successful and hopefully safe designs
HiHi MisterBill2,
A pulse to pin 12 (Reset pin) of the 4060 would just restart the timing sequence. The TS wants the option to terminate the timing sequence and switch the output off before the end of the set time and he would like to do this using the same push button as the one used to start the timer. I can think of ways to do this and achieve zero power consumption on the 12 volt supply in the off state but I have not worked out how to do it and achieve zero power on the 110 volt input to the 100 to 12 volt power supply. It is easy to achieve zero power on the 110 volts by using the relay contacts to switch the 110 volts to the power supply and having the start button in parallel with these contacts. with this method the top end of C2 would go directly to the + 12 volt rail to generate the initial reset pulse to the 4060. The timing sequence could be terminated using a second push button with normally closed contacts in series with the contacts on the relay.
Les.
At one time the national electrical code mandated that switches should have a definite "off" position. My preference is always for the "off" button to never have any other function. That is also why I consider that putting that big button in cars that works for both start and stop is just plain STUPID, because when I want the engine to stop it needs to stop NOW! An off button for lights that was always an off button makes a lot more sense at all times.Hi
Seems like this could be accomplished using a CD4013B driven by the start/stop button. The FF output could hold the 4060 in "reset" until pressed. But it would require some power for the circuit to maintain its state. A battery maybe?
Hmmmm.
eT
Heh....I agree.At one time the national electrical code mandated that switches should have a definite "off" position. My preference is always for the "off" button to never have any other function. That is also why I consider that putting that big button in cars that works for both start and stop is just plain STUPID, because when I want the engine to stop it needs to stop NOW! An off button for lights that was always an off button makes a lot more sense at all times.