Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
visan:logic_edge [2023/11/17 02:40] – created optrixvisan:logic_edge [2025/12/18 22:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====Edge Node====
  
 +The **Edge** node is a [[folder_logic|Logic]] node that is used to detect the //rising//, //falling// or //both// edges of a boolean (ie. true or false) value. It effectively converts a **long-lasting** value to a **momentary** value.
 +
 +A //rising// edge is a change from **false** to **true**.
 +
 +A //falling// edge is a change from **true** to **false**.
 +
 +This node is used in all [[analytic_modules|modules]].
 +
 +{{logic_edge.png}}
 +
 +===Inputs===
 +
 +**Value (Input #1)** is a //true// or //false// value.\\
 +
 +===Outputs===
 +
 +**Output #1** is either a //true// or //false// value. When the edge is detected, this output will be 'true' for one [[sample|sample of time]].
 +
 +===Options===
 +
 +**Mode** chooses which edges you're looking for - rising, falling or both.