switch on at threshold and hysterisis circuit
Electronics Forum Index Electronics
Circuits, theory, electrons and discussions.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web ElectronicsHelp.net
switch on at threshold and hysterisis circuit

 
Post new topic   Reply to topic    Electronics Forum Index -> Basics
Author Message
M B
Guest





Posted: Fri Mar 11, 2005 6:10 am    Post subject: switch on at threshold and hysterisis circuit Reply with quote

Hello,

I want to switch on an npn transistor when a sensed voltage exceeds a
certain threshold, say 4v, but I don't want it to switch off again until the
sensed voltage drops a bit below that, say 3v - because the signal will not
be clean.

I suppose I need a schmitt trigger, but I have no supply voltage for the
circit - only the sensed voltage itself which is found across a 10k load
resistor. Is what I want possible? Any help appreciated.

Thanks,

Matt B

Back to top
Robert Monsen
Guest





Posted: Fri Mar 11, 2005 6:10 am    Post subject: Re: switch on at threshold and hysterisis circuit Reply with quote

M B wrote:
Quote:
Hello,

I want to switch on an npn transistor when a sensed voltage exceeds a
certain threshold, say 4v, but I don't want it to switch off again until the
sensed voltage drops a bit below that, say 3v - because the signal will not
be clean.

I suppose I need a schmitt trigger, but I have no supply voltage for the
circit - only the sensed voltage itself which is found across a 10k load
resistor. Is what I want possible? Any help appreciated.

Thanks,

Matt B



Use a micro power comparator, like the LT1716. Also, use a 2.5V
micropower reference. Then, set up your input so it powers the
comparator and reference, and a voltage divider. The divider should get
to 2.5V when the input rail gets to 3.5V. The noninverting input goes to
the reference through a resistor. There is a resistor of approximately 5
to 10 times the value from the noninverting input to the output (that's
your hysteresis). The inverting input gets the divider. The output goes
to your circuit you want to power.

As the input is rising, the divider will be below the reference (which
will track the rail up to 2.5V). Once the rail gets to 4V, the divider
will be above 2.5 + the hysteresis, and the comparator will start
sinking current.

Note that you shouldn't pull more than about 40uA from the circuit, or
it'll drag down the voltage across the 10k input resistor. Thus, make
sure your reference isn't going to suck up alot of power, and make the
divider very high resistance. When the circuit it on, it'll pull current
from the input out to ground through the comparator.

--
Regards,
Robert Monsen

"Your Highness, I have no need of this hypothesis."
- Pierre Laplace (1749-1827), to Napoleon,
on why his works on celestial mechanics make no mention of God.
Back to top
Terry Pinnell
Guest





Posted: Fri Mar 11, 2005 3:11 pm    Post subject: Re: switch on at threshold and hysterisis circuit Reply with quote

"M B" <ffp944-a@yahoo.co.uk> wrote:

Quote:
Hello,

I want to switch on an npn transistor when a sensed voltage exceeds a
certain threshold, say 4v, but I don't want it to switch off again until the
sensed voltage drops a bit below that, say 3v - because the signal will not
be clean.

I suppose I need a schmitt trigger, but I have no supply voltage for the
circit - only the sensed voltage itself which is found across a 10k load
resistor. Is what I want possible? Any help appreciated.

Thanks,

Matt B


When the NPN is switched on, where will its conducting current come
from if you have no supply voltage? From the sensing circuit? What is
the end objective?

--
Terry Pinnell
Hobbyist, West Sussex, UK

Back to top
M B
Guest





Posted: Fri Mar 11, 2005 7:45 pm    Post subject: Re: switch on at threshold and hysterisis circuit Reply with quote

"Terry Pinnell" <terrypinDELETE@THESEdial.pipex.com> wrote in message
news:22n231dq5t87srb2fc757ofia7jnqu8lso@4ax.com...
Quote:
"M B" <ffp944-a@yahoo.co.uk> wrote:

Hello,

I want to switch on an npn transistor when a sensed voltage exceeds a
certain threshold, say 4v, but I don't want it to switch off again until
the
sensed voltage drops a bit below that, say 3v - because the signal will
not
be clean.

I suppose I need a schmitt trigger, but I have no supply voltage for the
circit - only the sensed voltage itself which is found across a 10k load
resistor. Is what I want possible? Any help appreciated.

Thanks,

Matt B


When the NPN is switched on, where will its conducting current come
from if you have no supply voltage? From the sensing circuit? What is
the end objective?

--
Terry Pinnell
Hobbyist, West Sussex, UK


Hi Terry,

I have a sealed "off the shelf" timer which contains a litium battery. It is
looking for closed contacts but seems to work fine across the collector and
emmiter of a switched on npn transistor.

Matt B
Back to top
M B
Guest





Posted: Fri Mar 11, 2005 8:29 pm    Post subject: Re: switch on at threshold and hysterisis circuit Reply with quote

"Robert Monsen" <rcsurname@comcast.net> wrote in message
news:bOCdnakEANcXrazfRVn-3Q@comcast.com...
Quote:
M B wrote:
Hello,

I want to switch on an npn transistor when a sensed voltage exceeds a
certain threshold, say 4v, but I don't want it to switch off again until
the sensed voltage drops a bit below that, say 3v - because the signal
will not be clean.

I suppose I need a schmitt trigger, but I have no supply voltage for the
circit - only the sensed voltage itself which is found across a 10k load
resistor. Is what I want possible? Any help appreciated.

Thanks,

Matt B

Use a micro power comparator, like the LT1716. Also, use a 2.5V micropower
reference. Then, set up your input so it powers the comparator and
reference, and a voltage divider. The divider should get to 2.5V when the
input rail gets to 3.5V. The noninverting input goes to the reference
through a resistor. There is a resistor of approximately 5 to 10 times the
value from the noninverting input to the output (that's your hysteresis).
The inverting input gets the divider. The output goes to your circuit you
want to power.

As the input is rising, the divider will be below the reference (which
will track the rail up to 2.5V). Once the rail gets to 4V, the divider
will be above 2.5 + the hysteresis, and the comparator will start sinking
current.

Note that you shouldn't pull more than about 40uA from the circuit, or
it'll drag down the voltage across the 10k input resistor. Thus, make sure
your reference isn't going to suck up alot of power, and make the divider
very high resistance. When the circuit it on, it'll pull current from the
input out to ground through the comparator.

--
Regards,
Robert Monsen

"Your Highness, I have no need of this hypothesis."
- Pierre Laplace (1749-1827), to Napoleon,
on why his works on celestial mechanics make no mention of God.


Thanks for that Robert,

It sounds like a very elegant solution.

Regards,

Matt B
Back to top
Jamie
Guest





Posted: Sun Mar 13, 2005 1:36 am    Post subject: Re: switch on at threshold and hysterisis circuit Reply with quote

Terry Pinnell wrote:

Quote:
"M B" <ffp944-a@yahoo.co.uk> wrote:


Hello,

I want to switch on an npn transistor when a sensed voltage exceeds a
certain threshold, say 4v, but I don't want it to switch off again until the
sensed voltage drops a bit below that, say 3v - because the signal will not
be clean.

I suppose I need a schmitt trigger, but I have no supply voltage for the
circit - only the sensed voltage itself which is found across a 10k load
resistor. Is what I want possible? Any help appreciated.

Thanks,

Matt B



When the NPN is switched on, where will its conducting current come
from if you have no supply voltage? From the sensing circuit? What is
the end objective?

a shocky diode perhaps?
Back to top
Harold Ryan
Guest





Posted: Sun Mar 13, 2005 6:10 am    Post subject: Re: switch on at threshold and hysterisis circuit Reply with quote

Hysteresis is a great thing. As a matter of fact, I use a low pass filter
along with hystersis to eliminate most noise on the test stands for GM and
Chrysler. Hysteresis in this case means positive feedback. A NPN function
like an inverter. You will have to add another NPN in order to have positive
feedback. Use a feedback resistor that connects the 2nd NPN to the input
signal.
Just adding a RC filter to the input can make big trouble because the input
signal will now remain at the threshold voltage for a longer time.

Harold





"M B" <ffp944-a@yahoo.co.uk> wrote in message
news:39c69cF61j3bmU1@individual.net...
Quote:
Hello,

I want to switch on an npn transistor when a sensed voltage exceeds a
certain threshold, say 4v, but I don't want it to switch off again until
the sensed voltage drops a bit below that, say 3v - because the signal
will not be clean.

I suppose I need a schmitt trigger, but I have no supply voltage for the
circit - only the sensed voltage itself which is found across a 10k load
resistor. Is what I want possible? Any help appreciated.

Thanks,

Matt B
Back to top
 
Post new topic   Reply to topic    Electronics Forum Index -> Basics All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Home & Living New Topics
Contact Us
Powered by phpBB