Array Queue Data

Put data values in a specified length Array. On any change of the input value, the new value is added at the beginning and the last value is deleted. In other words, the value is queued into the array.

Settings

in

Input Data flow(s).

array len max

Length of the array (length of the queue).

array out

Output array (contains queued data's).

clear

Fill the output array with 0, according the array len max.

reset

Clear the array and set its length to 0.

force enqueue

Force the data in value to be enqueued even if it hasn't changed.

See also

version 6.0.240115

Edit All Pages