Author Topic: Switch with large hysteresis  (Read 1273 times)

0 Members and 1 Guest are viewing this topic.

Offline raff5184Topic starter

  • Regular Contributor
  • *
  • Posts: 213
  • Country: us
Switch with large hysteresis
« on: February 27, 2020, 02:46:54 pm »
Hi all,
I need a switch or a switching circuitry with hysteresis.
Basically I have a supercapacitor (4F, 5.5V) connected to a load through this switch that needs to close and open in different conditions.
I want the switch to close when the voltage across the supercap is raising and becomes larger than 4.5V but it has to open when it goes down to 2V.
When I close the switch there will be a small voltage drop (not as low as 2V) so the voltage goes below 4.5V but I want the switch still to be closed, until the 2V.

Are there chips that already do this? What types? Or do I have to design my switching?
Thanks
 

Offline Tom45

  • Frequent Contributor
  • **
  • Posts: 556
  • Country: us
Re: Switch with large hysteresis
« Reply #1 on: February 27, 2020, 04:59:33 pm »
See design tool at: http://sim.okawa-denshi.jp/en/compkeisan.htm

I think your open vs. closed is backwards from normal practice. An open switch doesn't conduct current, ie, it is an open circuit. A closed switch does conduct current.
 

Offline raff5184Topic starter

  • Regular Contributor
  • *
  • Posts: 213
  • Country: us
Re: Switch with large hysteresis
« Reply #2 on: February 27, 2020, 06:26:44 pm »
Hey,

no, I meant that I want to connect the load (close the switch) only after the supercap has reached at least 4.5V. If I connect the load before I might not have enough power to charge the supercapacitor AND power the load at the same time. So, only after the supercap is charged enough I can discharge the energy on the load. Similarly, while discharging, if I go down to 2V I want to open the switch (disconnect the load) because there is not enough voltage to supply.
 

Offline Tom45

  • Frequent Contributor
  • **
  • Posts: 556
  • Country: us
Re: Switch with large hysteresis
« Reply #3 on: February 27, 2020, 07:05:23 pm »
Oh I see. I thought you were talking about a switch to control the charge. Instead you want a switch between the capacitor and the load.
 

Offline ender4171

  • Contributor
  • Posts: 29
  • Country: us
Re: Switch with large hysteresis
« Reply #4 on: March 05, 2020, 07:41:24 pm »
I've never seen a switch that smart (though that's not to say they don't exist somewhere), but what you are describing would be pretty trivial to accomplish with a relay and micro.
 

Offline raff5184Topic starter

  • Regular Contributor
  • *
  • Posts: 213
  • Country: us
Re: Switch with large hysteresis
« Reply #5 on: March 05, 2020, 07:59:35 pm »
it's basically what happens on page 6: https://www.analog.com/media/en/technical-documentation/data-sheets/2934f.pdf
The thing is this is a fixed small hysteresis and I need a larger one, of a couple of volts.


what you are describing would be pretty trivial to accomplish with a relay and micro.
How? Would I need an ADC or a micro with an integrated ADC to measure the voltage level?

I can't use active components unless they absorb current in the order of micro-amps
 

Offline Brumby

  • Supporter
  • ****
  • Posts: 12352
  • Country: au
Re: Switch with large hysteresis
« Reply #6 on: March 05, 2020, 08:38:49 pm »
It's not hard to find a micro with an ADC built in.  The Atmega328 series has them and those can be found in older Arduino boards.
 

Offline Tom45

  • Frequent Contributor
  • **
  • Posts: 556
  • Country: us
Re: Switch with large hysteresis
« Reply #7 on: March 05, 2020, 10:12:19 pm »
Did you look at the tool at the link in my first post?

   http://sim.okawa-denshi.jp/en/compkeisan.htm

Using a comparator and 3 resistors you can design what you are looking for. You would probably need a transistor or relay on the output of the comparator for switching your load.
 

Offline wizard69

  • Super Contributor
  • ***
  • Posts: 1184
  • Country: us
Re: Switch with large hysteresis
« Reply #8 on: March 06, 2020, 05:07:06 am »
You might want to look at industrial controls vendors like Omron, A&B, SMC or others that sell various interface modules.   Many of the optical switch or pressure switch modules from these vendors have hysteresis settings.   SMC for example sells pressure switch modules that take a voltage reading from the transducer in a voltage range of 1-5 (if memory holds).  Going this route is only viable if you don't have a volume requirement and are in a hurry.
 

Offline raff5184Topic starter

  • Regular Contributor
  • *
  • Posts: 213
  • Country: us
Re: Switch with large hysteresis
« Reply #9 on: March 06, 2020, 09:23:57 pm »
Did you look at the tool at the link in my first post?

   http://sim.okawa-denshi.jp/en/compkeisan.htm

yes I did. But I am not sure what opamp to use for this. Any suggestions?

Also, what about these: http://www.ti.com/lit/ds/symlink/lm2903.pdf or a 74HC14?
« Last Edit: March 06, 2020, 09:28:40 pm by raff5184 »
 

Offline raff5184Topic starter

  • Regular Contributor
  • *
  • Posts: 213
  • Country: us
Re: Switch with large hysteresis
« Reply #10 on: March 06, 2020, 09:26:56 pm »
It's not hard to find a micro with an ADC built in.  The Atmega328 series has them and those can be found in older Arduino boards.
Thanks. Like I said, I can't use devices that absorbs milliampers to work, because the purpose of my voltage monitor is to connect a supercapacitor on the actual load after it has stored enough energy
 

Offline Zero999

  • Super Contributor
  • ***
  • Posts: 19679
  • Country: gb
  • 0999
Re: Switch with large hysteresis
« Reply #11 on: March 06, 2020, 11:10:18 pm »
Did you look at the tool at the link in my first post?

   http://sim.okawa-denshi.jp/en/compkeisan.htm

yes I did. But I am not sure what opamp to use for this. Any suggestions?

Also, what about these: http://www.ti.com/lit/ds/symlink/lm2903.pdf or a 74HC14?
The 74HC14 is a Schmitt trigger IC, with fixed hysteresis, which isn't tightly controlled. The LM393 is a decent choice but is probably a little too power hungry for your application. Use a lower power comparator IC such as the  MCP6561 or TLC3702.
http://ww1.microchip.com/downloads/en/devicedoc/22139c.pdf
http://www.ti.com/lit/ds/symlink/tlc3702.pdf
 

Offline Tom45

  • Frequent Contributor
  • **
  • Posts: 556
  • Country: us
Re: Switch with large hysteresis
« Reply #12 on: March 06, 2020, 11:28:33 pm »
yes I did. But I am not sure what opamp to use for this. Any suggestions?

Those are comparators at that site, not opamps.

I don't use comparators enough to make a recommendation. Try starting with a search for low power comparators.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf