Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

TL431 based Relay

sabu31

Advanced Member level 1
Advanced Member level 1
Joined
Jan 28, 2011
Messages
460
Helped
12
Reputation
24
Reaction score
13
Trophy points
1,298
Activity points
5,279
Dear All,

I am trying to implement a Relay for bypassing NTC in a PFC circuit. TL431 is used as a reference. I am attaching the reference schematic.
As I don't have P mosfet. I have implemented using PNP Transistor with also some changes in circuit.

Its working in LTpsice simulation, I want to still confirm if there are any other practical issues.
Please can you all check the schematic and suggest if the ltspice implementation is fine for hardware implementation.

The original circuit is also attached.

Untitled.png
 

Attachments

  • Relay_Doubt.jpg
    1.7 MB · Views: 101
Hi,

biggest problem I see with your implementation is the collector resistor with 1k. This resistor will limit the coil current heavily, and also with respect to the rated coil resistance, the applied coil voltage will not be sufficient to energize/close the relay.

E.g. the 12 VDC version of this relay has a rated coil resistance of 360 Ohm, which leads to an applied coil voltage of only 3.17 V.

Get rid of your collector resistor. The maximum collector current determined by the relay is about about 40 mA, the base current is about 6.5 mA. Assuming a maximum collector-emitter saturation voltage of the 2N2907 with 1.6 V, would lead to a power dissipation of 64 mW. An assumed base-emitter saturation voltage of 1.3 V will lead to additional ~8.5 mW. This total worst-case power dissipation of 72.5 mW, is not a problem for the transistor in the TO-18 case.

BR
 
you cannot use TL431 like this...it draws 1mA bias current and make the Q2 come on regardless...use the ZR431 instead....or maybe the TLV431, but that is only 1.24v ref
 
Hi,

you cannot use TL431 like this...it draws 1mA bias current and make the Q2 come on regardless...use the ZR431 instead....or maybe the TLV431, but that is only 1.24v ref

I do not get where you come up with 1 mA. The TL431 can sink 1 mA up to 100 mA, but its off-current is in the low µA range.

TL431_Off_Current.png


BR
 
Thanks thats interesting...i dont know what "off state cathode current" is...but TL431 will always draw 400uA to 1mA of "bias current" when it has more than 2.5V on its cathode.
 
Hi,
but TL431 will always draw 400uA to 1mA of "bias current" when it has more than 2.5V on its cathode.
I´m sure this is not true.

Just look at the "Test conditions" for I_OFF. It clearly says:
* V_KA = 36V !!!
* Anode = 0V
* V_ref = V_REF_Anode = 0V
(test circuit 8-3 @ TI datasheet)

Klaus
 
i dont know what "off state cathode current" is.
You should know that it's a well defined datasheet property. It's measured for Vref = 0, thus irrelevant for discussed operation mode. On the other side Vka versus Ik is specified for Vk = Vref only. But as long as no other specification exists, I'd expect that Vref versus Ik looks similar, can't guarantee Vref of 2.5V for Ik < 1 mA max. respectively 0.4 mA typ.

Screenshot_20240527_082949_Firefox.jpg
 

    stenzer

    Points: 2
    Helpful Answer Positive Rating
Thanks, you are right, if the Ref pin of TL431 is connected to 0V then it does appear that the cathode current sinks down to 1uA (100nA to 1uA).
This is a surprise, since the cathode is actually also the Vcc pin of TL431, so its surprising that it suddenly stops drawing the 0.4-1mA of bias current when its ref pin is taken to 0V.
 
You should know that it's a well defined datasheet property. It's measured for Vref = 0, thus irrelevant for discussed operation mode. On the other side Vka versus Ik is specified for Vk = Vref only. But as long as no other specification exists, I'd expect that Vref versus Ik looks similar, can't guarantee Vref of 2.5V for Ik < 1 mA max. respectively 0.4 mA typ.

View attachment 191174
This snippet is showing that the TL431 is in cutoff at (0V Vref < about 1V). At this region, the cathode current is about 0uA. It is in the linear region at (about 1V Vref < about 2.5V). At this region , the cathode current increases, although not linearly, from about 0uA to about 400uA. It is in the saturation at Vref = about 2.5V. So in saturation, the cathode current increases rapidly above 400uA (limited by the resistance in the path) without any further increase in Vref. The saturation region is where it needs to be operated in this application. This simply tells us that for your relay circuit, you should design for IR5 (= Ib + IR3) to be greater than 400uA. Whatever value IR5 is to be designed for, Ib has to be sufficient to cause transistor (Q2) to operate in the saturation region and Ic has to be sufficient to turn on the relay, considering the relay coil resistance.

Notice that VR3 + VR3 = 12V - 2.5V because Vka = Vref.

Cheers!
--- Updated ---

Hi,



I do not get where you come up with 1 mA. The TL431 can sink 1 mA up to 100 mA, but its off-current is in the low µA range.

View attachment 191169

BR
So just like FvM mentioned regulation is not guaranteed at Ik < 1mA. So IR5 should be designed to be greater an 1mA. Just being greater than 400uA does not guarantee regulation.
 
Last edited:
Hi,

ok as pointed out by the graph attached by @FvM the PNP transistor will get conductive and will turn on the realy. This can be overcome/delayed by increasing the time constant of the RC network connected to the Vref pin (e.g. increasing C1). But of course, than the circuitry is not that well defined as by depending on Vref only.

BR
 
This snippet is showing that the TL431 is in cutoff at (0V Vref < about 1V). At this region, the cathode current is about 0uA. It is in the linear region at (about 1V Vref < about 2.5V). At this region , the cathode current increases, although not linearly, from about 0uA to about 400uA. It is in the saturation at Vref = about 2.5V. So in saturation, the cathode current increases rapidly above 400uA (limited by the resistance in the path) without any further increase in Vref. The saturation region is where it needs to be operated in this application.
The TL431 is more of a zener diode than a transistor. So here I should have been saying breakdown rather than saturation. So the snippet posted by @FvM shows that it breaks down at Vref of about 2.5V (2.495V typical, with min and max values also specified) with an Ik current draw of 400uA typical with some drawing anywhere up to 1mA. So limiting IK to below 1mA in your application may starve the TL431 and so it may not regulate.

Just had to correct the impression about cutoff and saturation.
 
The TL431 is more of a zener diode than a transistor.
I don´t agree. Your statement is only true for the datasheet test setup when REF and K are connected, makig it a 2 pin device.

In the user´s schematic it is a 3 pin device. REF is independent of K.
Then the circuit more works like a transistor with a V_BE_th of 2.5V. But even then - if you go into detail - you see it does not work this way.

Let´s focus on the OP´s circuit.

Klaus
 
You can use the transistor level equivalent circuit to evaluate the behaviour for operation points not specified in the datasheet. Transistor designators according to the transistor level model given by Helmut Sennewald. You can show that minimal operation current is mainly defined by the parameters of band gap reference Q1/Q2.

1717491020856.png


You see in simulation that minimal operation current for correct Vref is almost independent of Vka, thus above shown diagram "Cathode current versus cathode voltage" can be also read as "Cathode current versus reference voltage" for Vk > Vref.

1717491605714.png
 

Attachments

  • tl431_test.zip
    1.8 KB · Views: 38

LaTeX Commands Quick-Menu:

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top