Hi Dennis,
Thank you for posting on the National Instruments forums.
What DAQ card and DAQmx driver version are you using? Would it be possible to remove the PID controls and have constants wired into the simulate signal.vi I am not familiar with the PID.vi, but it's possible that it is taking some time to calculate what it needs, and therefore is causing the buffer to slowly get more and more full.
If you have your samples per second to 150 and the number of samples to 15, then the DAQ Assistant is grabbing samples every 10ms. If your loop is taking longer than that, then the buffer could get filled up because you are not pulling off of the buffer fast enough.
Thank You,
Nick F.
Applications Engineer