SlideShare una empresa de Scribd logo
1 de 34
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
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
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

Más contenido relacionado

La actualidad más candente

Objectives of shunt compensation
Objectives of shunt compensationObjectives of shunt compensation
Objectives of shunt compensationAyyarao T S L V
 
static series synchronus compensator
static series synchronus compensatorstatic series synchronus compensator
static series synchronus compensatorbhupendra kumar
 
Power qualty conditioners
Power qualty conditionersPower qualty conditioners
Power qualty conditionersSudhanshu Goel
 
Smart Grid Components.pptx
Smart Grid Components.pptxSmart Grid Components.pptx
Smart Grid Components.pptxGeeK21
 
Web based power quality monitoring system
Web based power quality monitoring systemWeb based power quality monitoring system
Web based power quality monitoring systemVikram Purohit
 
Protection and control of Microgrid
Protection and control of MicrogridProtection and control of Microgrid
Protection and control of MicrogridAmarjeet S Pandey
 
Smart grid distribution system
Smart grid distribution systemSmart grid distribution system
Smart grid distribution systemAng Sovann
 
Reactive power consumption in modern power system
Reactive power consumption in modern power systemReactive power consumption in modern power system
Reactive power consumption in modern power systemRahuldey1991
 
Power Distribution Feeder Automation - Application Story 2012
Power Distribution Feeder Automation -  Application Story 2012Power Distribution Feeder Automation -  Application Story 2012
Power Distribution Feeder Automation - Application Story 2012Jiunn-Jer Sun
 
Power System Planning
Power System PlanningPower System Planning
Power System Planninglinsstalex
 
Smart grid communications
Smart grid communicationsSmart grid communications
Smart grid communicationssrikanth reddy
 
Grid Interconnection of Renewable Energy Sources at the Distribution Level Wi...
Grid Interconnection of Renewable Energy Sources at the Distribution Level Wi...Grid Interconnection of Renewable Energy Sources at the Distribution Level Wi...
Grid Interconnection of Renewable Energy Sources at the Distribution Level Wi...Pradeep Avanigadda
 

La actualidad más candente (20)

Objectives of shunt compensation
Objectives of shunt compensationObjectives of shunt compensation
Objectives of shunt compensation
 
static series synchronus compensator
static series synchronus compensatorstatic series synchronus compensator
static series synchronus compensator
 
Power Quality Audit.pptx
Power Quality Audit.pptxPower Quality Audit.pptx
Power Quality Audit.pptx
 
Droop control approach for power sharing in AC microgrid
Droop control approach for power sharing in AC microgrid Droop control approach for power sharing in AC microgrid
Droop control approach for power sharing in AC microgrid
 
smart grid in india
smart grid in indiasmart grid in india
smart grid in india
 
An overview of FACTS devices
An overview of FACTS devicesAn overview of FACTS devices
An overview of FACTS devices
 
Facts lectures-2014
Facts lectures-2014Facts lectures-2014
Facts lectures-2014
 
Power qualty conditioners
Power qualty conditionersPower qualty conditioners
Power qualty conditioners
 
Smart Grid Components.pptx
Smart Grid Components.pptxSmart Grid Components.pptx
Smart Grid Components.pptx
 
Web based power quality monitoring system
Web based power quality monitoring systemWeb based power quality monitoring system
Web based power quality monitoring system
 
Protection and control of Microgrid
Protection and control of MicrogridProtection and control of Microgrid
Protection and control of Microgrid
 
Smart grid distribution system
Smart grid distribution systemSmart grid distribution system
Smart grid distribution system
 
Reactive power consumption in modern power system
Reactive power consumption in modern power systemReactive power consumption in modern power system
Reactive power consumption in modern power system
 
Power Distribution Feeder Automation - Application Story 2012
Power Distribution Feeder Automation -  Application Story 2012Power Distribution Feeder Automation -  Application Story 2012
Power Distribution Feeder Automation - Application Story 2012
 
Tcsc
TcscTcsc
Tcsc
 
Static var compensator
Static var compensatorStatic var compensator
Static var compensator
 
PPT ON POWER SYSTEM STABILITY
PPT ON POWER SYSTEM STABILITYPPT ON POWER SYSTEM STABILITY
PPT ON POWER SYSTEM STABILITY
 
Power System Planning
Power System PlanningPower System Planning
Power System Planning
 
Smart grid communications
Smart grid communicationsSmart grid communications
Smart grid communications
 
Grid Interconnection of Renewable Energy Sources at the Distribution Level Wi...
Grid Interconnection of Renewable Energy Sources at the Distribution Level Wi...Grid Interconnection of Renewable Energy Sources at the Distribution Level Wi...
Grid Interconnection of Renewable Energy Sources at the Distribution Level Wi...
 

Destacado

Increasing Inductor Lifetime by Predicting Coil Copper Temperatures Presentation
Increasing Inductor Lifetime by Predicting Coil Copper Temperatures PresentationIncreasing Inductor Lifetime by Predicting Coil Copper Temperatures Presentation
Increasing Inductor Lifetime by Predicting Coil Copper Temperatures PresentationFluxtrol Inc.
 
Recognizing and Eliminating Flux Concentrator Failures
Recognizing and Eliminating Flux Concentrator FailuresRecognizing and Eliminating Flux Concentrator Failures
Recognizing and Eliminating Flux Concentrator FailuresFluxtrol Inc.
 
New Magnetodielectric Materials for Magnetic Flux Control
New Magnetodielectric Materials for Magnetic Flux ControlNew Magnetodielectric Materials for Magnetic Flux Control
New Magnetodielectric Materials for Magnetic Flux ControlFluxtrol Inc.
 
Increasing Inductor Lifetime by Predicting Coil Copper Temperatures Paper
Increasing Inductor Lifetime by Predicting Coil Copper Temperatures PaperIncreasing Inductor Lifetime by Predicting Coil Copper Temperatures Paper
Increasing Inductor Lifetime by Predicting Coil Copper Temperatures PaperFluxtrol Inc.
 
Design and Fabrication of Inductors for Induction Heat Treating
Design and Fabrication of Inductors for Induction Heat TreatingDesign and Fabrication of Inductors for Induction Heat Treating
Design and Fabrication of Inductors for Induction Heat TreatingFluxtrol Inc.
 
SIMULATION OF INDUCTION SYSTEM FOR BRAZING OF SQUIRREL CAGE ROTOR
SIMULATION OF INDUCTION SYSTEM FOR BRAZING OF SQUIRREL CAGE ROTORSIMULATION OF INDUCTION SYSTEM FOR BRAZING OF SQUIRREL CAGE ROTOR
SIMULATION OF INDUCTION SYSTEM FOR BRAZING OF SQUIRREL CAGE ROTORFluxtrol Inc.
 
Magnetic Flux Controllers in Induction Heating and Melting by Robert Goldstei...
Magnetic Flux Controllers in Induction Heating and Melting by Robert Goldstei...Magnetic Flux Controllers in Induction Heating and Melting by Robert Goldstei...
Magnetic Flux Controllers in Induction Heating and Melting by Robert Goldstei...Fluxtrol Inc.
 
Optimization Potential of Induction Heating Systems by Stefan Schubotz and Ha...
Optimization Potential of Induction Heating Systems by Stefan Schubotz and Ha...Optimization Potential of Induction Heating Systems by Stefan Schubotz and Ha...
Optimization Potential of Induction Heating Systems by Stefan Schubotz and Ha...Fluxtrol Inc.
 
CHAPTER 3: Induction Coil Design
CHAPTER 3: Induction Coil DesignCHAPTER 3: Induction Coil Design
CHAPTER 3: Induction Coil DesignFluxtrol Inc.
 

Destacado (9)

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

Similar a Phasor data concentrator

Phasor data concentrator
Phasor data concentratorPhasor data concentrator
Phasor data concentratorPanditNitesh
 
An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2Priyasloka Arya
 
Lightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIOLightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIOijceronline
 
Design and implementation of GPS Tracker
Design and implementation of GPS TrackerDesign and implementation of GPS Tracker
Design and implementation of GPS TrackerVignesh Kannan
 
HITB Labs: Practical Attacks Against 3G/4G Telecommunication Networks
HITB Labs: Practical Attacks Against 3G/4G Telecommunication NetworksHITB Labs: Practical Attacks Against 3G/4G Telecommunication Networks
HITB Labs: Practical Attacks Against 3G/4G Telecommunication NetworksJim Geovedi
 
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...ijwmn
 
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...ijwmn
 
NextGen Network Synchronization
NextGen Network SynchronizationNextGen Network Synchronization
NextGen Network SynchronizationDhiman Chowdhury
 
Redesigning MPTCP in Edge clouds
Redesigning MPTCP in Edge cloudsRedesigning MPTCP in Edge clouds
Redesigning MPTCP in Edge cloudsNitinder Mohan
 
Tutorial on IEEE 802.11 - MAC Protocols and Frames
Tutorial on IEEE 802.11 - MAC Protocols and FramesTutorial on IEEE 802.11 - MAC Protocols and Frames
Tutorial on IEEE 802.11 - MAC Protocols and FramesDheryta Jaisinghani
 
Chapter_05_WLAN_MAC-Performance metrics.pptx
Chapter_05_WLAN_MAC-Performance metrics.pptxChapter_05_WLAN_MAC-Performance metrics.pptx
Chapter_05_WLAN_MAC-Performance metrics.pptxmsohail37
 
System Level 5G Evaluation of GFDM Waveforms in an LTE-A Platform
System Level 5G Evaluation of GFDM Waveforms in an LTE-A PlatformSystem Level 5G Evaluation of GFDM Waveforms in an LTE-A Platform
System Level 5G Evaluation of GFDM Waveforms in an LTE-A PlatformCommunication Systems & Networks
 
Advantech vsat day_2012
Advantech vsat day_2012Advantech vsat day_2012
Advantech vsat day_2012SSPI Brasil
 

Similar a Phasor data concentrator (20)

Phasor data concentrator
Phasor data concentratorPhasor data concentrator
Phasor data concentrator
 
An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2
 
Lightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIOLightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIO
 
Design and implementation of GPS Tracker
Design and implementation of GPS TrackerDesign and implementation of GPS Tracker
Design and implementation of GPS Tracker
 
Wimax 4
Wimax 4Wimax 4
Wimax 4
 
Wimax 4
Wimax 4Wimax 4
Wimax 4
 
HITB Labs: Practical Attacks Against 3G/4G Telecommunication Networks
HITB Labs: Practical Attacks Against 3G/4G Telecommunication NetworksHITB Labs: Practical Attacks Against 3G/4G Telecommunication Networks
HITB Labs: Practical Attacks Against 3G/4G Telecommunication Networks
 
Ijebea14 238
Ijebea14 238Ijebea14 238
Ijebea14 238
 
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
 
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
IMPLEMENTATION OF A NEW IR-UWB SYSTEM BASED ON M-OAM MODULATION ON FPGA COMPO...
 
Ax31338342
Ax31338342Ax31338342
Ax31338342
 
NextGen Network Synchronization
NextGen Network SynchronizationNextGen Network Synchronization
NextGen Network Synchronization
 
Redesigning MPTCP in Edge clouds
Redesigning MPTCP in Edge cloudsRedesigning MPTCP in Edge clouds
Redesigning MPTCP in Edge clouds
 
Tutorial on IEEE 802.11 - MAC Protocols and Frames
Tutorial on IEEE 802.11 - MAC Protocols and FramesTutorial on IEEE 802.11 - MAC Protocols and Frames
Tutorial on IEEE 802.11 - MAC Protocols and Frames
 
Chapter_05_WLAN_MAC-Performance metrics.pptx
Chapter_05_WLAN_MAC-Performance metrics.pptxChapter_05_WLAN_MAC-Performance metrics.pptx
Chapter_05_WLAN_MAC-Performance metrics.pptx
 
System Level 5G Evaluation of GFDM Waveforms in an LTE-A Platform
System Level 5G Evaluation of GFDM Waveforms in an LTE-A PlatformSystem Level 5G Evaluation of GFDM Waveforms in an LTE-A Platform
System Level 5G Evaluation of GFDM Waveforms in an LTE-A Platform
 
Zigbee 802-15-4
Zigbee 802-15-4Zigbee 802-15-4
Zigbee 802-15-4
 
CDMA BSC 6600
CDMA BSC 6600CDMA BSC 6600
CDMA BSC 6600
 
Shubham chakravarty ppt_wcan
Shubham chakravarty ppt_wcanShubham chakravarty ppt_wcan
Shubham chakravarty ppt_wcan
 
Advantech vsat day_2012
Advantech vsat day_2012Advantech vsat day_2012
Advantech vsat day_2012
 

Último

Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 

Último (20)

Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 

Phasor data concentrator

  • 1.
  • 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
  • 11.
  • 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
  • 16.
  • 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