They come complete with PicoLog, a program offering all the features of a stand-alone data logger. You should have the following items in your ADC-20 or ADC-24 package: ADC-20 or ADC-24 High-Resolution Data Logger...
This could result in damage to your computer and/or injury to yourself or others. Maximum input range. The ADC-20 and ADC-24 are designed to measure voltages in the range ±2.5 volts, but are protected against overvoltages of ±30 volts. Any voltages outside the overvoltage protection range may cause permanent damage to the unit.
Access. The licensee agrees to allow access to this software only to persons who have been informed of these conditions and agree to abide by them. Usage. The software in this release is for use only with Pico products or with data collected using Pico products.
ADC-20/ADC-24 User's Guide Trademarks Pico Technology Limited and PicoLog are trademarks of Pico Technology Limited, registered in the United Kingdom and other countries. Pico Technology acknowledges the following product names as trademarks of their respective owners: Windows, Excel, Visual Basic, LabVIEW, Delphi.
Getting started Installing the software Before you connect the ADC-20 or ADC-24 to your computer for the first time, you must install the software supplied on the CD. Insert the Software and Reference CD, then follow the "Install Software" link.
Page 12
Getting started 10. Back at the ADC-20 (or ADC-24) Channels dialog, click OK. 11. The PLW Recorder view should now display the voltage on channel 1 (near 0 mV if nothing connected). 12. Connect a suitable voltage (for example, from a 1.5 V battery) to the channel. Pin...
Features such as true differential inputs, galvanic isolation and software-selectable sample rates all contribute to a superior noise-free resolution. The ADC-20 is equipped with a 20-bit A/D converter, and can maintain a gain error of 0.2%. The four true differential inputs may be configured as eight single-ended inputs or any combination in between, such as two differential and four single-ended.
ADC-20/ADC-24 User's Guide Analog connector Analog inputs are connected to the ADC-20 and ADC-24 through the female DB25 connector. The connections are as follows: Function Function Channel 2 (Channel 1-) Channel 1 Channel 4 (Channel 3-) Channel 3 Channel 6 (Channel 5-)
It also has space for voltage-divider resistors, a temperature sensor and a quad op-amp. The ADC-20 and ADC-24 have an LED, next to the entry point of the USB cable, that you can use to verify that the unit is working. The LED flashes whenever the unit is taking readings.
ADC-20/ADC-24 User's Guide Programmer's reference Recording methods The ADC-20/ADC-24 driver provides three methods of recording data. All these methods support USB 1.1. Streaming The driver constantly polls the device, and samples are placed in a buffer until retrieved by your application. Precise sample timing is controlled by the unit.
Programmer's reference Driver functions The following sections describe the functions available to an application using the ADC-20 and ADC-24. All functions are C functions using the standard call naming convention (__stdcall) and are exported with both decorated and undecorated names.
Page 25
ADC-20/ADC-24 User's Guide // this would be HRDL_ANALOG_IN_CHANNEL_8 for the ADC-20 if(channelNo > HRDL_ANALOG_IN_CHANNEL_16) channelNo = HRDL_ANALOG_IN_CHANNEL_1; else // do something else while waiting for the reading from the // unit void PollSingleValue(short handle, BOOL *bConversionFinished, long *lValue, short channel,...
DI the digital inputs. The channels are always ordered from channel 1 up to the maximum channel number (ADC-24: channel 16, ADC-20: channel 8). If one or more digital channels are set as inputs then the first sample contains the digital channels.
DI the digital inputs. The channels are always ordered from channel 1 up to the maximum channel number (ADC-24: channel 16, ADC-20: channel 8). If one or more digital channels are set as inputs then the first sample contains the digital channels.
ADC-20/ADC-24 User's Guide Programming languages The ADC-20/ADC-24 SDK includes examples for the following programming languages: C and C++ Delphi Excel LabVIEW Visual Basic 5.5.1 C and C++ The C example program is a generic windows application (it does not use Borland AppExpert or Microsoft AppWizard).
You can use one of the sub-VIs supplied for each of the channels that you wish to measure. The VI accepts the handle and the channel (1 to 8 for ADC-20, 1 to 16 for ADC-24; only odd-numbered channels in single-ended mode) and returns the voltage in millivolts.
Data logger. A measuring instrument that monitors one or more analog signals, samples them at pre-programmed intervals, then accurately converts the samples to digital data and stores them in memory. The ADC-20 and ADC-24 use your PC for storage and display.
Page 47
Noise rejection. The ability of the data logger to attenuate noise in a given frequency range. The ADC-20/ADC-24 can be programmed to reject noise at either 50 hertz or 60 hertz. The noise rejection ratio is defined as:...
Need help?
Do you have a question about the ADC-20 and is the answer not in the manual?
Questions and answers