ADC-40 and ADC10 are the same?

Post general discussions on using our drivers to write your own software here
Post Reply
Manusia

ADC-40 and ADC10 are the same?

Post by Manusia »

Hello,

I have ADC-40 but don't know how to write my own program.

I have already downloaded and installed the examples and drivers given on this site, but suddenly found that all the files are not for ADC-40 but for ADC-10. :roll:

When I tried to re-download and re-install (to make sure that I downloaded and installed the correct file), I found that the same problem occurred.

Has anyone ever faced this same problem? Or maybe the technique to write own program for ADC-10 and ADC-40 is the same?

Could someone please help me. I really need help from an advance or expert. :oops:

User avatar
matthew
Advanced User
Advanced User
Posts: 109
Joined: Wed Sep 25, 2002 9:35 am
Location: Cambridgeshire, UK

ADC-10,12,40,42 differences

Post by matthew »

Greetings Manusia,

The code for the ADC-10,12,40,42 is all exactly the same except for the scaling you want to apply (do this in software once you have collected your readings) and the following routine:

Code: Select all

adc10_open_unit (short port, short product);
Where product is either 10, 12, 40 or 42 (in your case it would be 40).

All of the routines are detailed in the help file in the start menu (if you haven't already found them).

Hope this helps to get you started.

Best Regards,
Matt Everett

Pico Software Engineer

Guest

Post by Guest »

Thanks for your answer..

I will try..:)

Post Reply