Post History
You are making this way too complicated. Go back to the basic problem definition, which is you want to get a digital reading of the current sunk by a current sink, with the valid range being 4-20 ...
Answer
#1: Initial revision
You are making this way too complicated. Go back to the basic problem definition, which is you want to get a digital reading of the current sunk by a current sink, with the valid range being 4-20 mA. It seems you chose the A/D you did because it is advertised to be able to directly read 4-20 mA current signals. Maybe that's still a good A/D to use in this case, but not necessarily because it can read 4-20 mA directly. Most A/Ds, including this one apparently (just looked briefly at the datasheet) actually convert voltage signals. At worst, you'd need a <i>current to voltage converter</i>. Fortunately these are available with a wide range of values and tolerances, known as <i>resistors</i>. Whether you use the built-in 50 Ω resistor in this A/D or supply your own, you're ultimately going to read the voltage across some current sense resistor. Figure 1 on page 4 of the A/D datasheet implies that the voltage across the built in 50 Ω resistor is read differentially. That's good, which means it can float within whatever the common mode range of the A/D is. Since this is a 24 bit A/D, and I expect you don't need anywhere near that resolution, take a look at just letting the built-in 50 Ω resistor generate the voltage to read. That results in (20 mA)(50 Ω) = 1 V full scale. Even if the full scale A/D input range is 5 V, that only looses 2.3 bits of range, leaving over 21 bits. Your resolution is still over 1 part in 3,000,000, which very likely not even close to a limiting factor. It may be as simple as using a 50 Ω channel of the A/D, tying the IN+ input to 5 V and the IN- input to the current sink output of the pressure regulator. The reason I say "may" is because I haven't read thru the A/D datasheet carefully enough to know whether that violates any constraints, like common mode range. You also have to check what the compliance range of the pressure regulator current sink output is. Your existing circuit assumes that goes as low as 1 V. Maybe it does, but I certainly wouldn't take that for granted. Note that with a 50 Ω current sense resistor pulled up to 5 V, you are only asking for a compliance range down to 4 V. There's a much better chance the pressure regulator can actually do that.