My board is a home made ohm meter. which uses a current source and a unity gain differential amplifier connected to a 16 bit ADC with a kelvin connection to the DUT.
The voltages being read are from 0.2 to 4 volts.
Maybe I should have a ground plane for all my OPAMPS and reference and then do "star grounding" on my voltage regulators?
I tried to fit the regulators as close to the opamps as possible (they are low noise linear regulators)
Or should every OPAMP and its assosiated decoupling capacitors/filter capacitors have a ground leading the the ADC ground?
I guess consider it a thought experiment more then a practical project.
How is a ground handled in a 8.5 digit multimeter? I just wanna push it to the limit.
And just to be clear, I read through that article but I felt that it did not go into specific about the actual analog grounding system, just about separating digital and analog grounds.
I guess I want more nitty gritty on just the analog section. Should I do a current measurements, see which parts are drawing the most current and then single those out (I.E. the differential amplifier is drawing alot so it should be separated from the inverting amplifiers ground, but since the voltage reference and low pass filter are drawing hardly any current they can be on the same plane? (THIS IS JUST EXAMPLE I HAVE NO IDEA HOW MUCH THESE PARTS DRAW)
What dynamic resistance measurement response are you expecting? i.e. steady state resistance, or fast changing samples. Is the circuit your measuring from powered and generating noise, that will be coupled to your measurement board? If your low pass filtering using capacitors to ground, capacitors are marvelous at coupling noise to ground, but if the ground is noisy, they do just the opposite, couple noise back to the signal. You need to keep noise from ever getting on the ground in the first place.
16bit ADC, this is on the board, is a serial bus used to get the digital conversion off board? ADCs make noise, and transfer this to the power connections. What is your LSB bit voltage? How does the ADC work successive approximation? It's internal state machine will generate noise. And I've seen Analog device parts dynamically yank the buffered input all over the place, as well noise on the power connections.
Is this bi-polar, or are you working single ended with ground?
Think of how you can keep the digital noises off the analog signal. That can mean the connections to the digital ADC has a series inductor, capacitor to digital ground, and on both the Vcc/Vss pins. If this is sent out on a serial bus, the driver has to charge the transmission line capacitance, this causes little noise pulses to be emitted by this part to the power rails.
You may have a perfect system, but the ADC may bite you in the end with it's idiosyncrasies. Can you use opto isolator on the remote processor connections?