DT: FIFO Queue

A FIFO (Queue) Data Table works according to the principle of First In, First Out.

This means that the oldest entry, or 'Back' of the queue, is processed first.

A FIFO Struct contains the following elements; all are Read Only.

Number of Rows

This is defined in the Data Table Properties

FIFO Data Table Struct

Number of Occupied Rows

This is the number of rows containing data.

Status

Check this after running a function to check status

0=No errors

-1= Data Table is full

-2= Data Table is empty

Is Full

Use this before running a function.

0= Not Full

1= Full

Note that when the table is full, you cannot write data to the table

Is Empty

Use this before running a function.

0= Table contains Data

1= Table is Empty

FIFO Functions

These functions include:

 

Related Topics

Data Tables

Creating a Data Table

Entering/Editing Data Table Values

DT: LIFO

Data Table: Indexed (DTI)

Data Table Status Message

Data Table Widget