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.

A push-button for reversing polarity?

Status
Not open for further replies.

dw2296

Newbie level 4
Joined
Sep 19, 2015
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
81
Hi,

I am an amateur working on an electronics project and am using a latching relay that requires a reversed polarity to unlatch. I know that I can use a DPDT rocker switch and wire it to reverse polarity, but I really want to use a push button for this specific application. However, it has to be momentary and normally off when not in use; I just want it to momentarily pulse the relay in directions that are reversed every time the switch is pressed (so for example with five succinct presses of the push button the relay would go something like: latch, unlatch, latch, unlatch, latch). Is this possible? I've been searching online for something like this but haven't had any luck so far. Any suggestions to accomplish the same task in a slightly different way is also welcomed. Thanks for any help!

If it matters, I am using the relay below. One side of the relay has a single throw circuit and the other has a dual throw circuit, while the two opposite pins at the end control it.

**broken link removed**
 

I have designed a driver circuit for a similar latching relay. I do not remember details, but I used a 7401 IC to form pulses from the push button, then a divider-by-two, and a pair of optical power drivers, PVG 612, to drive the coil(s) in both directions.
To avoid an isolated DC power supply, for reversed pulses I used a small DC-DC converter to charge two 50 uF capacitors which then were discharged through the latching coil. Capacitors were charged through 1k resistors as only pulses were sent to the coil. Depends how fast the switching operation is required.

If you need only one switch, I would prefer the manual toggle switch. It would replace all above complex circuitry and work reliably. My circuit was needed as the customer wanted to use either a local push button, or remote logic input.
 

You would just need a toggle Flip Flop, a one shot and two active low switches with Relay coil common to V+.

Single push button goes to one shot which debounces push button and drives FF Clock input in /2 mode or toggle mode ( D=Qbar)

Q AND one shot = Gate drive 1
Qnot NOR one shot = Gate drive 2
FETs would be N Ch enhancement type.. most common. with RdsON<< Coil Rs.
AND function could be done in logic or inverted inputs with Diode OR and R pullup.

Make sense?

Here's proof concept.
Click on the switch bar.

Momentary switch should be gold plated signal type. (non-oxidizing low current)
FETs can be any RdsOn << Load Rs. Add reverse clamp diodes to coils.

This is a non-retriggerable one shot, leading edge of push button, and variable duration set by RC with Schottky signal diode to reset cap fast.
8007254800_1442669809.jpg

Scope traces show switch, Power in each coil (dummy 100R) and complementary toggle states.
 

Thanks guys, the stuff you've given me is great. I think I'll definitely look back at these setups if I have to, but I'll probably go with a toggle or rocker just for the simplicity.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top