Phasor Measurement Unit Data Definition File Information Ver 1.2 Apr 10, 2014 PMU DDF Info, Ver 1.2 Page 1 S.Graber Contents 1. INTRODUCTION ................................................................................................................................................................................................................................ 3 2. PMU DDF FILENAME ........................................................................................................................................................................................................................ 3 3. PMU Data Validator ......................................................................................................................................................................................................................... 3 4. DATABASE LAYOUT .......................................................................................................................................................................................................................... 3 5. IMPORTING YOUR REGISTRY............................................................................................................................................................................................................ 3 6. FIELD NAMES.................................................................................................................................................................................................................................... 4 7. PREPARING FOR VALIDATION .......................................................................................................................................................................................................... 5 8. FIELD VALUES ................................................................................................................................................................................................................................... 5 9. PMU and PDC RANGES ..................................................................................................................................................................................................................... 6 PMU DDF Info, Ver 1.2 Page 2 S.Graber 1. INTRODUCTION ISO’s and Reliability Coordinators share reliability data for the responsible management of the bulk power system. As Phasor Measurement Units (PMU’s) and Phasor Data Concentrators (PDC’s) are deployed across this system, the NERC Data Exchange Working Group (DEWG) has recommended guidelines for defining this data. The first version of the PMU Data Definition File (PMU DDF) template was accepted at the April 19, 2012 DEWG meeting in Albany, NY. 2. PMU DDF FILENAME The PMU DDF filename is to take the following format: <NERCNETID>_PMU_YYYYMMDD.XLS. For NYISO, the published file would be NYISO_PMU_20120501.XLS. 3. PMU Data Validator The PMU Data Validator is a utility to check individual files against the rules put forth in the PMU DDF template. Many of the test requirements were outlined at NERC Data Exchange Working Group (DEWG) meetings. 4. DATABASE LAYOUT When viewing the queries, similar tests are grouped together with a "QA" prefix. For example, QA0600 grouping check valid field entries for several fields. The next identifier in the query name is simply to help sort the order in which the queries should be executed. Finally, the query name will have a short description of the test. Any tables created from queries will have the same name as the query except for the "tbl" prefix. Tables with "LOOKUP" prefixes contain valid field entries. Queries with "QRY_LIST"prefixes simply query the LOOKUP table and sort valid field names used in combo boxes on the forms. 5. IMPORTING YOUR REGISTRY You may import your registry on your own or use one of the import buttons on the Validator Display. There is one button to import a text file and another to import an MS Excel file. Regardless, your registry must be imported into a table called REGISTRY_TARGET with all the appropriate field names listed below. During import, please be sure an ID field is created which is type AUTONUMBER. This will assign a primary key to each record in your registry and is a key element throughout the validation process. A copy of this table is created in PREREQ_REGISTRY TARGET and several validation tests are performed on PREREQ_REGISTRY_TARGET. PMU DDF Info, Ver 1.2 Page 3 S.Graber 6. FIELD NAMES The following field names are required: ID, NERCNET_ID, SOURCE, SUBSTATION, STN, BASEKV, BUS, MEASUREMENTNAME, CHNAM, DEVTYPE, DEVNAME, ICCPOBJECTID, DATATYPE, MEASUREMENTTYPE, CALCULATED, UNITS, SOURCE_PHASE_ANGLE, PDC_ID, PMU_ID, COMMDATE, DECOMMDATE, SAMPLETIMEPERSECOND, DATUM, LAT, LONG, GUID, COMMENT. Field Name ID NERCNET_ID SOURCE SUBSTATION STN BASEKV BUS MEASUREMENTNAME CHNAM DEVTYPE DEVNAME ICCPOBJECTID DATATYPE MEASUREMENTTYPE CALCULATED UNITS SOURCE_PHASE_ANGLE PDC_ID PMU_ID COMMDATE DECOMMDATE SAMPLETIMEPERSECOND DATUM LAT LONG GUID COMMENT PMU DDF Info, Ver 1.2 Page 4 S.Graber Data Type Autonumber added during import. Text. Each ISO or RC has a unique NERCNET ID. List provided below. Text Text Text – 16 char value as seen in c37.118 stream. Number Text Text Text – 16 char value as seen in c37.118 stream. Text - Device type. Text – Device name. Text Text Text Text Text Text Number Number Date/Time – Commission date. Date/Time – Decommission date. Number – Scan rate. Text – Corresponds to latitude and longitude datum. Number Number Text Text The ID field should be added during import, as type autonumber, to be used as the primary key. Some fields should only contain specific values as displayed below. 7. PREPARING FOR VALIDATION After importing your registry into the REGISTRY_TARGET table with the appropriate field names, you are ready to validate it. The PMU Registry Validator performs various tests against your data and sends the results to the screen. The results can be found in the REGISTRY_OUTPUT table. 8. FIELD VALUES Some fields must contain specific values. This section displays the valid data entries for these fields: NERCNET_ID DUKE EES ERCOT FRCC HQT IESO ISONE MISO NBSO NYISO PJM SOCO SPC SPP TVA WECC DEVTYPE LINE GEN CB TR BUSBAR LOAD COMP PMU DDF Info, Ver 1.2 Page 5 S.Graber DATATYPE PHASOR ANALOG DIGITAL FREQ MEASUREMENTTYPE CALCULATED UNITS ACTIVE_POWER YES DEGREE REACTIVE_POWER NO MW VOLTAGE MVAR PHASEA_CURRENT HZ PHASEB_CURRENT STATUS PHASEC_CURRENT AMPS PHASEA_VOLTAGE KV PHASEB_VOLTAGE MVA PHASEC_VOLTAGE POSSEQ_VOLTAGE POSSEQ_CURRENT NEGSEQ_VOLTAGE NEGSEQ_CURRENT ZEROSEQ_VOLTAGE ZEROSEQ_CURRENT APARENT_POWER FREQUENCY SOURCE_PHASE_ANGLE POLAR_RECTANGULAR DATUM A_B_C POLAR NAD27 B_C_A RECTANGULAR NAD83 C_A_B WGS84 9. PMU and PDC RANGES Each device using the c37.118 protocol is to share a device ID. In order to prevent multiple devices from having the same ID, please adhere to the ranges in the table below. NERCNET ID EES ERCOT FRCC HQT IESO ISONE MISO NYISO PJM SOCO SPP TVA DUKE WECC SPC NBSO 10. Ver 1.0 Ver 1.1 Ver 1.2 NAME Entergy Electric System ERCOT – ISO Florida Reliability Coordinating Council Hydro-Quebec TransEnergy Independent Electricity System Operator (Ontario) ISO New England Midwest ISO New York ISO PJM Interconnection Southern Company Services Southwest Power Pool Tennessee Valley Authority Duke Power Company Western Electricity Coordinating Council Saskatchewan Power Corporation New Brunswick System Operator MIN 1001 3001 5001 7001 9001 11001 13001 15001 17001 25001 27001 29001 31001 34001 36001 38001 MAX 3000 5000 7000 9000 11000 13000 15000 17000 25000 27000 29000 31000 34000 36000 38000 40000 Document History Apr 19, 2012 NERC DEWG meeting. First version of PMU registry requirements approved. Jan 16, 2014 NERC DEWG meeting. DevType = LOAD and COMP (compensator) added. DataType FREQ_DFREQ was changed to FREQ. It is assumed that frequency deviation always accompanies this signal. MeasurementType = ANGLE was removed. It is assumed that angle always accompanies the magnitude. Apr 10, 2014 NERC DEWG meeting. MeasurementType=FREQUENCY added. PMU DDF Info, Ver 1.2 Page 6 S.Graber