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 ValueCount
00
55
1010
2222
022
527
830

Inputs

Input #1 is a number. If this value has increased between samples, the difference in value will be added to the count.