Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

NI 6368 buffer size

Hello All,

 

What is the maximum output buffer size limit of NI 6368?

0 Kudos
Message 1 of 3
(947 Views)

Your PC's RAM.  Whatever is the biggest contiguous chunk of memory DAQmx can grab.

 

Unless you go out of your way to limit yourself to the device's on-board buffer, there will generally *also* be a task buffer that uses system RAM.  It's size is set by how much data you write to the task prior to starting it.  This can easily be 100's of MB, and could sometimes even be more than a GB.

 

 

-Kevin P

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
0 Kudos
Message 2 of 3
(940 Views)

Thank you kevin!

0 Kudos
Message 3 of 3
(935 Views)