SlideShare a Scribd company logo
Phasor data concentrator
1. Introduction
   1.1 Power Grid
   1.2 WAMS
2.Components of WAMS
  2.1 PMU
  2.2 PDC
3. Standards for PMU
  3.1 IEEE C37.118
4. Communication between PMU & PDC
  4.1 UDP Communication
  4.1 TCP Communication
5. WAMS Implementations
6. Possible Approach
7. Conclusion
8. References




10/18/10                  Wide Area Measurement   2
Introduction
Power Grid
High voltage electric transmission is the bulk transfer of electric energy, from
generating power plants to substations located nearer.

Transmission lines, when interconnected with each other, become high voltage
transmission networks these are typically referred to as power grids.




10/18/10                    Wide Area Measurement                                   3
Wide Area Measurement System (WAMS)
Advanced measurement technology to collect information.





The WAMS technologies are comprised of two major functions:


    obtaining the data

    extracting value from it




Getting the data is accomplished with a new generation of data recording hardware
that produces high quality and high volume recordings.

Data is extracted and analyzed using several signal analysis tools and algorithms.





10/18/10                   Wide Area Measurement                                     4
Need Of WAMS


In order to avoid major regional blackouts such as those occurred in North America and
Canada in 2003.

When constant monitoring applications are available immediate action can be taken if
some failures are detected.




10/18/10                   Wide Area Measurement                                       5
Comparison of SCADA & WAMS

SCADA can only provides steady, low sampling density, and non synchronous
information of the network.

Controlling centre cannot know the dynamic operation states of the system.





Instant action cannot be taken in case of failures.





WAMS enables us to observe the power system synchronously in more elaborate time
scale.

WAMS requires data to be sent and captured at very fast rate.





10/18/10                    Wide Area Measurement                               6
Components of WAMS


Phasor Measurement Unit (PMU)





Phasor Data Concentrator (PDC)





10/18/10                Wide Area Measurement   7
PMU
They are devices which use synchronization signals from the global positioning
system (GPS) satellites and provide the phasor voltages and currents measured at a
given substation.

A phasor is a complex number that represents both the magnitude and phase angle of
the sine waves found in electricity.

PMU can have different Data Rate i.e. 60, 30, 10 frame per second.





                      Input                       Output
                                   PMU
                    Secondary                     Corresponding
                    sides of the                    Voltage or
                     3Φ P.T. or                      Current
                        C.T.                         phasors

10/18/10                   Wide Area Measurement                                 8
Advantage of using GPS


   It is accurate to within 1 microsecond at any location on earth.

A 1-microsecond error translates into 0.021° for a 60 Hz system and 0.018 ° for a 50


Hz system and is certainly more accurate than any other application.




10/18/10                      Wide Area Measurement                               9
PDC
   It is a node in a system where phasor data from a number of PMUs or PDCs is
             correlated and fed out as a single stream to other applications.

       PDC would performs the Real time monitoring , alarming , event triggering.
       



                             It performs local archiving.

                 It performs various quality checks on the phasor data.
                 




10/18/10                   Wide Area Measurement                                    10
Phasor data concentrator
Operations inside PDC

Receive data from PMU's/PDC's





Align the data as per the time tag and then perform sorting





Combine all data from multiple PMU's having same time stamp t into a single frame





Perform Local archival and also send the combined frame to other applications.





PDCs are available as Hardware and Software.





10/18/10                   Wide Area Measurement                                 12
Time Based Aligning of Data

Algorithm 1
    An array of time stamped buffers is maintained.
PDC will group together measurements from the same time stamp in to a
single buffer.
 In some cases the measurements may be delayed so there will be more than

one time stamped buffer.
When the buffer is full the PDC will forward it to the applications consuming

it.

Drawbacks
PDC has to wait for the buffer to be full before forwarding it to the

applications.




10/18/10                 Wide Area Measurement                              13
Algorithm 2

Add a time-out per time stamped buffer.




The PDC assigns this newly arrived measurement to a new buffer.




The countdown to the time-out is initiated when the first phasor measurement of a
certain time stamp arrives at the PDC.

When the time-out is up the PDC will forward the set without waiting for the rest of
the phasor measurements to arrive




10/18/10                   Wide Area Measurement                                        14
Continue…




10/18/10   Wide Area Measurement          15
Phasor data concentrator
Standards for PMU

IEEE Std 1344
IEEE C37.118

OPC-DA / OPC-HDA - A Microsoft Windows based interface protocol that is

currently being generalized to use XML and run on non Windows computers.

IEC 61850 a standard for electrical substation automation.





BPA PDCStream - a variant of IEEE 1344 used by the Bonneville Power


Administration (BPA) PDCs and user interface software.




10/18/10                  Wide Area Measurement                            17
IEEE C37.118

     Four message/frame types

1)Command (Binary)
2)Configuration (Binary)

3)Data (Binary)

4)Header (ASCII)




                     Frame Transmission Order


                      SYNC      FRAMESIZE   IDCODE   SOC      FRACSEC
                       2B          2B         2B     4B         4B


                      DATA 1    DATA 2               DATA n     CHK




10/18/10                       Wide Area Measurement                    18
1)   Command Frame is received by PMU in order to take a particular action.
Example “turn ON the transmission of data”.

1)   Header frame is human readable/ASCII information about the PMU, the data
sources, scaling, algorithms, analog filters used, or other related information.

1)   Configuration frame contains the information and processing parameters of the
PMU. Like it contains phasor, analog, frequency and digital value of PMU.




10/18/10                    Wide Area Measurement                                  19
Configuratio
 n Frame
Organizatio
     n




 10/18/10      Wide Area Measurement   20
3) Data frame provides information regarding phasor data and the state of the digital
inputs on each channel. It also defines the frequency, angle, over-current, under-voltage
and rate of frequency change.




10/18/10                    Wide Area Measurement                                     21
Communication between PMU & PDC


1) UDP Communication

2) TCP Communication




10/18/10               Wide Area Measurement   22
PDC                                                                       PMU
                                CMD Frame - Send CFG frame


    UDP                                                                            CFG Frame
Communication
                                 CMD Frame - Send data frame



                                                                                 Data Frame


                                                                                 Data Frame


                                                                                 Data Frame

                Conf change
                 bit (0->1)
                                   CMD Frame - Send New CFG frame



                                                                               CFG Frame



                                      CMD Frame - Send data frame


                                                                               Data Frame

                                                                               Data Frame



                                            CMD Frame -data transmission off
10/18/10             Wide Area Measurement                                                     23
PDC
                                                                                          PMU
                        SYN , Seq=0
   TCP
                                                                       Seq=0, Ack=1
Communicatio
    n                      Seq=1,Ack=1


                           CMD Frame - Send CFG frame




                                                                              Ack = YY


                                                                    CFG Frame : Seq 22



                              Ack = 22


                        CMD Frame - Send Data frame Seq :23



                                                                        Ack = 23


                                                              DATA Frame : Seq 24



                     CMD Frame - Stop Data frame Seq :xx


                                         FIN



10/18/10       Wide Area Measurement                                                     24
WAMS Implementations

OpenPDC

    The openPDC is a complete set of applications for processing streaming time-
    series data in real-time.

    The openPDC is based on the SuperPDC which was developed by the Tennesse
    Valley Authority starting in 2004.




10/18/10                 Wide Area Measurement                                  25
Wide Area Frequency Monitoring Network (FNET)


It is a GPS-synchronized wide-area frequency measurement network.





Currently, FNET collects data from over 80 FDRs, most of which are installed in the


North American power grid.

Applications provided by FNET include


   event detection and location,

   oscillation detection

   visualization.




10/18/10                  Wide Area Measurement                                   26
Wide Area Frequency Monitoring by IIT Bombay


It is a continuous data archiving system.





It provides Web display of of the archived data.





Work on generating triggers, alarms in case some unusual events occur is in progress.





Currently, frequency measuring sensors are located at Mumbai, Kharagpur and


Ahmedabad.

http://www.wafms.co.cc/





10/18/10                   Wide Area Measurement                                   27
Other Implementations

ePDC





SEL





TNB





KalkiTech





10/18/10         Wide Area Measurement   28
PDC Product Comparison Chart




10/18/10    Wide Area Measurement   29
Possible Approach

We have considered TCP/UDP as network communication protocol.





Client Server Architecture.





State Diagram :



                                                                 PDC :
                                  CMD FRM - send CFG Frame     Process 1


       PMU
     Simulator      CFG FRM




                   DATA FRM
                                         CMD FRM - send DATA
                                                                 PDC :
                                                               Process 2



10/18/10                      Wide Area Measurement                        30
PDC Process 2 Details
     Receive data/cnf frames
                                    Shared     Memory

                                       CFG frames




                                                                          Pass_ to_ upper_
                                                                               Layer()

                    Match




                  Create
                 data nodes                         Sort()
                                             Maintains Buffer List




                                                                             Archive()

                                                                History


 10/18/10                      Wide Area Measurement                                         31
Conclusion


Synchronized phasor measurement technologies have proliferated in many countries
all over the world.

With the spread and advancement in this technology real time monitoring and decision


making is going to be much easier.

Development of free and open source PDC software will certainly boost more
contributions from all over the world.




10/18/10                  Wide Area Measurement                                  32
References

Ken Martin, “IEEE Standard for Synchrophasors for Power Systems”, IEEE Std C37.118 -2005 (Revision of
IEEE Std 1344-1995).

“Real Time Wide-Area Monitoring, Control and Protection”, EIPP Real Time Task Team, White Paper DRAFT
3: Wide Area Monitoring-Control Phasor Data Requirements.

Andrew Armenia, “A Flexible Phasor Data Concentrator Design Leveraging Existing Software
Technologies”, IEEE TRANSACTIONS ON SMART GRID, VOL. 1, NO. 1, JUNE 2010.

Biju Naduvathuparambil, Matthew C. Valenti and Ali FeXiachi, “Communication Delays in Wide Area


Measurement Systems”, Lane Dept. of Comp. Sci. & Elect. Eng., West Virginia University, WV.

Basics       of             Electric     Power       Transmission   and          Grid     technology
http://en.wikipedia.org/wiki/Electric_power_transmission.

http://www.phasor-rtdms.com/phaserconcepts/phasor_adv_faq.html#Question9.





10/18/10                          Wide Area Measurement                                           33
Thank you



10/18/10    Wide Area Measurement   34

More Related Content

PPT
132 33kv substation
PPTX
Circuit breaker arc interruption.pptx
PPTX
Generator and Transformer Protection (PART 1)
PPTX
Corona effect
PPTX
POWER SYSTEM PLANNING AND DESIGN. DESIGN OF EHV TRANSMISSION LINES & BUNDLED ...
PPT
An introduction to FACTS
PPTX
Selection Of Circuit Breaker
PPT
Deregulation in power industry
132 33kv substation
Circuit breaker arc interruption.pptx
Generator and Transformer Protection (PART 1)
Corona effect
POWER SYSTEM PLANNING AND DESIGN. DESIGN OF EHV TRANSMISSION LINES & BUNDLED ...
An introduction to FACTS
Selection Of Circuit Breaker
Deregulation in power industry

What's hot (20)

PPTX
Storage In Smart Grids
PPTX
Hydrothermal scheduling
PPTX
Resistance potential divider
PPTX
Power system protection
PPTX
Single line diagram
PPT
Generation shift factor and line outage factor
PPTX
Current Source Inverter and Voltage Source Inverter
PPTX
Various Bus-Bar Arrangements.
PPTX
Choice of converter configuration
PPTX
Series & shunt compensation and FACTs Devices
PPTX
POWER QUALITY IMPROVEMENT BY DSTATCOM
PDF
Alternator protection
PPTX
Saturated Reactor(SR) & Thyristor Controlled Reactor(TCR)
PPTX
Flexible ac transmission system
PDF
Introduction
PPT
Chapter 4 mechanical design of transmission lines
PPTX
GENERATING OF HIGH ALTERNATING VOLTAGE
PPTX
Three level inverter
PPTX
Unit-2 Three Phase controlled converter
Storage In Smart Grids
Hydrothermal scheduling
Resistance potential divider
Power system protection
Single line diagram
Generation shift factor and line outage factor
Current Source Inverter and Voltage Source Inverter
Various Bus-Bar Arrangements.
Choice of converter configuration
Series & shunt compensation and FACTs Devices
POWER QUALITY IMPROVEMENT BY DSTATCOM
Alternator protection
Saturated Reactor(SR) & Thyristor Controlled Reactor(TCR)
Flexible ac transmission system
Introduction
Chapter 4 mechanical design of transmission lines
GENERATING OF HIGH ALTERNATING VOLTAGE
Three level inverter
Unit-2 Three Phase controlled converter
Ad

Viewers also liked (9)

PDF
Increasing Inductor Lifetime by Predicting Coil Copper Temperatures Presentation
PDF
Recognizing and Eliminating Flux Concentrator Failures
PDF
New Magnetodielectric Materials for Magnetic Flux Control
PDF
Increasing Inductor Lifetime by Predicting Coil Copper Temperatures Paper
PDF
Design and Fabrication of Inductors for Induction Heat Treating
PPTX
SIMULATION OF INDUCTION SYSTEM FOR BRAZING OF SQUIRREL CAGE ROTOR
PDF
Magnetic Flux Controllers in Induction Heating and Melting by Robert Goldstei...
PDF
Optimization Potential of Induction Heating Systems by Stefan Schubotz and Ha...
PPT
CHAPTER 3: Induction Coil Design
Increasing Inductor Lifetime by Predicting Coil Copper Temperatures Presentation
Recognizing and Eliminating Flux Concentrator Failures
New Magnetodielectric Materials for Magnetic Flux Control
Increasing Inductor Lifetime by Predicting Coil Copper Temperatures Paper
Design and Fabrication of Inductors for Induction Heat Treating
SIMULATION OF INDUCTION SYSTEM FOR BRAZING OF SQUIRREL CAGE ROTOR
Magnetic Flux Controllers in Induction Heating and Melting by Robert Goldstei...
Optimization Potential of Induction Heating Systems by Stefan Schubotz and Ha...
CHAPTER 3: Induction Coil Design
Ad

Similar to Phasor data concentrator (20)

PPTX
Phasor data concentrator
PPTX
Introduction of wide area mesurement syatem
PDF
Design & implementation of phasor data concentrator compliant to ieee c37.118...
PDF
Phasor data concentrator or i pdc
PDF
ATS SmartWAMS
PPTX
Wide area measurements (synchrophasor measurements) in Power Systems
PDF
OPAL-RT RT13 Conference: New communication protocols
PDF
A overview on WAMS/PMU.
PDF
A flexible phasor data concentrator design
PDF
A flexible phasor data concentrator design
PDF
iPDC Report Nitesh
PDF
iPDC-v1.3.0 - A Complete Technical Report including iPDC, PMU Simulator, and ...
PDF
I Pdc V1.3.0 A Complete Technical Report Including I Pdc, Pmu Simulator, An...
PDF
iPDC Report Kedar
PPT
Scada1
PDF
Authentication Issues between entities during protocol message exchange in SC...
PDF
Wide area monitoring, protection and control in future smart grid
PDF
Fieldbus Tutorial Part 7 - Fieldbus Communication
PPTX
WIDE AREA MONITORING SYSTEMS(WAMS)
Phasor data concentrator
Introduction of wide area mesurement syatem
Design & implementation of phasor data concentrator compliant to ieee c37.118...
Phasor data concentrator or i pdc
ATS SmartWAMS
Wide area measurements (synchrophasor measurements) in Power Systems
OPAL-RT RT13 Conference: New communication protocols
A overview on WAMS/PMU.
A flexible phasor data concentrator design
A flexible phasor data concentrator design
iPDC Report Nitesh
iPDC-v1.3.0 - A Complete Technical Report including iPDC, PMU Simulator, and ...
I Pdc V1.3.0 A Complete Technical Report Including I Pdc, Pmu Simulator, An...
iPDC Report Kedar
Scada1
Authentication Issues between entities during protocol message exchange in SC...
Wide area monitoring, protection and control in future smart grid
Fieldbus Tutorial Part 7 - Fieldbus Communication
WIDE AREA MONITORING SYSTEMS(WAMS)

Recently uploaded (20)

PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Empathic Computing: Creating Shared Understanding
PDF
Getting Started with Data Integration: FME Form 101
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
1. Introduction to Computer Programming.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Tartificialntelligence_presentation.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Spectroscopy.pptx food analysis technology
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Encapsulation theory and applications.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Empathic Computing: Creating Shared Understanding
Getting Started with Data Integration: FME Form 101
Building Integrated photovoltaic BIPV_UPV.pdf
Assigned Numbers - 2025 - Bluetooth® Document
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Spectral efficient network and resource selection model in 5G networks
Programs and apps: productivity, graphics, security and other tools
1. Introduction to Computer Programming.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Mobile App Security Testing_ A Comprehensive Guide.pdf
Tartificialntelligence_presentation.pptx
cuic standard and advanced reporting.pdf
Unlocking AI with Model Context Protocol (MCP)
A comparative analysis of optical character recognition models for extracting...
Per capita expenditure prediction using model stacking based on satellite ima...
“AI and Expert System Decision Support & Business Intelligence Systems”
Spectroscopy.pptx food analysis technology

Phasor data concentrator

  • 2. 1. Introduction 1.1 Power Grid 1.2 WAMS 2.Components of WAMS 2.1 PMU 2.2 PDC 3. Standards for PMU 3.1 IEEE C37.118 4. Communication between PMU & PDC 4.1 UDP Communication 4.1 TCP Communication 5. WAMS Implementations 6. Possible Approach 7. Conclusion 8. References 10/18/10 Wide Area Measurement 2
  • 3. Introduction Power Grid High voltage electric transmission is the bulk transfer of electric energy, from generating power plants to substations located nearer. Transmission lines, when interconnected with each other, become high voltage transmission networks these are typically referred to as power grids. 10/18/10 Wide Area Measurement 3
  • 4. Wide Area Measurement System (WAMS) Advanced measurement technology to collect information.  The WAMS technologies are comprised of two major functions:   obtaining the data  extracting value from it Getting the data is accomplished with a new generation of data recording hardware that produces high quality and high volume recordings. Data is extracted and analyzed using several signal analysis tools and algorithms.  10/18/10 Wide Area Measurement 4
  • 5. Need Of WAMS In order to avoid major regional blackouts such as those occurred in North America and Canada in 2003. When constant monitoring applications are available immediate action can be taken if some failures are detected. 10/18/10 Wide Area Measurement 5
  • 6. Comparison of SCADA & WAMS SCADA can only provides steady, low sampling density, and non synchronous information of the network. Controlling centre cannot know the dynamic operation states of the system.  Instant action cannot be taken in case of failures.  WAMS enables us to observe the power system synchronously in more elaborate time scale. WAMS requires data to be sent and captured at very fast rate.  10/18/10 Wide Area Measurement 6
  • 7. Components of WAMS Phasor Measurement Unit (PMU)  Phasor Data Concentrator (PDC)  10/18/10 Wide Area Measurement 7
  • 8. PMU They are devices which use synchronization signals from the global positioning system (GPS) satellites and provide the phasor voltages and currents measured at a given substation. A phasor is a complex number that represents both the magnitude and phase angle of the sine waves found in electricity. PMU can have different Data Rate i.e. 60, 30, 10 frame per second.  Input Output PMU Secondary Corresponding sides of the Voltage or 3Φ P.T. or Current C.T. phasors 10/18/10 Wide Area Measurement 8
  • 9. Advantage of using GPS  It is accurate to within 1 microsecond at any location on earth. A 1-microsecond error translates into 0.021° for a 60 Hz system and 0.018 ° for a 50  Hz system and is certainly more accurate than any other application. 10/18/10 Wide Area Measurement 9
  • 10. PDC It is a node in a system where phasor data from a number of PMUs or PDCs is correlated and fed out as a single stream to other applications. PDC would performs the Real time monitoring , alarming , event triggering.  It performs local archiving. It performs various quality checks on the phasor data.  10/18/10 Wide Area Measurement 10
  • 12. Operations inside PDC Receive data from PMU's/PDC's  Align the data as per the time tag and then perform sorting  Combine all data from multiple PMU's having same time stamp t into a single frame  Perform Local archival and also send the combined frame to other applications.  PDCs are available as Hardware and Software.  10/18/10 Wide Area Measurement 12
  • 13. Time Based Aligning of Data Algorithm 1 An array of time stamped buffers is maintained. PDC will group together measurements from the same time stamp in to a single buffer.  In some cases the measurements may be delayed so there will be more than one time stamped buffer. When the buffer is full the PDC will forward it to the applications consuming it. Drawbacks PDC has to wait for the buffer to be full before forwarding it to the applications. 10/18/10 Wide Area Measurement 13
  • 14. Algorithm 2 Add a time-out per time stamped buffer.  The PDC assigns this newly arrived measurement to a new buffer.  The countdown to the time-out is initiated when the first phasor measurement of a certain time stamp arrives at the PDC. When the time-out is up the PDC will forward the set without waiting for the rest of the phasor measurements to arrive 10/18/10 Wide Area Measurement 14
  • 15. Continue… 10/18/10 Wide Area Measurement 15
  • 17. Standards for PMU IEEE Std 1344 IEEE C37.118 OPC-DA / OPC-HDA - A Microsoft Windows based interface protocol that is currently being generalized to use XML and run on non Windows computers. IEC 61850 a standard for electrical substation automation.  BPA PDCStream - a variant of IEEE 1344 used by the Bonneville Power  Administration (BPA) PDCs and user interface software. 10/18/10 Wide Area Measurement 17
  • 18. IEEE C37.118 Four message/frame types 1)Command (Binary) 2)Configuration (Binary) 3)Data (Binary) 4)Header (ASCII) Frame Transmission Order SYNC FRAMESIZE IDCODE SOC FRACSEC 2B 2B 2B 4B 4B DATA 1 DATA 2 DATA n CHK 10/18/10 Wide Area Measurement 18
  • 19. 1) Command Frame is received by PMU in order to take a particular action. Example “turn ON the transmission of data”. 1) Header frame is human readable/ASCII information about the PMU, the data sources, scaling, algorithms, analog filters used, or other related information. 1) Configuration frame contains the information and processing parameters of the PMU. Like it contains phasor, analog, frequency and digital value of PMU. 10/18/10 Wide Area Measurement 19
  • 20. Configuratio n Frame Organizatio n 10/18/10 Wide Area Measurement 20
  • 21. 3) Data frame provides information regarding phasor data and the state of the digital inputs on each channel. It also defines the frequency, angle, over-current, under-voltage and rate of frequency change. 10/18/10 Wide Area Measurement 21
  • 22. Communication between PMU & PDC 1) UDP Communication 2) TCP Communication 10/18/10 Wide Area Measurement 22
  • 23. PDC PMU CMD Frame - Send CFG frame UDP CFG Frame Communication CMD Frame - Send data frame Data Frame Data Frame Data Frame Conf change bit (0->1) CMD Frame - Send New CFG frame CFG Frame CMD Frame - Send data frame Data Frame Data Frame CMD Frame -data transmission off 10/18/10 Wide Area Measurement 23
  • 24. PDC PMU SYN , Seq=0 TCP Seq=0, Ack=1 Communicatio n Seq=1,Ack=1 CMD Frame - Send CFG frame Ack = YY CFG Frame : Seq 22 Ack = 22 CMD Frame - Send Data frame Seq :23 Ack = 23 DATA Frame : Seq 24 CMD Frame - Stop Data frame Seq :xx FIN 10/18/10 Wide Area Measurement 24
  • 25. WAMS Implementations OpenPDC The openPDC is a complete set of applications for processing streaming time- series data in real-time. The openPDC is based on the SuperPDC which was developed by the Tennesse Valley Authority starting in 2004. 10/18/10 Wide Area Measurement 25
  • 26. Wide Area Frequency Monitoring Network (FNET) It is a GPS-synchronized wide-area frequency measurement network.  Currently, FNET collects data from over 80 FDRs, most of which are installed in the  North American power grid. Applications provided by FNET include  event detection and location, oscillation detection visualization. 10/18/10 Wide Area Measurement 26
  • 27. Wide Area Frequency Monitoring by IIT Bombay It is a continuous data archiving system.  It provides Web display of of the archived data.  Work on generating triggers, alarms in case some unusual events occur is in progress.  Currently, frequency measuring sensors are located at Mumbai, Kharagpur and  Ahmedabad. http://www.wafms.co.cc/  10/18/10 Wide Area Measurement 27
  • 29. PDC Product Comparison Chart 10/18/10 Wide Area Measurement 29
  • 30. Possible Approach We have considered TCP/UDP as network communication protocol.  Client Server Architecture.  State Diagram : PDC : CMD FRM - send CFG Frame Process 1 PMU Simulator CFG FRM DATA FRM CMD FRM - send DATA PDC : Process 2 10/18/10 Wide Area Measurement 30
  • 31. PDC Process 2 Details Receive data/cnf frames Shared Memory CFG frames Pass_ to_ upper_ Layer() Match Create data nodes Sort() Maintains Buffer List Archive() History 10/18/10 Wide Area Measurement 31
  • 32. Conclusion Synchronized phasor measurement technologies have proliferated in many countries all over the world. With the spread and advancement in this technology real time monitoring and decision  making is going to be much easier. Development of free and open source PDC software will certainly boost more contributions from all over the world. 10/18/10 Wide Area Measurement 32
  • 33. References Ken Martin, “IEEE Standard for Synchrophasors for Power Systems”, IEEE Std C37.118 -2005 (Revision of IEEE Std 1344-1995). “Real Time Wide-Area Monitoring, Control and Protection”, EIPP Real Time Task Team, White Paper DRAFT 3: Wide Area Monitoring-Control Phasor Data Requirements. Andrew Armenia, “A Flexible Phasor Data Concentrator Design Leveraging Existing Software Technologies”, IEEE TRANSACTIONS ON SMART GRID, VOL. 1, NO. 1, JUNE 2010. Biju Naduvathuparambil, Matthew C. Valenti and Ali FeXiachi, “Communication Delays in Wide Area  Measurement Systems”, Lane Dept. of Comp. Sci. & Elect. Eng., West Virginia University, WV. Basics of Electric Power Transmission and Grid technology http://en.wikipedia.org/wiki/Electric_power_transmission. http://www.phasor-rtdms.com/phaserconcepts/phasor_adv_faq.html#Question9.  10/18/10 Wide Area Measurement 33
  • 34. Thank you 10/18/10 Wide Area Measurement 34