ADC 16 to measure current

Having problems ? let us know the details here
Post Reply
scottlynn

ADC 16 to measure current

Post by scottlynn »

Hi,
I was hoping that I could use the ADC 16 to measure the current flowing bewteen two electrodes in an electroplating cell. I have looked at the info on the website but I'm not that great with circuit diagrams.

Whats the procedure for selecting the resistors (and fitting them) that have to be wired into the terminal board (which I also have), I'd only be working with potentials around 1V and currents of around 8mA.

As I said, I am hopeless with circuit diagrams and electronics, so if you could help with an idiot's guide to setting this up I'd be grateful!!

thanks
scott

scottlynn

almost forgot

Post by scottlynn »

how do you turn the measured voltage into a current reading as well?

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

0(4)-20mA Sensors on an ADC-16/ADC-11

Post by matthew »

Hi Scott,

I'm afraid you'll have to do some maths!

Code: Select all

Resistance = Voltage / Current
Therefore you will need to know the voltage drop and current that you need to draw across a resistor in order to determine the value you require. I will give you a common example which is used to adapt the ADC-16 or ADC-11 for 0 to 20mA sensors (usually 4 to 20mA actually).

We know that the ADC-16's maximum voltage input is 2.5V and that this should correspond to the maximum current which we know will be 20mA.
Hence:

Code: Select all

Resistance = 2.5 / 0.02 = 125 Ohms
Make sure that you choose a resistor that is low enough not to interfere with your current circuit too much though.

Just use the same V = I x R equation to work out the look up table to convert the voltage reading back into current (the help files from Help|About detail how to do the scaling in software).

Best Regards,
Matt Everett

Pico Software Engineer

Post Reply