11-11-2021 06:47 AM
Hello All,
What is the maximum output buffer size limit of NI 6368?
11-11-2021 07:13 AM - edited 11-11-2021 07:14 AM
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
11-11-2021 07:22 AM