Author Topic: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.  (Read 1784 times)

0 Members and 1 Guest are viewing this topic.

Offline JJ_023Topic starter

  • Frequent Contributor
  • **
  • Posts: 343
  • Country: us
200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« on: May 13, 2024, 04:25:03 pm »
I am asking the communities help in designing a circuit with the following parameters.

Timer needs to be fine-tuned once and then left as is.

The timer is going to be roughly 200 minutes.

The circuit is going to switch an 8 A load at 120VAC 60 Hz.  (In this particular case the load is primarily a heating element.) with a momentary LED switch.  The switch initiates the timer as well as abruptly ending the timer sequence should that be necessary.

I have built plenty of these types of circuits in the past. They all pretty much start out the same.
I take a 120V AC to 12V DC power supply and use that for the momentary switch as well as for the timer circuit.  The momentary switch is a lighted LED switch.  The timer circuit is usually some sort of microcontroller.  I have even used off-the-shelf products that are compatible with home assistant to get the ability to control the device from anywhere as well as giving Wi-Fi accessibility to the device.

The timer circuit then drives the SSR (solid-state relay) to switch the load on and off.  The SSR is typically rated to 100A AC and is controlled by 3-32V DC at 20mA (typically).   

The load also incorporates a fast blow fuse in its own dedicated fuse holder wired on the hot side.

I am primarily looking for advice on how to implement the timer part of the circuit, maybe other variants.  However, any overall ideas are also greatly appreciated in terms of improving what I am currently doing.

Based on my previous posts on here on the 555 it was suggested to get a CMOS variant.  I now have those in stock primarily the LMC555 CMOS Timer from Texas Instruments.  https://www.ti.com/lit/ds/symlink/lmc555.pdf?ts=1715555308343

Is it worth creating a timer circuit out of this chip (Monostable mode)?  The resistor values are in the 1G ohm range with a 100uf capacitor, or is it better to just stick with a microcontroller? 

Is there a better solution than those two for a timer to accomplish what I am looking to do?

As always thank you to everyone in advance that participates
 

Online themadhippy

  • Super Contributor
  • ***
  • Posts: 2655
  • Country: gb
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #1 on: May 13, 2024, 05:17:14 pm »
binary counter and a few and gates?
 
The following users thanked this post: JJ_023

Online PCB.Wiz

  • Super Contributor
  • ***
  • Posts: 1595
  • Country: au
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #2 on: May 13, 2024, 05:55:49 pm »
Timer parts like HEF4541, HEF4521, and even 4060 x 2 avoid very large values and make testing easy.

You could also look at
https://www.eevblog.com/forum/projects/how-to-shorten-the-signal-to-my-doorbell/msg5467111/#msg5467111
Where a timer-relay was the best (simplest,quickest,least wiring) solution.
 
The following users thanked this post: JJ_023

Offline xvr

  • Regular Contributor
  • *
  • Posts: 225
  • Country: ie
    • LinkedIn
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #3 on: May 13, 2024, 06:04:04 pm »
Quote
The timer circuit is usually some sort of microcontroller.
Quote
Is there a better solution than those two for a timer to accomplish what I am looking to do?
Why not microcontroller? You can use some tiny MCU with 8 pins, it will be even simpler than 555 timer and post dividers.
 
The following users thanked this post: Smokey, JJ_023

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 9574
  • Country: gb
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #4 on: May 13, 2024, 06:33:35 pm »
It depends on the OP's skill set, either method is valid. The technique they intend to use to determine and adjust the required time may also be relevant.

Edit: Scrub that, he has used microcontrollers before. Also, trying to use a monostable with such high resistance and capacitance values will be far too sensitive to board leakages, contamination, atmospheric humidity even. I'd consider that a non-starter.
« Last Edit: May 13, 2024, 06:41:02 pm by Gyro »
Best Regards, Chris
 
The following users thanked this post: JJ_023

Offline JJ_023Topic starter

  • Frequent Contributor
  • **
  • Posts: 343
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #5 on: May 13, 2024, 06:39:16 pm »
binary counter and a few and gates?

I am familiar with both of those components and the proposed solution although I have never done it.  However I am unaware of how to implement it.   I will have to look into it.   

What would be the advantage of this over a microcontroller or a cmos 555?
 

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 9574
  • Country: gb
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #6 on: May 13, 2024, 06:43:25 pm »
Sorry, I was just posting an edit to my above post when I saw yours. As I explained, there's no way you'll be able to do it in a single CMOS 555. You need to start with a faster clock and divide it down to stand any chance over 200 minutes.
Best Regards, Chris
 
The following users thanked this post: JJ_023

Offline JJ_023Topic starter

  • Frequent Contributor
  • **
  • Posts: 343
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #7 on: May 13, 2024, 06:49:12 pm »
Timer parts like HEF4541, HEF4521, and even 4060 x 2 avoid very large values and make testing easy.

You could also look at
https://www.eevblog.com/forum/projects/how-to-shorten-the-signal-to-my-doorbell/msg5467111/#msg5467111
Where a timer-relay was the best (simplest,quickest,least wiring) solution.
  I have read the data sheet for the HEF4541 it would definitely work and it is similar to the first responders post just an all-in-one solution.

I read that post  they had some interesting suggestions.   Thank you for sharing all that information.
 

Offline xvr

  • Regular Contributor
  • *
  • Posts: 225
  • Country: ie
    • LinkedIn
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #8 on: May 13, 2024, 06:50:40 pm »
What would be the advantage of this over a microcontroller?
There is impossible to beat MC over everything. 1 IC without any external circuitry (except blocking capacitor) - there is impossible to do any smaller/better.
 
The following users thanked this post: JJ_023

Offline JJ_023Topic starter

  • Frequent Contributor
  • **
  • Posts: 343
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #9 on: May 13, 2024, 06:51:54 pm »
A microcontroller is what I currently use as I stated in the opening post.  An Arduino would work as well.   I was just looking to expand my knowledge and see if anything could be improved upon or be made aware of something I was not.  Thank you.

 

Offline JJ_023Topic starter

  • Frequent Contributor
  • **
  • Posts: 343
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #10 on: May 13, 2024, 06:55:10 pm »

Edit:  Also, trying to use a monostable with such high resistance and capacitance values will be far too sensitive to board leakages, contamination, atmospheric humidity even. I'd consider that a non-starter.

That was my concern with the monostable approach.   Thanks for pointing out and confirming this.  What do you think would be a good solution for a long timer besides microcontroller (that's what I am currently using)?   Definition of long timer being three hours.

 

Offline JJ_023Topic starter

  • Frequent Contributor
  • **
  • Posts: 343
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #11 on: May 13, 2024, 06:58:02 pm »
Sorry, I was just posting an edit to my above post when I saw yours. As I explained, there's no way you'll be able to do it in a single CMOS 555. You need to start with a faster clock and divide it down to stand any chance over 200 minutes.

Thank you for elaborating on this.  I had reservations about the time length that's why I wrote this post.   I wanted to see if there is another solution besides a micro controller.   Don't get me wrong I have no issues with using a microcontroller.  I've done dozens and dozens of projects with them.   I just want to see if there is another solution to expand my knowledge and maybe broaden my exposure to things that are out there that I had no clue exist.
 

Offline JJ_023Topic starter

  • Frequent Contributor
  • **
  • Posts: 343
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #12 on: May 13, 2024, 07:01:28 pm »
What would be the advantage of this over a microcontroller?
There is impossible to beat MC over everything. 1 IC without any external circuitry (except blocking capacitor) - there is impossible to do any smaller/better.

That was my thought process as well.  Also for people that might be reading this in the future that are not comfortable with microprocessors I would recommend looking at some of the home automation modules which interface with home assistant. 


You don't really need any programming skills to be able to get them to function in this intended manner.
 

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 9574
  • Country: gb
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #13 on: May 13, 2024, 07:03:45 pm »
Sorry, I was just posting an edit to my above post when I saw yours. As I explained, there's no way you'll be able to do it in a single CMOS 555. You need to start with a faster clock and divide it down to stand any chance over 200 minutes.

Thank you for elaborating on this.  I had reservations about the time length that's why I wrote this post.   I wanted to see if there is another solution besides a micro controller.   Don't get me wrong I have no issues with using a microcontroller.  I've done dozens and dozens of projects with them.   I just want to see if there is another solution to expand my knowledge and maybe broaden my exposure to things that are out there that I had no clue exist.

As PCB.Wiz points out, using a 74HC4060 (or two) even a CD4060, will give you a 14 stage binary divider (1/16384), a simple cmos gate oscillator and a clear input, all in one chip. Your RC time constants then become a lot more sensible. I've used them before for very basic battery charger timers. The datasheet should give you all you need.
Best Regards, Chris
 
The following users thanked this post: JJ_023

Online themadhippy

  • Super Contributor
  • ***
  • Posts: 2655
  • Country: gb
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #14 on: May 13, 2024, 07:13:05 pm »
Quote
However I am unaware of how to implement
clock a binary counter once a second (the above mentioned cd4060, a 32.7khz crystal and a dived by 2 circuit for example)  and combine the counter outputs with AND gates so when  the count  reaches  10111011100000  it stops
 
The following users thanked this post: JJ_023

Offline mariush

  • Super Contributor
  • ***
  • Posts: 5071
  • Country: ro
  • .
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #15 on: May 13, 2024, 07:13:12 pm »
Easier than a microcontroller? Probably a small motor and a bunch of reduction gears that would cause a wheel to make a half rotation or full rotation in 200 minutes.

basically a simplified version of this



Or... thinking cassette tapes ... have a cassette tape run at slow speed so that the tape ends at exactly 200 minutes... you can detect tape end with an optical sensor (tape becomes transparent at the end)


 
The following users thanked this post: JJ_023

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 9574
  • Country: gb
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #16 on: May 13, 2024, 07:18:47 pm »
...
Or... thinking cassette tapes ... have a cassette tape run at slow speed so that the tape ends at exactly 200 minutes... you can detect tape end with an optical sensor (tape becomes transparent at the end)

I sense a competition coming on.  :)
Best Regards, Chris
 
The following users thanked this post: JJ_023

Offline JJ_023Topic starter

  • Frequent Contributor
  • **
  • Posts: 343
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #17 on: May 13, 2024, 07:59:08 pm »
Sorry, I was just posting an edit to my above post when I saw yours. As I explained, there's no way you'll be able to do it in a single CMOS 555. You need to start with a faster clock and divide it down to stand any chance over 200 minutes.

Thank you for elaborating on this.  I had reservations about the time length that's why I wrote this post.   I wanted to see if there is another solution besides a micro controller.   Don't get me wrong I have no issues with using a microcontroller.  I've done dozens and dozens of projects with them.   I just want to see if there is another solution to expand my knowledge and maybe broaden my exposure to things that are out there that I had no clue exist.

As PCB.Wiz points out, using a 74HC4060 (or two) even a CD4060, will give you a 14 stage binary divider (1/16384), a simple cmos gate oscillator and a clear input, all in one chip. Your RC time constants then become a lot more sensible. I've used them before for very basic battery charger timers. The datasheet should give you all you need.

Thank you for that.  I looked at the data sheet for the Texas Instruments.   Maybe I will order one and play around with it.
 

Offline JJ_023Topic starter

  • Frequent Contributor
  • **
  • Posts: 343
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #18 on: May 13, 2024, 08:00:30 pm »
Quote
However I am unaware of how to implement
clock a binary counter once a second (the above mentioned cd4060, a 32.7khz crystal and a dived by 2 circuit for example)  and combine the counter outputs with AND gates so when  the count  reaches  10111011100000  it stops

I get the gist of this but do not fully understand how to do this.   I'll try to look into it.   Thank you.
 

Offline JJ_023Topic starter

  • Frequent Contributor
  • **
  • Posts: 343
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #19 on: May 13, 2024, 08:01:44 pm »
Easier than a microcontroller? Probably a small motor and a bunch of reduction gears that would cause a wheel to make a half rotation or full rotation in 200 minutes.

basically a simplified version of this



Or... thinking cassette tapes ... have a cassette tape run at slow speed so that the tape ends at exactly 200 minutes... you can detect tape end with an optical sensor (tape becomes transparent at the end)

That is a great post apocalyptic design.  :)   Thank you for the ingenuity.
 

Offline Zero999

  • Super Contributor
  • ***
  • Posts: 19591
  • Country: gb
  • 0999
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #20 on: May 13, 2024, 08:06:40 pm »
A microcontroller is what I currently use as I stated in the opening post.  An Arduino would work as well.   I was just looking to expand my knowledge and see if anything could be improved upon or be made aware of something I was not.  Thank you.
You can use the smallest, simplest, 6-pin  microcontroller you can find and program it in assembly, rather than C.
 
The following users thanked this post: JJ_023

Offline mag_therm

  • Frequent Contributor
  • **
  • Posts: 725
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #21 on: May 13, 2024, 08:36:37 pm »
I am  working on a separate "hardware" watchdog timer to stop ham sdr radio transmitter in event of cpu hang.
The timer I selected is "DC 12V FRM01 Timer" one of the generic modules available on Amazon, $17 for (2).

It has 18 modes, 0.1 s to 270 h  and  a 14 page programming manual that can be downloaded separately.
 The c/o contact is rated 125V AC 10 Amp, but recommended rating is 1/2 for resistive  or 1/3 for inductive/capacitive.
The AC contacts look well sized, separate from circuit and surrounded by ground plane
The modes are programmed with onboard buttons and led numeric display. There is a terminal for 1 20 ms pull up/pulse contact.

This timer comes in versions for 5V, 12V  and 24VDC supply, and there are a number of similar ones to this part number.
 
The following users thanked this post: JJ_023

Offline ledtester

  • Super Contributor
  • ***
  • Posts: 3068
  • Country: us
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #22 on: May 13, 2024, 09:12:18 pm »
Also, trying to use a monostable with such high resistance and capacitance values will be far too sensitive to board leakages, contamination, atmospheric humidity even. I'd consider that a non-starter.

Might check out the "C005" timer COB module which can produce delays from "5 seconds to over 40 days."

https://westsideelectronics.com/delay-timer-ic/


 
The following users thanked this post: JJ_023

Offline schmitt trigger

  • Super Contributor
  • ***
  • Posts: 2233
  • Country: mx
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #23 on: May 13, 2024, 09:17:33 pm »
...
Or... thinking cassette tapes ... have a cassette tape run at slow speed so that the tape ends at exactly 200 minutes... you can detect tape end with an optical sensor (tape becomes transparent at the end)

I sense a competition coming on.  :)
How about a narrow throated funnel, filled with fine sand, which drops on a plate below which is attached to a strain gage?  ;D

Now seriously , the CD4541 or other similar long range counter is actually your best bet, as previously suggested.
 
The following users thanked this post: Smokey, JJ_023

Online PCB.Wiz

  • Super Contributor
  • ***
  • Posts: 1595
  • Country: au
Re: 200 Minute Timer Circuit Design Help – 8A 120VAC Load.
« Reply #24 on: May 14, 2024, 01:08:51 am »
Timer needs to be fine-tuned once and then left as is.
The timer is going to be roughly 200 minutes.

Questions here are how much fine-tune and for what values of 'roughly' ?

Digital dividers are very simple, and you can get very accurate binary multiples, from any frequency. (mains, or 32.768kHz)
With a programmable divider, like a 40103, you can get finer digital control

RC oscillators are easy to adjust, with a trimpot or fixed resistors,  and should be stable to 1%~ 0.1% from setpoint.

A small MCU would need to have some ADC ability, to allow for the adjust side.

If it is done using Logic, or a MCU, some test pin that is meter-able quickly, can let you know what the setting is, without waiting 200 minutes  8)

Some of those logic parts have a fast-test pin so a MCU design could do similar.
 
The following users thanked this post: JJ_023


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf