Hello,
From the error here is the explanation and suggestion straight from LabVIEW. Give this a try.
NI-DAQ LV: Your application was unable to retrieve data from the background acquisition buffer fast enough so the unretrieved data was overwritten with new data. To prevent this error, you might increase the size of the background acquisition buffer, increase the amount of data you read from it per call to the read function/VI, slow down your acquisition rate, or reduce the number of tasks your computer is performing.
Good luck,
Doug