How to set in FIFO Memory

When FIFO Memory is used, the data is added to the end of the old data each time you execute the function AioSetAoSamplingData or AioSetAoSamplingDataEx.
Data can be added even during DA conversion.
To clear the memory contents, execute the function AioResetAoMemory.

If more data than the memory capacity is added, the function returns an error. However, even if an error occurs in the function, it does not affect the conversion operation. During conversion, the output data will continue outputting.