Data Queue PtByPt VI
- Updated2025-07-30
- 3 minute(s) read
Creates a data queue of real numbers.

Inputs/Outputs
initialize
—
initialize, when TRUE, initializes the internal state of the VI.
input data point
—
input data point is an input data point.
sample length
—
sample length is the length of each set of incoming data. The VI processes each set of data. The default is 100. sample length must be greater than zero.
initial queue element
—
initial queue element specifies the initial element value in the data queues.
eliminated element
—
eliminated element is the first point eliminated from the queue.
Current Queue
—
Current Queue is the new array created by eliminating the first point and appending the new point.
Previous Queue
—
Previous Queue is the set of data before any operation in this call.
error
—
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.
current length
—
current length is the size of the current queue. |
The data queue begins as a set defined by the initial queue element that matches the size of sample length.
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Signal Processing\Point by Point\Threshold Detector Comparison.vi
initialize
—
input data point
—
sample length
—
eliminated element
—
Current Queue
—
error
—