Search found 2 matches

by jensl
Thu Feb 28, 2013 12:46 pm
Forum: C and C++
Topic: 6402A: Problem measuring a basic signal [beginner thread]
Replies: 2
Views: 4697

Re: 6402A: Problem measuring a basic signal [beginner thread

Hi Martyn,

found the problem. It was very simple. The Pico wasn't ready to give back those measurements. The device was still sampling.
I insert between ps6000RunBlock(...) & ps6000GetValues(...) a loop with ps6000IsReady(...).
Thanks for your help.

kind regards
by jensl
Thu Feb 28, 2013 11:41 am
Forum: C and C++
Topic: 6402A: Problem measuring a basic signal [beginner thread]
Replies: 2
Views: 4697

6402A: Problem measuring a basic signal [beginner thread]

Hello, i want to use the PicoScope 6402A for measurements via C-Code (LabWindowsCVI). I use the example code and tryed to get a basic signal (rectangular 5kHz, 5Vss, 50%DutyCycle, 2,5Voffset) measured via that C-Code over ChannelA. With the PicoScope6 Tool it's no problem to do so ... But if I try t...