Electronic – Circuit Design for Current Measurement at High Voltage

current measurementhigh voltage

We're working on a power supply unit for ionic pumps. My supply voltage is 2kV to 3kV with current varying from 0.5mA to 1mA. We wanted to add a high side current measurement indication in these units-an analog voltage (like 5V for 0.5mA). First part of the circuit is sensing the current and in our research we came across the ACS product line, particularly speaking of ACS722KMATR-10AB datasheet attached here it offers Isolation for 4800 Vrms. For amplification we were thinking of using ADA4528, MAX4238 and AD8428. We want to know a few things:

A. Is the term Isolation Voltage in any way related to the Voltage Rating of the sense resistor of ACS722KMA? If not then what is the Voltage Rating of the sense resistor?

B. The Basic Isolation Working Voltage for ACS722KMA is stated 1097 Vrms in the datasheet, there is a little confusion if ACS722KMA be able to survive constant 2kVDC to 3kVDC ?

C. I came across another article, The schematic attached in this EEVBlog suggests another simpler method of measurement but unfortunately I wasn't able to find current sense resistors with High Voltage Rating.

How can I measure 1mA from a 2kV source?

Best Answer

For Ion pump current sensing, you don't need speed. So a voltage-to-frequency method is quite appropriate. A current-sense resistor (R1) easily converts current from the HV supply to a voltage. A microcontroller can convert an input voltage to an output (logic-level) frequency. Even LMC555 circuits can work, or 4046 voltage-controlled oscillator. From there, a high-standoff voltage opto-coupler translates logic-level frequency pulses down to ground.
The conversion from frequency back to voltage is easily done by a one-shot monostable, followed by an RC low-pass filter. Or if digital readout is desired, a simple frequency counter can work too, using a microcontroller again.
As suggested by Jeroen3, the optic-coupler can also carry serial UART-type data down to a receiving microcontroller, instead of frequency-proportional pulses. This would provide faster updates on the read-out display.

schematic

simulate this circuit – Schematic created using CircuitLab