2

Are there any relays that essentially have the same logic as an SR Latch? Specifically I need one that will latch when power is lost to the coil and then require a separate signal to reset or "unlatch" the signal. I have found many normally closed latching relays but those would not work for this situation because when power is lost to the entire circuit the relay unlatches.

Thanks

mayna
  • 23
  • 5

4 Answers4

6

If power consumption is not an issue, you can use the "relaxed" contact of a normal relay with changeover contacts.

Here an example of latching a relay once you hit the button (instead of a button you could use another relay if you wish) and with a dual changeover contacts to connect/disconnect what you need on the second free one.

schematic

simulate this circuit – Schematic created using CircuitLab

Pau Coma Ramirez
  • 800
  • 6
  • 13
6

Invert your logic and it's very simple using a standard relay latch circuit.

schematic

simulate this circuit – Schematic created using CircuitLab

Figure 1. A standard relay latch circuit.

  • When power is lost the relay "latches" off.
  • When reset is pressed the relay latches on until power is lost.

Use the NC and NO contacts as required.

Transistor
  • 168,990
  • 12
  • 186
  • 385
  • FWIW: North American practice will often call this arrangement a *stick circuit*, based on the name it acquired from its frequent use in relay-logic based railway signaling work – ThreePhaseEel Feb 26 '21 at 04:44
2

Have you had a look at the Double coil latch type / 2-coil latching type ? Have a look at mouser or digikey. You will have to control two different coils though.

  • How would you make one of those change state on loss of power? There's a schematic button on the editor toolbar. – Transistor Feb 24 '21 at 23:45
  • Surely this is the only type of relay that behaves like an SR latch? One set coil, one reset coil. OP does say "separate signal to reset or unlatch". – Finbarr Feb 24 '21 at 23:53
2

They make bistable relays that do exactly what you need. One coil closes the contact and then it will stay that way forever until you trip the other coil.

There's also a variation where pulsing the coil in one polarity sets the contact while pulsing in the other way resets it.

There are a couple advantage with these: you don't need to be continuosly powered so

  • The coil doesn't heat up the relay (precision signal relays can alter the signal when heated up)
  • You can matrix wire them (like keypads, only using relays)

for this reason you find lots of them (like, 96 in a board) in signal acquisition switches.

There is however an intrinsic problem (other than they cost somewhat more): most safety standards forbid them for machinery or actuator control since you can't E-stop them (that's also one reason for not finding them with many Ampere contacts)

Lorenzo Marcantonio
  • 8,231
  • 7
  • 28
  • 1
    "*Specifically I need one that will latch when power is lost to the coil ...*" How would you implement that feature with an SR relay? – Transistor Feb 25 '21 at 09:08
  • If a relay is used to select *which* function a machine is performing, the fact that it latches shouldn't preclude e-stopping if there's an upstream relay that cuts power that would be fed through the latching relay. – supercat Feb 25 '21 at 14:20
  • Clarification: they are not *completely* forbidden, but in must cases you can't use them. And mode selection at least for the EU machinery directive has quite complex requirements, by the way – Lorenzo Marcantonio Feb 25 '21 at 15:33