LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Memory using in DAQ

I am using the PCI-6713 and PCI-6534. There are two kinds of memory: host memory and onboard memory. What is the difference of using between them?(as i can see, the onboard memory of PCI-6534) And what is the relationship among the former two, the concept of "circular buffer" and the FIFO memory? I am really confused about the four.
0 Kudos
Message 1 of 2
(2,603 Views)
Hello;

Host memory is the PC memory, meaning the memory where the acquired data is stored untill being used by your Software.

Onboard memory is the memory tha is physically located on your DAQ device and is used mainly as a buffer, so your device can keep acquiring data even though old data wasn't transfered to the host memory.

Circular buffer is the concept of havinig the host PC memory storaging data, and in case the memory space is completely filled with data, new data will start to be stored from the beggining of the memory space.

Hope this helps.
Filipe A.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,603 Views)