Data table manipulation FP instructions
In this section:
FP_AVERAGE_BUFFER_DEFINE
Define buffer area for moving average and total values
FP_AVERAGE_BUFFER_WRITE
Write to buffer for moving average and total values
FP_DATA_SORT
Sort data in data table
FP_DATA_READ_COMPRESS
Shift out and compress data
FP_DATA_WRITE_COMPRESS
Shift in and compress data
Introduction to the FIFO buffer
FP_FIFO_DEFINE
Define the FIFO buffer area
FP_FIFO_READ
Read from FIFO buffer
FP_FIFO_WRITE
Write to FIFO buffer
FP_LIFO_DEFINE
Define the LIFO buffer area
FP_LIFO_READ
Read from LIFO buffer
FP_LIFO_WRITE
Write to LIFO buffer
Parent topic:
FP instructions