PreviousNext
Help > Development > Programs and Data Queues > Using DATA QUEUES > Adding an entry to the data queue.
Adding an entry to the data queue.

Whatever is the sequence of the data queue, an entry is added with function HAdd

Onlu data field needs to be updated.

 

Example :

// Add entry to DataQueue

DTAQ_FIFO.DATA = data

HAdd(DTAQ_FIFO)