LF: PUSH FIFO

This Ladder function‘PUSHes’ (writes) Struct data into the Back row of a Data Table.

When the table is full, more data cannot be added until you remove the top row

 

Parameter Name

Purpose

A

Data Table to PUSH

Select the Data Table you want to PUSH data to.

B

Source Struct to PUSH

Select the Struct to PUSH.
The values from this Struct will be written to the Back row of the Data Table.

You MUST link to a Struct that matches the Data Table row structure.

 

Related Topics

DT: FIFO Queue

LF: POP FIFO

LF: Front FIFO

LF: Back FIFO

LF: Clear FIFO