EEVblog Electronics Community Forum

General => General Technical Chat => Topic started by: bigjoncoop on April 29, 2024, 12:07:41 am

Title: Relay trigger when voltage above 13v
Post by: bigjoncoop on April 29, 2024, 12:07:41 am
Trying to create a simple circuit that will trigger a relay only when the monitored voltage is above 13v.

(the output voltage of the circuit is not important. Just needs to be 0v when the monitored voltage is below 13v)



I was able to find a couple of threads on this, but there was no clear answer in the end...



I was originally thinking of using a LM386 and a TL431 as a voltage reference since I have alot of these components. But was unable to find a detailed schematic on how to do so...

I do have a couple of low voltage disconnect modules I could use if all else fails connect a Buck converter on the output to trigger a 5 volt relay..

Specs:

Monitored Voltage Range: 12v - 14.6v

Trigger Voltage: ≥13v

Output voltage to control relay: Not Important
Title: Re: Relay trigger when voltage above 13v
Post by: Andy Chee on April 29, 2024, 01:46:58 am
I think you’re after a hysteresis circuit i.e. turn on relay as voltage rises above 13V, turn off relay as voltage drops below 12V.

Alternatively, perhaps you’re after a monostable “reset” circuit i.e. turn on relay as voltage rises above 13V, relay remains on until power is removed.
Title: Re: Relay trigger when voltage above 13v
Post by: Ian.M on April 29, 2024, 02:44:07 am
TL431, driving the base of a PNP transistor to switch the supply to the relay.  You'll need appropriate base resistors, an anti-parallel diode across the relay coil, and possibly a high value feedback resistor from the collector of the PNP to the TL431 REF pin to add a little hysteresis.  Make the feedback resistor much lower, and once triggered it will latch on, till you momentarily either remove the supply, or ground the REF pin.
Title: Re: Relay trigger when voltage above 13v
Post by: SmallCog on April 29, 2024, 02:51:17 am
Sounds, in function, similar to what a traditional dual battery controller would do.

These are sometimes referred to as voltage sensing relays or VSR's

Even if your project is not for this purpose, you may find some useful information in magazine articles for similar projects - it's certainly been a topic covered in our local magazines here and likely will have in others

eg: https://www.siliconchip.com.au/Issue/2019/July/Dual+Battery+Isolator+for+4WD%2C+RVs%2C+Caravans%2C+etc (https://www.siliconchip.com.au/Issue/2019/July/Dual+Battery+Isolator+for+4WD%2C+RVs%2C+Caravans%2C+etc)

or this: https://www.siliconchip.com.au/Issue/2020/December/Dual+Battery+Lifesaver (https://www.siliconchip.com.au/Issue/2020/December/Dual+Battery+Lifesaver)

Someone may be able to lend you a copy of their issue of this magazine if required :-)
Title: Re: Relay trigger when voltage above 13v
Post by: ledtester on April 29, 2024, 04:37:36 am
Here is TI's app note on using the TL431 as a comparator:

Using the TL431 for Undervoltage and Overvoltage Detection
https://www.ti.com/lit/an/slva987a/slva987a.pdf (https://www.ti.com/lit/an/slva987a/slva987a.pdf)

You might find it easier to use a real comparator - eg. a LM339 / 393 / etc.

Here is TI's app note on designing a comparator circuit with hysteresis:

Comparator with Hysteresis Reference Design
https://www.ti.com/lit/ug/tidu020a/tidu020a.pdf (https://www.ti.com/lit/ug/tidu020a/tidu020a.pdf)
Title: Re: Relay trigger when voltage above 13v
Post by: dietert1 on April 29, 2024, 06:24:10 am
Here is TI's app note on using the TL431 as a comparator:

Using the TL431 for Undervoltage and Overvoltage Detection
https://www.ti.com/lit/an/slva987a/slva987a.pdf (https://www.ti.com/lit/an/slva987a/slva987a.pdf)
..
I would replace the bipolar transistor of Figure 6 in that app note by a p-channel mosfet in order get rid of the relay. The voltage sense divider causes a small current drain even below threshold.

Regards, Dieter
Title: Re: Relay trigger when voltage above 13v
Post by: Zero999 on April 29, 2024, 08:24:56 am
The LM386 is an audio amplifier IC. I think you meant the LM393.

Plenty of good ideas have been given above. If you want an off the shelf solution, then you could use a voltage monitoring relay.
Title: Re: Relay trigger when voltage above 13v
Post by: NiHaoMike on April 29, 2024, 12:03:30 pm
Use a supply voltage monitoring chip, it will already have many features you want such as hysteresis and deglitching.
Title: Re: Relay trigger when voltage above 13v
Post by: AVGresponding on April 29, 2024, 04:44:47 pm
The LM386 is an audio amplifier IC. I think you meant the LM393.

Plenty of good ideas have been given above. If you want an off the shelf solution, then you could use a voltage monitoring relay.

The LM386 is basically a power op-amp, and would be fine to use for this, though the quiescent current might not be optimal. It'll certainly be better used as this than as an audio amplifier; it's horrible at that
Title: Re: Relay trigger when voltage above 13v
Post by: Zero999 on April 29, 2024, 09:40:57 pm
The LM386 is an audio amplifier IC. I think you meant the LM393.

Plenty of good ideas have been given above. If you want an off the shelf solution, then you could use a voltage monitoring relay.

The LM386 is basically a power op-amp, and would be fine to use for this, though the quiescent current might not be optimal. It'll certainly be better used as this than as an audio amplifier; it's horrible at that
I don't think so. I would be difficult to use the LM386 as a comparator. The input voltage is limited to +/-0.4V, it's internally biased, so its output sits at half the supply voltage and the DC gain is only 20. No doubt it can be hacked into a comparator circuit, but it's much easier to just use the LM393.
https://www.ti.com/lit/ds/symlink/lm386.pdf (https://www.ti.com/lit/ds/symlink/lm386.pdf)

TL431, driving the base of a PNP transistor to switch the supply to the relay.  You'll need appropriate base resistors, an anti-parallel diode across the relay coil, and possibly a high value feedback resistor from the collector of the PNP to the TL431 REF pin to add a little hysteresis.  Make the feedback resistor much lower, and once triggered it will latch on, till you momentarily either remove the supply, or ground the REF pin.
Like this.
[attachimg=2]
Title: Re: Relay trigger when voltage above 13v
Post by: AVGresponding on April 30, 2024, 05:26:19 am
The LM386 is an audio amplifier IC. I think you meant the LM393.

Plenty of good ideas have been given above. If you want an off the shelf solution, then you could use a voltage monitoring relay.

The LM386 is basically a power op-amp, and would be fine to use for this, though the quiescent current might not be optimal. It'll certainly be better used as this than as an audio amplifier; it's horrible at that
I don't think so. I would be difficult to use the LM386 as a comparator. The input voltage is limited to +/-0.4V, it's internally biased, so its output sits at half the supply voltage and the DC gain is only 20. No doubt it can be hacked into a comparator circuit, but it's much easier to just use the LM393.
https://www.ti.com/lit/ds/symlink/lm386.pdf (https://www.ti.com/lit/ds/symlink/lm386.pdf)

TL431, driving the base of a PNP transistor to switch the supply to the relay.  You'll need appropriate base resistors, an anti-parallel diode across the relay coil, and possibly a high value feedback resistor from the collector of the PNP to the TL431 REF pin to add a little hysteresis.  Make the feedback resistor much lower, and once triggered it will latch on, till you momentarily either remove the supply, or ground the REF pin.
Like this.
[attachimg=2]

The OP mentioned wanting to use an LM386 because they have lots of them. I always try to answer the question being asked, and not ignore it.

The output biasing is trivially easy to incorporate as part of the design. The input limitations require more thought, the voltage divider values can't be as arbitrary as you could normally get away with. Aside from that, it's perfectly feasible, if not optimal.
Title: Re: Relay trigger when voltage above 13v
Post by: Zero999 on April 30, 2024, 07:01:30 am
The LM386 is an audio amplifier IC. I think you meant the LM393.

Plenty of good ideas have been given above. If you want an off the shelf solution, then you could use a voltage monitoring relay.

The LM386 is basically a power op-amp, and would be fine to use for this, though the quiescent current might not be optimal. It'll certainly be better used as this than as an audio amplifier; it's horrible at that
I don't think so. I would be difficult to use the LM386 as a comparator. The input voltage is limited to +/-0.4V, it's internally biased, so its output sits at half the supply voltage and the DC gain is only 20. No doubt it can be hacked into a comparator circuit, but it's much easier to just use the LM393.
https://www.ti.com/lit/ds/symlink/lm386.pdf (https://www.ti.com/lit/ds/symlink/lm386.pdf)

TL431, driving the base of a PNP transistor to switch the supply to the relay.  You'll need appropriate base resistors, an anti-parallel diode across the relay coil, and possibly a high value feedback resistor from the collector of the PNP to the TL431 REF pin to add a little hysteresis.  Make the feedback resistor much lower, and once triggered it will latch on, till you momentarily either remove the supply, or ground the REF pin.
Like this.
(Attachment Link)
The OP mentioned wanting to use an LM386 because they have lots of them. I always try to answer the question being asked, and not ignore it.
Using a part, just because you have loads of them, is normally a bad idea.

Quote
The output biasing is trivially easy to incorporate as part of the design. The input limitations require more thought, the voltage divider values can't be as arbitrary as you could normally get away with. Aside from that, it's perfectly feasible, if not optimal.
Alright then, post a schematic. Show me how you would do it.