Search found 3 matches

by mhinds
Tue Jun 23, 2015 3:05 pm
Forum: LabVIEW
Topic: Repeating Rapid Block Acquisition
Replies: 4
Views: 4912

Re: Repeating Rapid Block Acquisition

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
by mhinds
Mon Jun 22, 2015 4:08 pm
Forum: LabVIEW
Topic: Repeating Rapid Block Acquisition
Replies: 4
Views: 4912

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...
by mhinds
Fri Jun 19, 2015 7:59 pm
Forum: LabVIEW
Topic: Repeating Rapid Block Acquisition
Replies: 4
Views: 4912

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...