Meter Point Administration Number
From Wikipedia, the free encyclopedia
A Meter Point Administration Number also known as MPAN, Supply Number or S-Number is a 21 digit reference, used in Great Britain to uniquely identify electricity supply points, such as individual domestic residences; the gas equivalent is the Meter Point Reference Number. [1] The system was introduced following privatisation in order to provide a competitive environment for the new private electricity companies; the system means that consumers are able to easily switch their supplier as well as administration being simplified. Although the name suggests that an MPAN refers to a particular meter, an MPAN can have several meters associated with it,[2] or indeed none. A supply receiving power from the National Grid will have an Import MPAN and microgeneration projects, feeding back into the grid are given Export MPANs.[2]
Contents |
[edit] Structure
An MPAN is commonly separated into two sections, the core and the supplementary data. The core is the final 13 digits and is the unique identifier. The supplementary data gives you information about the type of supply, and the power connection - line loss factor etc. [1] The supplementary data is the responsibility of the supplier.
It is commonly depicted on electricity bills thus (the boxes on the top and bottom line are generally unaligned):[3]
The core data is on the second line, the supplementary data on the first. [1]
[edit] Profile Types
The first two digits of a full MPAN reflect its profile type. These range from 00 to 08 and are broadly separated into two categories, Half-Hourly (HH) and Non-Half-Hourly (NHH). [3] These terms are a reference to the availability capacity of the supply in kVA. An 00 profile is half-hourly [3] and this means that in a particular half-hour period it can use 100 kVA or more.[4] The supply must consume more than 100 kVA for at least half-hour in at least three quarters of a year. If the supply consecutively draws this much energy, the installation of a Half-Hourly meter is mandatory. All of this data is recorded by the meter and will be collected usually be either an onsite download, or via a telephone line. [3]
The other profiles are non-half-hourly and generally, though not always, use less than 100 kWh in a half-hour period. Domestic supplies will always be either 01 or 02 profile types. [3]
- 00 - Half-hourly supply
- 01 - Domestic, Single rate
- 02 - Domestic, Day / Night split, also referred to as Economy 7.
- 03 - Commercial, Single rate
- 03 - Commercial Day / Evening & Weekend
- 04 - Commercial, Day / Night
- 04 - Commercial, Day / Night / Evening & Weekend
- 05 - Commercial Maximum Demand - Poor Load Factor (0-20% Load)
- 06 - Commercial Maximum Demand - Medium Load Factor (20-30% Load)
- 07 - Commercial Maximum Demand - Good Load Factor (30-40% Load)
- 08 - Commercial Maximum Demand - Excellent Load Factor (>40% Load)
Where load factor is (average load) / (peak load).
Profile | Supply Capacity | Meter Phase |
---|---|---|
03 - 04 | 0 - 23kVA | 1 or 3 Phase Meter (usually 1 phase) |
24 - 40 kVA | 3 Phase Meter | |
05 - 08 | 40 - 70kVA | 3 Phase MD Meter |
70 - 125kVA | 3 Phase CT Meter |
[edit] Meter Time Switch Code (MTC)
The Meter Time Switch Code is a three digit number that reflects the various registers a meter may have, whether it be a Single Rate, Day Night split, or even a Seasonal Time of Day.
000 - 399 | DNO specific |
400 - 499 | Reserved |
500 - 509 | Codes for related Metering Systems - common across the Industry |
510 - 799 | Codes for related Metering Systems - DNO specific |
800 - 999 | Codes common across the Industry |
Specific definitions of MTCs can be found on the MRASCo documention page.
[edit] Line Loss Factor (LLF)
Line Loss Factor codes are used to calculate the related DUoS charges for the MPAN. The figure reflects both the amount of transmission infrastructure used to supply the point and the amount of energy lost through heat etc.[3]
[edit] Distributor ID
Great Britain is divided into 14 distribution areas. For each area a single company, the Distribution Network Operator, has a license to distribute electricity. [7] They effectively carry electricity from the National Grid to the exit point (each has a unique MPAN and a possibility of several meters) where the customers are. The owner of the distribution network charges electricity suppliers for carrying the electricity in their network. Their regions are based geographically on the old, nationalised electricity board areas. [7]
ID | Name | Operator | Phone Number | MPAS Operator ID | Map Ref. |
---|---|---|---|---|---|
10 | Eastern England | EDF Energy Networks | 0845 601 5467 | EELC | 10 |
11 | East Midlands Electricity | Central Networks | 0845 603 0618 | EMEB | 6 |
12 | London Electricity | EDF Energy Networks | 0845 600 0102 | LOND | 8 |
13 | Merseyside and Northern Wales | ScottishPower | 0845 270 9107 | MANW | 14 |
14 | West Midlands | Central Networks | 0845 603 0618 | MIDE | 7 |
15 | North Eastern England | CE Electric UK | 0845 330 0889 | NEEB | 3 |
16 | North Western England | United Utilities | 0870 751 0093 | NORW | 4 |
17 | Northern Scotland | SSC Power Distribution | 0845 744 4555 | HYDE | 1 |
18 | Southern Scotland | ScottishPower | 0845 270 9107 | SPOW | 2 |
19 | South Eastern England | EDF Energy Networks | 0845 601 5467 | SEEB | 11 |
20 | Southern England | SSC Power Distribution | 0845 744 4555 | SOUT | 12 |
21 | Southern Wales | Western Power Distribution | 0845 601 5972 | SWAE | 9 |
22 | South Western England | EDF Energy Networks | 0845 601 5972 | SWEB | 13 |
23 | Yorkshire | CE Electric UK | 0845 330 0889 | YELG | 5 |
In addition to the Distribution Network Operators noted above who are responsible for a specific geographic area we also have what are known as Independent Distribution Network Operators (IDNO). IDNOs will own and operate electricity distribution networks which will predominately be network extensions connected to the existing distribution network, e.g. to serve new housing developments.
ID | Name | Licensee | MPAS Operator ID |
---|---|---|---|
24 | Envoy | Independent Power Networks | IPNL |
25 | Laing Energy | Laing Energy | LENG |
26 | Energetics | Global Utilities Connections (Electric) Ltd | GUCL |
27 | GTC | The Electricity Network Company Ltd | ETCL |
[edit] Core
The MPAN core is the final 13 digits of the MPAN, and uniquely identifies a supply. It consists of the 2 digit Distributor ID followed by 8 digits followed by 2 digits then a single check digit.[9]
[edit] Check Digit
The final digit in the MPAN is the check digit validates the previous 12 (the core) using a modulus 11 test. The check digit is calculated thus:
- Multiply the first digit by 3
- Multiply the second digit by the next prime number (5)
- Repeat this for each digit (missing 11 out on the list of prime numbers for the purposes of this algorithm.)
- Add up all these products.
- The check digit is the sum modulo 11 modulo 10. [9]
The algorithm in Java is:
int checkDigit(String toCheck) { int[] primes = {3, 5, 7, 13, 17, 19, 23, 29, 31, 37, 41, 43}; int sum = 0; for (int i = 0; i < primes.length; i++) { sum += Character.getNumericValue(toCheck.charAt(i)) * primes[i]; } return sum % 11 % 10; }
In Pascal / Delphi:
function CheckDigit(MPANCore : array of Byte): Integer; const Primes : array [0..11] of Byte = (3, 5, 7, 13, 17, 19, 23, 29, 31, 37, 41, 43); var i : integer; begin Result := 0; for i := 0 to 11 do Result := Result + (MPANCore[i] * Primes[i]); Result := Result mod 11 mod 10; end;
[edit] MPAN State
The supply identified by the MPAN can exist in one of three states: disconnected, de-energised, live.
- Disconnected: The service cable has been removed.
- De-energised: The service cable is in place, but the fuse has been removed. The meter remains connected to the DNO, but no electricity can be used.
- Live: Both the supply cable and the fuse are in place. The supply is fully operational.
These terms are by no means standardised. For example, a disconnected supply might be referred to as a 'dead' supply.
[edit] Export MPANs
The vast majority of MPANs are used where energy is being consumed; Import MPANs are issued for this purpose. However, if a supply exports to the grid, then an export MPAN is issued. If a supply both imports and exports, then both an import MPAN and export MPAN is issued.
[edit] Microgeneration
Formerly, export MPANs required a half-hourly compliant meter to be installed. Since 2003, it has been possible for Microgeneration projects, with a capacity of 50 kVA or below and a non-half-hourly meter, to export back into the grid. The uptake was slow with the first microgeneration export MPAN being issued in June 2005; often microgeneration is not recorded with MPAS and not assigned an MPAN.[2]
[edit] Metered Supply Point
The Metered Supply Point (MSP) is the point at which the meter measuring a customer's consumption is located. It is thus also the point at which the Distribution Network Operator's supply cable terminates, and the customer's wires begin. In order to firmly establish a supply's MSP, the MPAN needs to be associated with a meter serial number.
Although it is common for an MPAN to be associated with one meter id, the two identifiers do exist in a many-to-many relationship. For example, one meter could be associated with both an import and an export MPAN, or one MPAN could be measured by three separate meters.
The link between the meter serial number(s) and the MPAN is held in the MPAS system.
[edit] Code of Practice
Code | Range | Configuration |
---|---|---|
COP5 | 100kW to 1MW | One HH approved meter installed |
COP3 | 1MW to 10MW | Two meters installed, main and check, both recording the same load. The main meter being used for billing. |
COP2 | 10MW to 50MW | Two meters installed as in COP3, but higher accuracy class meters. |
COP1 | > 50MW | Very few sites in the UK at this level, none maintained by MOP. |
[edit] Unmetered Supplies
It is possible for a supply to be unassociated with a meter. For a DNO to agree to an unmetered supply, its consumption must be absolutely predictable. To that end, it must have a constant wattage, and must either be continuously consuming, or be equipped with a pre-set time switch. An example of an unmetered supply would be traffic lights or street lights.
Such unmetered supplies are otherwise identical to all other supplies, except for the fact that it is the customer's responsibility to maintain an accurate and up-to-date inventory of unmetered supplies, and to inform the DNO of changes to the consumption.
[edit] Meter Point Administration System
The Meter Point Administration System (MPAS) holds the following information for each MPAN:
- Supplier
- Data Collector for Settlements (DCS)
- Data Collector for Energy Management (DCE)
- Data Aggregator for Settlements (DA)
- Meter Operator (MOP)
- Customer
- Meter serial number(s)
- Address of the supply
- Associated MPANs
- MPAN state
MPRS is the name of a software package that implements the MPAS system for a DNO.[10] Since MPRS is used by most DNOs it is often used interchangeably with the term MPAS.
[edit] See also
- Mains electricity
- Distribution Network Operator
- Electrical power industry
- Electricity billing in the UK
[edit] References
- ^ a b c Energy Services Online Limited (2006). Meters, Metering and Meter Numbers!. Retrieved on 2007-02-22.
- ^ a b c Elexon. Settlement of Microgeneration Export (pdf).
- ^ a b c d e f Energy Linx (2007). MPAN (Meter Point Administration Number). Retrieved on 2007-02-22.
- ^ Utilyx. Energy Glossary. Retrieved on 2007-09-03.
- ^ DTI. Energy Trends "Snapshot" (pdf). Retrieved on 2007-02-22.
- ^ MRASCo. CIDA MTC Definitions (pdf). Retrieved on 2007-10-16.
- ^ a b EnergyLinx (2007). MPAN Request (Meter Point Administration Number Request. Retrieved on 2007-02-22.
- ^ Ofgem. "Notice under section 11 of the Electricity Act 1989". Retrieved on 2007-02-22.
- ^ a b Arizona Corporation Commission. Special Open Meeting Minutes. Retrieved on 2007-02-23.
- ^ St. Clements Services Ltd. Metering Point Registration System. Retrieved on 2008-05-29.