====Event Detection Module==== The **Event Detection** [[analytic_modules|analytic module]] is used to spot time-windows where specific conditions are met. It returns a list of events, including the time it started and ended. ===Starting Out=== When you first create a new event detector, you'll see the graph below... {{example_event_start.png}} The node on the right is an [[event_output|Event Output]] node. If the input into this node is **true**, the analytic believes the event is happening. The nodes on the left are an example of a simple logical test - an [[ardi_point|ARDI point]], a [[math_condition|Condition]] and a [[basic_const|Numeric Constant]]. ===Module-Specific Nodes=== [[event_output|Event Output]] \\ [[event_metadata|Event Metadata]] ===Examples=== [[example_event_basic|Detecting Simple Events]] \\ [[example_event_advanced|Advanced Event Detection]] \\