Hello;
You didn't give us much details about the application itself, but I'm assuming you are doing an Analog Input operation.
If that is the case, depending on how you configured the Analog Input task, the CPU can get stuck inside the AI Read.vi, until the buffer is ready to be retrieved. In case your new computer runs more background tasks than the old machine, you will eventually overflow the FIFO buffer and generate that error.
The best bet is to configure the Analog Input task as an asynchronous acquisition. You can see examples on how to implement that in:
Find Examples->Hardware Input and Output->DAQ->Analog Input->General->Cont Acq&Chart(Async Occurrence).vi.
Hope this helps.
Filipe A.
Applications Engineer
National Instruments