Relay Question

Started by Buffalo Tom, Today at 04:28:49 AM

Previous topic - Next topic

Buffalo Tom

I'm using the Panasonic TQ4-L-5V, which is a single-coil latching relay. I'll be triggering it using an ATtiny to send set/reset pulses. How long should the pulse duration be?

The datasheet specifies a maximum set time of 3 ms (without contact bounce??). Does that mean I should aim for exactly 3 ms, or is something like 5 ms better to ensure reliable switching?

Also, I'm not using a flyback diode across the coil. From what I've read, it's common not to use diodes with single-coil latching relays that only receive brief pulses. Can anyone confirm if this is the correct approach?


https://api.pim.na.industrial.panasonic.com/file_stream/main/fileversion/4514

antonis

Quote from: Buffalo Tom on Today at 04:28:49 AMFrom what I've read, it's common not to use diodes with single-coil latching relays that only receive brief pulses. Can anyone confirm if this is the correct approach?

Not me...
(unless, of course, there is no back EMF when relay is released..)
"I'm getting older while being taught all the time" Solon the Athenian..
"I don't mind  being taught all the time but I do mind a lot getting old" Antonis the Thessalonian..

Buffalo Tom

Quote from: antonis on Today at 04:58:48 AM
Quote from: Buffalo Tom on Today at 04:28:49 AMFrom what I've read, it's common not to use diodes with single-coil latching relays that only receive brief pulses. Can anyone confirm if this is the correct approach?

Not me...
(unless, of course, there is no back EMF when relay is released..)


OK! So you are using a diode on single coil latching pulse relays?? I dont understand how? The polarity is changing for set and reset. On all DIY kits I found (Jack Orman etc) There is no diode...

Ohh! Found this post: https://forum.pedalpcb.com/threads/flyback-diodes-and-relays.3576/#post-28437

antonis

Back to back Zener diodes or resistor+capacitor configuration..
"I'm getting older while being taught all the time" Solon the Athenian..
"I don't mind  being taught all the time but I do mind a lot getting old" Antonis the Thessalonian..

merlinb

Quote from: Buffalo Tom on Today at 04:28:49 AMThe datasheet specifies a maximum set time of 3 ms (without contact bounce??). Does that mean I should aim for exactly 3 ms, or is something like 5 ms better to ensure reliable switching?
Datasheet, page 17:
"Regarding the set and reset pulse time, for the purpose of reliable operation under ambient temperature fluctuations and different operating conditions, we recommend setting the coil applied set and reset pulse time to 10 ms or more at the rated coil voltage."

Buffalo Tom

Quote from: merlinb on Today at 05:10:01 AMDatasheet, page 17:
"Regarding the set and reset pulse time, for the purpose of reliable operation under ambient temperature fluctuations and different operating conditions, we recommend setting the coil applied set and reset pulse time to 10 ms or more at the rated coil voltage."

Oh! Thanks!

Buffalo Tom

Quote from: antonis on Today at 05:07:30 AMBack to back Zener diodes or resistor+capacitor configuration..

Ok thanks! So two diodes! But I never seen it on any of those true bypass relay kits available that's using Attinys and one coil latching relays. For example here is the AMZ version.


Did you read this: https://forum.pedalpcb.com/threads/flyback-diodes-and-relays.3576/#post-28437
He came to the conclusion: So now we know that the ATTINY can drive the relay reliably and it can absorb the inductive kick-back without damage.

This makes me unsure if I should use diodes or not? The pcb is small and I have two relays there and a Attiny 84... So it will require 4 diodes

merlinb

#7
For single-coil relays it depends on details of the driving circuit, whether H-bridge or half bridge, using MOSFETs (which have body diodes) or BJTs (which don't), how the logic works etc.
  • If either end of the driving circuit goes completely 'open' after the pulse, then you may need flyback protection.
  • But if the driving circuit goes open after the pulse but there are built-in diodes to the rail (there often are inside ICs and MOSFETs), then flyback can be suppressed through the power supply itself.
So it depends. But back-to-back Zeners can't hurt, if you want to be certain.