Hitesh,
I found my mistake. I did not initialize the Overflow variable in the ps500aGetValuesBulk call as an array equal to the number of captures I required.
Thanks for your help with this.
Mike Hinds
Search found 3 matches
- Tue Jun 23, 2015 3:05 pm
- Forum: LabVIEW
- Topic: Repeating Rapid Block Acquisition
- Replies: 4
- Views: 2679
- Mon Jun 22, 2015 4:08 pm
- Forum: LabVIEW
- Topic: Repeating Rapid Block Acquisition
- Replies: 4
- Views: 2679
Re: Repeating Rapid Block Acquisition
Hitesh, I am using LabWindows/CVI 2013 (not LabVIEW) as my development environment. The ps5000a.dll Version is 1.1.4.20. If I try to return 10000 buffers per call of GetValuesBulk, I get the attached error message. There is a ps5000AStop call in place. I will investigate the max number of buffers (b...
- Fri Jun 19, 2015 7:59 pm
- Forum: LabVIEW
- Topic: Repeating Rapid Block Acquisition
- Replies: 4
- Views: 2679
Repeating Rapid Block Acquisition
Hi, I have a 5244B. I'm trying to use Rapid block mode to capture 30000 waveforms, (3840 points each), download the block, process the data, then capture the next set of waveforms. (Code attached, using LabWindows 2013) It seems to work once, I display waveforms on the screen, but get a general prot...