I can use my program to acquire sound pressure data continuously.
But when collecting data for a long time, I don't need to do it because my disk space won't be enough.
I want to run acquire data for 1 min then wait time 1 min,so I add time delay Express VI in it,and found the memory full error happen after few hours.
I found maybe the problem is the Obtain queue ,the buffer size can't store too much data, then I add the loop include the system. But It still did't work well.
Does anyone can tell me what I need to do to fix it?
Here is my program.