I was going through the instruction set in GXDeveloper and ran across these functions: FIFW and FIFR (FIFO write and read). The details for the write function is this:
QUOTE
Performs the following actions: Stores the data specified at S into the data table of FIFO table. The storage position of data is as indicated below. Data storage position = head address of data table + content of pointer.
How do you create a data table? There is no part of this function that defines how big the data table is or anything like that. Do you create a data table seperatly and then just access it with these functions? This sounds interesting and I'd like to play around with it if anyone knows any additional information about it. Thanks!
