Search found 2 matches

by kcosta
Thu Apr 17, 2008 1:42 pm
Forum: VB and VBA (Excel, Access)
Topic: Converting ADC 212 Program to PicoScope 2000 Series
Replies: 3
Views: 6531

Hi John, Thanks for the reply, I got the example app to work, so I can communicate with the PicoScope 2000, but what I would like to know is which function in the new API can I use that will function as closely as possible to the old one that I used? The old function was Call adc200_get_single(Value...
by kcosta
Thu Apr 17, 2008 10:09 am
Forum: VB and VBA (Excel, Access)
Topic: Converting ADC 212 Program to PicoScope 2000 Series
Replies: 3
Views: 6531

Converting ADC 212 Program to PicoScope 2000 Series

Hello, I'm trying to convert a program that was originally written for an ADC 212 to use a PicoScope 2202. In the old program I used the function: Call adc200_get_single(Values(Int_Channels)) to get a single value from the scope. What is the equivalent function for the ps2000 series? I have tried: p...