Calculates difference between current and past input values.
v-delta-zahlen
@/v-delta-zahlen
Calculates difference between current and past input values.
INnumber
Input value
UPDpulse
Update: trigger a calculation and store the current `IN` value as the new “past” value.
RSTpulse
Resets the stored past value to the current input value. Efficiently sets `OUT` to 0.
OUTnumber
The last difference value.
To use the node in your project you should have the hio/nwt-gus-hi library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.