Search found 6 matches

by tulagm
Wed Nov 25, 2009 3:50 am
Forum: C and C++
Topic: AWG with 2205
Replies: 2
Views: 4569

Re: AWG with 2205

Hi Robin, Thanks for your suggestion. I've read all examples provided with the package. I've also tried to pass direct values to ps2000_set_sig_gen_built_in or separated my own function into 2 sub-function (1 for generating square wave and 1 for output DC level), and they just work fine as I expecte...
by tulagm
Fri Nov 20, 2009 5:22 am
Forum: C and C++
Topic: AWG with 2205
Replies: 2
Views: 4569

AWG with 2205

Hi, I wrote a small function in C++ Builder to make use of AWG with 2205: // Freq: frequency in Hertz (0-100000), Peak: amplitude/DC level in mV (0-2000) bool PicoScope2205Write(float Freq, short Peak) { long offsetVoltage; unsigned long pkToPk; PS2000_WAVE_TYPE waveType; if (Freq > 0) { offsetVolta...
by tulagm
Thu Nov 05, 2009 7:04 am
Forum: PicoScope 6 for Windows
Topic: PS2205 trigger
Replies: 5
Views: 6146

Re: PS2205 trigger

Thanks for your suggestion. Here is zipped psdata.

Regards,
by tulagm
Thu Nov 05, 2009 4:57 am
Forum: PicoScope 6 for Windows
Topic: PS2205 trigger
Replies: 5
Views: 6146

Re: PS2205 trigger

Sorry but I could not upload attachments to the forum. How can I send you psdata?

Regards,
tulagm
by tulagm
Thu Nov 05, 2009 4:54 am
Forum: PicoScope 6 for Windows
Topic: PS2205 trigger
Replies: 5
Views: 6146

Re: PS2205 trigger

Thanks for your response, I have tried to restore the conditions I had issues with, and here are results: 1st issue seems to be "self-solving". I really don't understand why but now I can set trigger level in much wider range then last attempt. I would collect psdata if I encounter it again. 2nd pro...
by tulagm
Thu Oct 29, 2009 7:24 am
Forum: PicoScope 6 for Windows
Topic: PS2205 trigger
Replies: 5
Views: 6146

PS2205 trigger

I had problem triggering PS2205 from my own program. So I was playing around with both PicoScope5 and 6 to find the similarities between PicoScope functions and programming API. Then I realized something: 1. It's almost impossible to get stable trigger if trigger level is set at about 10% (or less) ...