Showing posts with label relay. Show all posts
Showing posts with label relay. Show all posts

Wednesday, November 5, 2014

Reducing Relay Power Consumption

Relays are often used as electrically controlled switches. Unlike transistors, their switch contacts are electrically isolated from the control input. On the other hand, the power dissipation in a relay coil may be unattractive for battery-operated applications. Adding an analogue switch lowers the dissipation, allowing the relay to operate at a lower voltage. The circuit diagram shows the principle. Power consumed by the relay coil equals V2/RCOIL. The circuit lowers this dissipation (after actuation) by applying less than the normal operating voltage of 5 V. Note that the voltage required to turn a relay on (pickup voltage)is usually greater than that to keep it on (dropout voltage).

Circuit Diagram :
Reducing_Relay_Power_Consumption

In this respect the relay shown has specifications of 3.5 and 1.5 V respectively, yet the circuit allows it to operate from an intermediate supply voltage of 2.5 V. Table 1 compares the relay’s power dissipation with fixed operating voltages across it, and with the circuit shown here in place. The power savings are significant. When SW1 is closed, current flows through the relay coil, and C1 and C2 begin to charge. The relay remains inactive because the supply voltage is less than its pickup voltage. The RC time constants are such that C1 charges almost completely before the voltage across C2 reaches the logic threshold of the analogue switch inside the MAX4624 IC.

Table_Reducing_Relay_Power_Consumption_Circuit_Diagramq

When C2 reaches that threshold, the on-chip switch connects C1 in series with the 2.5 V supply and the relay coil. This action causes the relay to be turned on because its coil voltage is then raised to 5 V, i.e., twice the supply voltage. As C1 discharges through the coil, the coil voltage drops back to 2.5 V minus the drop across D1. However, the relay remains on because the resultant voltage is still above the dropout level (1.5 V). Component values for this circuit depend on the relay characteristics and the supply voltage. The value of R1, which protects the analogue switch from the initial current surge through C1, should be sufficiently small to allow C1 to charge rapidly, but large enough to prevent the surge current from exceeding the specified peak current for the analogue switch.

The switch’s peak current (U1) is 400 mA, and the peak surge current is IPEAK = (VIN – VD1) / R1 + RON) where RON is the on-resistance of the analogue switch (typically 1.2 Ω). The value of C1 will depend on the relay characteristics and on the difference between VIN and the pickup voltage. Relays that need more turn-on time requires larger values for C1. The values for R2 and C2 are selected to allow C1 to charge almost completely before C2’s voltage reaches the logic threshold of the analogue switch. In this case, the time constant R2C2 is about seven times C1(R1 + RON). Larger time constants increase the delay between switch closure and relay activation. The switches in the MAX4624 are described as ‘guaranteed break before make’. The opposite function, ‘make-before break’ is available from the MAX4625. The full datasheets of these interesting ICs may be found at http://pdfserv.maxim-ic.com/arpdf/MAX4624-MAX4625.pdf

Saturday, October 25, 2014

Solid State Relay Required Only 50uA Drive Current

This circuit demands a control current that is 100 times smaller than that needed by a typical optically isolated solid state relays. It is ideal for battery-powered systems. Using a combination of a high current TRIAC and a very sensitive low current SCR, the circuit can control about 600 watts of power to load while providing full isolation and transient protection.

Sourced by :link

Wednesday, September 24, 2014

PIC Controlled Relay Driver

This circuit is a relay driver that is based on a PIC16F84A microcontroller. The board includes four relays so this lets us to control four distinct electrical devices. The controlled device may be a heater, a lamp, a computer or a motor. To use this board in the industrial area, the supply part is designed more attentively. To minimize the effects of the ac line noises, a 1:1 line filter transformer is used.

PIC-Controlled-Relay Driver Final
The transformer is a 220V to 12V, 50Hz and 3.6VA PCB type transformer. The model seen in the photo is HRDiemen E3814056. Since it is encapsulated, the transformer is isolated from the external effects. A 250V 400mA glass fuse is used to protect the circuit from damage due to excessive current. A high power device which is connected to the same line may form unwanted high amplitude signals while turning on and off. To bypass this signal effects, a variable resistor (varistor) which has a 20mm diameter is paralelly connected to the input.
 Controller-Schematic Circuit

Another protective component on the AC line is the line filter. It minimizes the noise of the line too. The connection type determines the common or differential mode filtering. The last components in the filtering part are the unpolarized 100nF 630V capacitors. When the frequency increases, the capacitive reactance (Xc) of the capacitor decreases so it has a important role in reducing the high frequency noise effects. To increase the performance, one is connected to the input and the other one is connected to the output of the filtering part.

Supply-Schematic circuit

After the filtering part, a 1A bridge diode is connected to make a full wave rectification. A 2200 uF capacitor then stabilizes the rectified signal. The PIC controller schematic is given in the project file. It contains PIC16F84A microcontroller, NPN transistors, and SPDT type relays. When a relay is energised, it draws about 40mA. As it is seen on the schematic, the relays are connected to the RB0-RB3 pins of the PIC via BC141 transistors. When the transistor gets cut off, a reverse EMF may occur and the transistor may be defected. To overcome this unwanted situation, 1N4007 diodes are connected between the supply and the transistor collectors. There are a few number of resistors in the circuit. They are all radially mounted. Example C and HEX code files are included in the project file. It energizes the next relay after every five seconds.

The components are listed below.
1 x PIC16F84A Microcontroller
1 x 220V/12V 3.6VA (or 3.2VA) PCB Type Transformer (EI 38/13.6)
1 x Line Filter (2x10mH 1:1 Transformer)
4 x 12V Relay (SPDT Type)
4 x BC141 NPN Transistor
5 x 2 Terminal PCB Terminal Block
4 x 1N4007 Diode
1 x 250V Varistor (20mm Diameter)
1 x PCB Fuse Holder
1 x 400mA Fuse
2 x 100nF/630V Unpolarized Capacitor
1 x 220uF/25V Electrolytic Capacitor
1 x 47uF/16V Electrolytic Capacitor
1 x 10uF/16V Electrolytic Capacitor
2 x 330nF/63V Unpolarized Capacitor
1 x 100nF/63V Unpolarized Capacitor
1 x 4MHz Crystal Oscillator
2 x 22pF Capacitor
1 x 18 Pin 2 Way IC Socket
4 x 820 Ohm 1/4W Resistor
1 x 1K 1/4W Resistor
1 x 4.7K 1/4W Resistor
1 x 7805 Voltage Regulator (TO220)
1 x 7812 Voltage Regulator (TO220)
1 x 1A Bridge Diode


http://www.ecircuitslab.com