Queue Nodes
- Updated2023-02-17
- 1 minute(s) read
Queue Nodes
Create a queue for communicating data between sections of a diagram or from another VI.
Removes an element from the front of a queue and returns the element.
Adds an element to the back of a queue.
Adds an element to the front of a queue.
Removes all elements from a queue and returns the elements as an array.
Returns information about the current state of a queue, such as the number of elements currently in the queue.
Adds an element to the back of a queue. Unlike Enqueue Element, this node does not wait for space in the queue to become available. If no space is available in the queue, this node discards an element from the front of the queue to make space.
Returns a reference to a queue or creates a new reference to a queue.
Returns the element at the front of the queue without removing the element from the queue.
Releases a reference to a queue.