Total Node
This is a counter node. It adds the total amount that a value has increased by between one sample and the next to the count.
This is usually used when you already have an existing counter, but it doesn't reset when you'd like it to. For example, in some machines the total counter will reset every time the machine is turned off.
This type of node will count only the increases in value - see the example table below.
This node is only available in counter modules.
Example
Input Value | Count |
---|---|
0 | 0 |
5 | 5 |
10 | 10 |
22 | 22 |
0 | 22 |
5 | 27 |
8 | 30 |
Inputs
Input #1 is a number. If this value has increased between samples, the difference in value will be added to the count.