A counter that is counting forward shifts to the left by the number of bits specified by "SHIFT" before adding a new step. "STEP" and "SHIFT" must be >=0. (Counts unsigned integers)
shift-count
@/shift-count
A counter that is counting forward shifts to the left by the number of bits specified by "SHIFT" before adding a new step. "STEP" and "SHIFT" must be >=0. (Counts unsigned integers)
SHIFTnumber
step shift
STEPnumber
Value to add on each increment. Use a negative value (e.g. -1) to make decrements.
INCpulse
Triggers a single increment.
RSTpulse
Resets the accumulated value to zero.
DONEpulse
OUTxod/core/micros
To use the node in your project you should have the nazarijtipusak080/shift-4-bytes 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.