Counters
Boolean Counter
If you want a counter that counts every time a parent node or device goes true, you can use our boolean counter. It counts up every time a device goes true and can be reset by passing a boolean true into reset. For example, you can use our time nodes to reset at a specific time.
Number Counter
Number Counter can count changes in values. Every time a value is added, it is added so that it always counts up. It is typically used for our devices that can count a maximum of 65655 pulses, even if the device resets its pulse counter, the number counter will only count up and can be reset by sending a boolean to reset. For example, you can use our time nodes to reset at a specific time.