====Ignore Node==== This is a [[module_count|counter]] node. It's used to //ignore// periods of time - any changes (depending on the different [[counter_output|Output Node]] you use) they won't be counted when this node is active. This node **only prevents counting**. Internally, the system still recognises that the value has changed. For other behaviours, you can use the [[counter_pause|Pause]] node. This node is only available in **counter** [[analytic_modules|modules]]. {{timing_elapsed.png}} ==Example== When using this with a [[counter_change|Change]] node, you'll see the following behaviour... ^Changing Value|Ignore|^Count^ |0|0|0| |1|0|1| |0|0|2| |1|1|2| |0|1|2| |1|0|3| ===Inputs=== **Input #1** is a //boolean//. If this value is zero, the counter works normally. If the input is non-zero, the counter won't increase.