TIDUEM7A April 2019 – February 2021
Each year, billions of dollars are lost by utilities due to nontechnical losses. One form of nontechnical loss for electricity utility providers is electricity meter tampering, where individuals hack meters to slow or stop the accumulation of energy usage statistics, thereby stealing electricity. One of the most common ways someone tries to tamper with an electricity meter is to apply a magnet on it. This magnet paralyzes transformers in power supplies as well as current transformer current sensors, thereby enabling electricity theft. Since magnets can affect current transformers(CT), shunts are often used as a current sensor for one-phase meters. The output voltage produced by shunts at low currents is small, especially when compared to the output voltage produced by current transformers over the same low input current range. As a result, for shunt-based high-accuracy meters, an accurate ADC is needed to sense the low output voltages from shunts to accurately bill utility customers.
In addition to ensuring accurate customer billing, it is the responsibility of the utility company to guarantee good power quality to their customers. However, it is possible for current harmonics from a utility customer’s load to induce voltage harmonics, which may effect multiple utility customers. By performing harmonic analysis, utility providers may be able to identify customer loads that negatively impact power quality. Adding harmonic analysis capabilities to an electricity meter may require an increase in the sample rate of the meter to capture the desired frequency range. The increase in sample frequency many times has to be done without compromising on accuracy or even while simultaneously increasing accuracy. The high sample rate, in turn, also requires more processing.
As the accuracy and amount of processing expected from electricity meters increases, it becomes more difficult to find a metrology SoC that fulfills both the processing and accuracy requirements of an electricity meter. To address this limitation, a standalone ADC can be used with a host microcontroller (MCU) to simultaneously overcome the processing and accuracy limitations of electricity meter SoCs. Using an accurate standalone ADC typically has the following advantages:
In this reference design, Class 0.5 one-phase shunt-based energy measurement is implemented by using a standalone ADC device. The standalone ADC senses the Mains voltage and current. For sensing the current, the design measures both the line and neutral current by using a shunt and CT. By measuring both currents, metrology parameters can be properly sensed in case someone tries to tamper with the meter by bypassing the sensed line or neutral current in an attempt to have the meter register a smaller energy consumption than what is actually consumed.
When there are new ADC samples available from the standalone ADC, the host MCU communicates to the standalone ADC using SPI to get the new samples. The host MCU uses the new ADC samples from the standalone ADC to calculate metrology parameters. In addition to calculating the metrology parameters, the host MCU also drives the liquid crystal display (LCD) of the board and communicates to a personal computer (PC) graphical user interface (GUI) through either the isolated RS-232 circuitry or isolated RS-485 circuitry on the board. As an additional safeguard, an external SVS device is added to the design to reset the host MCU when the supplied voltage to power the host MCU is not sufficient. In general, using an external SVS provides more security than the internal SVS on a host MCU.
In this design, the test software specifically supports calculation of various metrology parameters for one-phase energy measurement. These parameters can be viewed either from the calibration GUI or LCD. The key parameters calculated during energy measurements are:
In addition to affecting current transformer current sensors, magnetic tampering could affect a transformer in the power supply as well. To deal with magnetic tamper attacks affecting the power supply of the meter, one option is to use cap-drop supplies, which do not use a magnetically-susceptible transformer. However, one disadvantage of cap-drop supplies is their small maximum output current. To increase the maximum output current from a cap-drop supply without increasing the capacitor size of the power supply, a buck converter could be used with the cap-drop supply instead of the LDO that is used in traditional cap-drop supplies; however, using a buck converter would require adding an inductor, which may be affected, like a CT, by an external magnet. In this design, an AC voltage regulator is used to create a compact, cap-drop power supply that can provide more output current than conventional cap-drop supplies without having to use magnetic components, thereby making the power supply magnetically immune.
Another technique used to tamper with an electricity meter is to remove the neutral wire from the meter. If the neutral is disconnected, the voltage measured is 0 V, which in turn leads to a 0 W measured value for the active power. With the neutral missing, the main AC/DC is not functional so a backup power supply like a battery or powering CT must be used to power the meter. For this tamper technique, although the active power reading is 0 W because of the 0 V reading, there is still current flowing through the line wire that could be sensed. The standalone ADC used in this design has a current-detection mode that could be used to detect the presence of current for this tamper scenario. In this mode, the ADC runs off an internal oscillator and provides an interrupt to the MCU if a user-configurable number of samples have surpassed a user-defined ADC threshold value, which may indicate tampering. Since the ADC is doing this current detection, the MCU can enter a sleep mode until it is alerted that current has been detected by the standalone ADC. This current-detection mode is low-power, which allows the mode to be entered periodically without significantly draining the backup power supply that the meter is running on. The AC/DC power supply of the design provides an early alert of AC supply failure, which can be either be from an actual power outage condition or from the removal of the neutral connection, so that the standalone ADC could be triggered to enter this current-detection mode. When the meter sees AC mains again after power has been restored from a power outage, the AC/DC in the design provides an alert that can be used to exit current-detection mode.