I am acquiring data with a 6544 HSDIO card, and capturing data as an array of 32 bit integers. I am using LabVIEW to run the card. There is an input port on the HSDIO "get acquired data" vi for "number of samples". When I wire any number up to 1000, this works fine. When I wire in any number greater than 1000, I still only get an array of 1000 elements. Since I have 64Mb/channel memory in this card, I should be able to store 16,000,000 elements in the card. Am I configuring the acquire session wrong?
↧