LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set buffer size

Using a while loop, my input is prompting the user to give the input and then it is sent to the DAQ Ass. for output back to the QMS controller, but can't do it because it says that the buffer size is too low.  What should I do to get this fix?
0 Kudos
Message 1 of 2
(2,750 Views)
Increase buffer size. Using DAQ assistant this is done with the Samples to Read parameter. If you are using the DAQmx API it is done with the 'Samples per Channel' input on the DAQmx Timing function.
Message 2 of 2
(2,747 Views)