PicoScope 5203 data acquisition system

Post your LabVIEW discussions here
Post Reply
249573317

PicoScope 5203 data acquisition system

Post by 249573317 »

Hello:
I want to design a 1GS/s-speed data acquisition system based on Labview to drive PicoScope 5203 PC oscilloscope using PS5000.dll.
interface driven design use the function of int32_t _ps5000OpenUnit@4(int16_t *handle).
sampling-data control use the function of int32_t _ps5000GetTimebase@28(int16_t handle, uint32_t timebase, int32_t noSamples, int32_t *timeIntervalNanoseconds, int16_t oversample, int32_t *maxSamples, uint16_t segmentIndex)。
we can get a sampling rate of 500MS/s.but,when we chang the sampling rate of 500MS/s to 1GS/s,the Labview can not run.
I need some help.
thank you very much.

ziko
Advanced User
Advanced User
Posts: 1705
Joined: Fri Dec 01, 2006 10:03 am
Location: St Neots

Re: PicoScope 5203 data acquisition system

Post by ziko »

By default both channels are enabled, you will need to disable chB this is why your sample rate is only half.

Kind regards
Ziko

Technical Specialist

249573317

Re: PicoScope 5203 data acquisition system

Post by 249573317 »

ziko wrote:By default both channels are enabled, you will need to disable chB this is why your sample rate is only half.

Kind regards
I,m grateful for your quick response.
I set "int32_t channel"in the function of setup Channel B from 1 to 0 ,chB is disabled.but the labview still can not run on the sampling rate of 1GS/s

Chris
Site Admin
Site Admin
Posts: 169
Joined: Tue Aug 17, 2010 9:00 am
Location: St. Neots

Re: PicoScope 5203 data acquisition system

Post by Chris »

A bug pas been fixed which may solve this problem.
A new PS5000.dll will be in the next SDK release. > R10.1.0.17

lmm

Re: PicoScope 5203 data acquisition system

Post by lmm »

hello:
I have the same problem .where can I download the new PS5000.dll ?

ziko
Advanced User
Advanced User
Posts: 1705
Joined: Fri Dec 01, 2006 10:03 am
Location: St Neots

Re: PicoScope 5203 data acquisition system

Post by ziko »

HI this is available on our software download page:

http://www.picotech.com/software.html

Just Choose your product and select the SDK>

Kind regards
Ziko

Technical Specialist

ul-pico

Re: PicoScope 5203 data acquisition system

Post by ul-pico »

Hi there,
I also use the same picoscope for data acquisition. Before I installed winXp 32 in my PC. Now I used windows 7 64. It works for me after trying several time...

Thank you...

Post Reply