Differences
This shows you the differences between two versions of the page.
| visan:counter_ignore [2024/01/25 04:22] – created optrix | visan:counter_ignore [2025/12/18 22:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====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 // | ||