Search found 4 matches

by victosan
Mon May 23, 2022 10:17 am
Forum: C and C++
Topic: Multiple channels Streaming mode ps6000A
Replies: 0
Views: 6197

Multiple channels Streaming mode ps6000A

Good morning, I need to design a application that can stored continually the signal of the four channel of a picoscope model 6403DE. I designed a c code that I work perfectly when only one channel is activated. The problem is when I select 4 channels, then I receibed a status error in the ps6000aGet...
by victosan
Thu May 19, 2022 1:02 pm
Forum: Getting Started
Topic: High speed streaming/triggering on 6000a series SDK
Replies: 1
Views: 13414

Re: High speed streaming/triggering on 6000a series SDK

Good afternoon,

Did you obtained a answer to this question?. I am having the same problems trying to understant how to define the PICO_STREAMING_DATA_INFO structure for multiples channels. I have not obtained any answer yet.
by victosan
Thu Apr 28, 2022 1:22 pm
Forum: C and C++
Topic: ps6000a SDK examples
Replies: 2
Views: 16946

Re: ps6000a SDK examples

Could you provide an example for the C/C++ instead of C#?

This link only include the 6000 version

https://github.com/picotech/picosdk-c-examples

Thank you and vest regards,
Victor
by victosan
Thu Jun 13, 2019 6:37 pm
Forum: PicoScope 6 for Linux
Topic: Static compilation
Replies: 0
Views: 5299

Static compilation

Hi, I have develop my pico aplicaction using the c examples that you provide and compiled it with the Makefile that are in the project examples. My problem it is that I have a new computer with a Centos 6.0 that have a glib libraries older than requiered by pico libraries, so I was trying to make a ...