====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.