Search found 169 matches

by Chris
Thu Sep 09, 2010 7:47 am
Forum: General Software Discussions
Topic: PicoLog1216 Mode
Replies: 5
Views: 7096

Re: PicoLog1216 Mode

Hi Kevin

Our new SDKs were released on 3rd September, and include PL1000sdk r10.1.0.3, which covers the PicoLog 1012 & 1216.

This sdk includes a C code console application example, which has a 'streaming' mode section.

Chris.
by Chris
Wed Sep 08, 2010 8:38 pm
Forum: General Software Discussions
Topic: PicoLog1216 Mode
Replies: 5
Views: 7096

Re: PicoLog1216 Mode

Hi Kevin A good place to start when writing your own code is with the examples in our SDK's. An example for the PicoLog 1216 is available on our download site http://www.picotech.com/software.html This includes a 'streaming' mode example, which shows how to set up the scope to use this mode. Hope th...
by Chris
Wed Sep 08, 2010 11:49 am
Forum: C and C++
Topic: Intermittent Hang on PS6403 during ps6000RunBlock
Replies: 18
Views: 46763

Re: Intermittent Hang on PS6403 during ps6000RunBlock

Hi Alex The example code has been modified from an example that used agregation, so you are correct, in this example the call to ps6000SetDataBuffers should have the second buffer parameter set to NULL (and the buffers[i * 2 + 1] lines removed, buffer[1 * 2] changed to buffer , etc, etc) OR the ps60...
by Chris
Tue Sep 07, 2010 3:08 pm
Forum: C and C++
Topic: Intermittent Hang on PS6403 during ps6000RunBlock
Replies: 18
Views: 46763

Re: Intermittent Hang on PS6403 during ps6000RunBlock

Hi Alex

Have you tried recreating this problem using the example software in our SDK?

The SDK software can be downloaded from ...

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

You will need to create a new, empty project, and import...
picoStatus.h
ps6000Api.h
PS6000.lib
PS6000con.c

Chris