Author Topic: two ADC on different ground potential  (Read 11593 times)

0 Members and 1 Guest are viewing this topic.

Offline leniwiecTopic starter

  • Contributor
  • Posts: 33
    • EE & IT Blog
two ADC on different ground potential
« on: April 20, 2011, 09:16:37 pm »
Hello,

I wonder is there any other method than opto-isolation, when I need to connect 2 ADC to one mcu, and each of them have different ground potential ?


Ps. English is not my native language so if I make some terrible language disaster, I'm sorry ;)
 

Offline neoone

  • Regular Contributor
  • *
  • Posts: 70
Re: two ADC on different ground potential
« Reply #1 on: April 20, 2011, 09:26:59 pm »
if they have different ground potential then how do you power them ? What kind of interface they use? Do You need them to be isolated or it's just a problem of different levels ?
 

Offline bilko

  • Frequent Contributor
  • **
  • Posts: 405
  • Country: 00
Re: two ADC on different ground potential
« Reply #2 on: April 20, 2011, 09:28:40 pm »
Transformer or opto isolation, depends on the signal you are capturing. Analog Device make isolated amplifiers
 

Offline leniwiecTopic starter

  • Contributor
  • Posts: 33
    • EE & IT Blog
Re: two ADC on different ground potential
« Reply #3 on: April 20, 2011, 09:33:17 pm »
So, situation is look like this: I need to measure output of two DC symmetric output power supply, and each of them have different ground level.
So, the problem is different ground potential. I can use opt-isolation and power each of adc from measured power supply, but I think it's not so elegant solution...
 

Offline bilko

  • Frequent Contributor
  • **
  • Posts: 405
  • Country: 00
Re: two ADC on different ground potential
« Reply #4 on: April 20, 2011, 09:42:36 pm »
Easy way would be to use voltage to frequency converters via optocouplers, use MCU to measure frequency. Various chips do this, VCO or VtoF

Check out this chip, and application on page 9 of the data sheet

http://www.analog.com/static/imported-files/data_sheets/AD7740.pdf
« Last Edit: April 20, 2011, 09:50:26 pm by yachtronics »
 

Offline leniwiecTopic starter

  • Contributor
  • Posts: 33
    • EE & IT Blog
Re: two ADC on different ground potential
« Reply #5 on: April 20, 2011, 09:51:28 pm »
Easy way would be to use voltage to frequency converters via optocouplers, use MCU to measure frequency. Various chips do this, VCO or VtoF

Thx for suggestion yachtronics.
I think about that solution, but chips for this is very expensive and building vco is unacceptable in my design. If I don't find better/cheaper solution, I will back to this idea...
 

Offline bilko

  • Frequent Contributor
  • **
  • Posts: 405
  • Country: 00
Re: two ADC on different ground potential
« Reply #6 on: April 20, 2011, 09:52:38 pm »
Chip is less than $1
 

Offline leniwiecTopic starter

  • Contributor
  • Posts: 33
    • EE & IT Blog
Re: two ADC on different ground potential
« Reply #7 on: April 20, 2011, 09:57:09 pm »
Chip is less than $1


Not in my country, I must pay about 3EUR (~5usd) for 1 pcs. 5-10 needed.
 

Offline am2pgs

  • Contributor
  • Posts: 27
Re: two ADC on different ground potential
« Reply #8 on: April 20, 2011, 11:06:21 pm »
Another way is to use an ADC with differential (proper or pseudo-differential) inputs. Then both your ADCs could use the same ground as your MCU.
 

Offline leniwiecTopic starter

  • Contributor
  • Posts: 33
    • EE & IT Blog
Re: two ADC on different ground potential
« Reply #9 on: April 21, 2011, 11:32:38 am »
Another way is to use an ADC with differential (proper or pseudo-differential) inputs. Then both your ADCs could use the same ground as your MCU.

Thx, for advise, but I'm afraid that adc with differential inputs it's not solution in my case. There are still need analog and digital ground on the same potential as I read in datasheets.
 

Offline tjw

  • Contributor
  • Posts: 20
  • Country: au
Re: two ADC on different ground potential
« Reply #10 on: April 21, 2011, 02:15:24 pm »
Hi,
    have you considered using a differental amplifier ?

It sounds like you have selected an ADC that does not provide a differential input so you must add an external differential amplifier.

You said that the ADC and MCU have different ground potentials - I am guessing this means that the signals you are measuring are floating with respect to the MCU ground ? If this is the case I think you need to either reference the input signals to the MCU ground or reference the ADC output signal to the MCU ground - both require the use of a differential amplifier. The point here is that you must pick a ground and then reference everything else to this one ground.

You can make a differential amplifier however you need precision resistors for good performance, or you can buy one in a dip package ready to go.

More specific information about your circuit may help to provide a more detailed solution.

Regards, tjw.

 

 

Offline leniwiecTopic starter

  • Contributor
  • Posts: 33
    • EE & IT Blog
Re: two ADC on different ground potential
« Reply #11 on: April 21, 2011, 02:37:51 pm »
Thx tjw for answer.
The product which I design is current in 'scratches'. And the situation is like a write above.
I have two DC power supply with symetric output, this power supplies can be connected in parallel or serial mode. So, now I have ground from 1 power supply and ground from 2 power supply and one more ground on MCU, and each of this grounds is on different potentials.
Possible solution is to opt-isolate ADC or use U/f converters and opt-isolate their outputs... but I think this solutions is not so good, it complicate design and may make some further troubles.
I also thinks, that perfect solution is to use something like adc with full separated analog and digital ground - and here is my question: Is there any ADC and DAC chips like that on market ? Or maybe there is better solution to measure several signals, each of which is on different ground potentials... ?
 

Offline am2pgs

  • Contributor
  • Posts: 27
Re: two ADC on different ground potential
« Reply #12 on: April 21, 2011, 03:36:57 pm »
I don't know of any ADC that has isolated digital / analogue grounds. Usually a differential input stage (either internal or external) is what you want. One input of the diff amp is connected to your "other" ground. the other input of the diff amp is connected to the voltage you are trying to measure. The ADC will measure the difference of the two multiplied by whatever gain you choose. The ADC itself with its digital/analogue ground is connected to your MCU ground.

One thing to be aware of is that all differential amplifiers have a limited common mode inpu voltage range. Common mode voltage range would in your case be related the potential difference between your two grounds. If they grounds are truely floating this could be problematic.The potential difference between the two grounds needs to be defined and bound.

Also differential amplifiers do not perfectly reject common mode voltages, so you need to calculate the common mode rejection ratio of the differential amplifier. Instrumentation amplifiers are best for this, but using an opamp with percision resistors to make a diff amp may be good enough for you.
 

Offline Leo Bodnar

  • Frequent Contributor
  • **
  • Posts: 803
  • Country: gb
Re: two ADC on different ground potential
« Reply #13 on: April 21, 2011, 05:00:00 pm »
What are you trying to achieve? Can you knock up a quick diagram?

Why do you reject differential input ADCs?  They are perfect for your task.

Optoisolation makes sense when you have completely uncontrolled ground potential like two units plugged into different power loops without proper ground (think laptops), etc
 

Offline leniwiecTopic starter

  • Contributor
  • Posts: 33
    • EE & IT Blog
Re: two ADC on different ground potential
« Reply #14 on: April 21, 2011, 06:08:59 pm »
Thx for replay Leo Bodnar.

In attachment I add quick diagram of my case. As you can see differential inputs adc still need analog ground refered to input signal, and this analog ground is connected with digital ground, It's not a problem if I only have possible situation like on 'Situation #1' - I will connect all gnd together, but on 'Situation #2' I need to measure potential between power supply #1 `+` and GND #1 and power supply #2 `+` and GND #2... So, in this case I have two GND on different potentials (and this difference may by very large).

Any ideas ?

Regards
 

Offline Leo Bodnar

  • Frequent Contributor
  • **
  • Posts: 803
  • Country: gb
Re: two ADC on different ground potential
« Reply #15 on: April 21, 2011, 06:30:29 pm »
What are your voltages?  If they are below 60V you can use INA168 to bring differential input to reference ground level.
You don't need to measure current, just use a resistor divider to get reasonable input range.

If your voltage is higher, use something like AD629 e.g. Fig.31.  Again use just a voltage divider for input.  This is good up to +-270V common voltage range.
 

Offline leniwiecTopic starter

  • Contributor
  • Posts: 33
    • EE & IT Blog
Re: two ADC on different ground potential
« Reply #16 on: April 21, 2011, 06:49:57 pm »
Thx for replay,

AD629 looks good for me. One disadvantage it need symmetric supply, and I don't have it on my MCU board - but it is not a problem...

And this price... huh!

Regards!
 

Offline Leo Bodnar

  • Frequent Contributor
  • **
  • Posts: 803
  • Country: gb
Re: two ADC on different ground potential
« Reply #17 on: April 21, 2011, 06:57:38 pm »
AD629 looks good for me. One disadvantage it need symmetric supply, and I don't have it on my MCU board - but it is not a problem...
Try AD628 but it has lower CV range.
 

Offline leniwiecTopic starter

  • Contributor
  • Posts: 33
    • EE & IT Blog
Re: two ADC on different ground potential
« Reply #18 on: April 21, 2011, 07:05:45 pm »
Thx Leo,

I see in datasheet that INA168 have common mode voltage up to 60V so it fit in my needs. And INA168 is much cheaper than AD solution...

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf