DocsArrow - Elements Webflow Library - BRIX Templates
Memory Node: Set/Reset Latch

Memory Node: Set/Reset Latch

Set/Reset Latch

The Set/Reset Latch node is designed to simulate the functionality of a set/reset latching relay. This node has two outputs. The first output returns the current state of the latching relay, and the second output returns the inverse of the current state. The current state of the latching relay is sent out on the first output, and the inverse of the current state is sent out on the second output. The status of the node will also indicate the current state of the latching relay.

Node Name: Set/Reset Latch

User Guide Summary:

The toggle node has 2 outputs.

When triggered, the Toggle node flips the state of its outputs.

It accepts 2 inputs, and is driven by the ‘input-select’ node.

where:

Input 1: SET,

Input 2: RESET,

Set function:

Drives output 1 high, output 2 low.

Reset function:

Drives output 1 low, output 2 high.

If you wish to skip the input-select node:

Accepts a msg.payload of type JSON Object:

{"Input":1,"Value":true}

{"Input":2"Value":true}

Each of the two outputs, emits a message of type JSON Object:

{"Value":true} or {"Value":false}