ADC20

Post your VB and VBA discussions here
Post Reply
BarryRonayne
Newbie
Posts: 0
Joined: Mon Jul 02, 2012 10:18 am

ADC20

Post by BarryRonayne »

Hi there,
I downloaded the SDK with the ADC20 when I bought it. I'm looking to constantly read in data from the ADC20, but the only Excel example I could find is the GetHRDL macro, which reads in all the data as one block once all the data has been calculated. Are there other Excel VBA examples that I don't have, or does anyone have any advice on how best to do this?

Thanks!

Hitesh

Re: ADC20

Post by Hitesh »

Hi Barry,

The ADC-20/24 High-Resolution Data Loggers User's Guide (http://www.picotech.com/document/pdf/adc20.en-3.pdf) provides guidance on collecting data in Streaming mode (see section 5.6.1.2 (p44 of 51) in the document).

Also, the HRDL.c file in the SDK provides an example in C of how to collect data in Streaming mode.

If you do require further assistance, please do post snippets of code here and we can take a look.

I hope this helps.

Post Reply