Latching relay/node?

Hello,

Is there a way to create a latching relay? pulse ON input. pulse OFF input to a boolean output.
ive been trying flip flops and if-else with defer feedback loops but cant make it work.

i come from a PLC world so still getting use to slightly different way of doing things and searching library’s.
Google keeps suggesting COD (call of duty) :wink:
cheers

flip-flop is a latching relay. Pulse the SET pin, and it will output true until TGL or RST pin is pulsed. Pulse the RST pin, and it will output FALSE until TGL or SET pin is pulsed. No feedback loops are needed. TGL will toggle the output value (which you don’t need for latching relay).

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.