To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This VI creates a fixed array and replaces the oldest element when it fills up
Description
FIFO is an acronym for first in, first out, a method for organizing and manipulating a data buffer, where the oldest (first) entry, or 'head' of the queue, is processed first. It is analogous to processing a queue with first-come,first-served (FCFS) behavior: where the people leave the queue in the order in which they arrive. This VI implements a FIFO queue, using fixed array which replaces the oldest elements when it fills up.
Requirements
LabVIEW 2012 or compatible
Steps to Implement or Execute Code
Additional Information or References
VI Block Diagram
**This document has been updated to meet the current required format for the NI Code Exchange. **
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.