SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

Distribution System Automation
 Distribution System Automation  Distribution System Automation
Distribution System Automation Adithya Ballaji
 
Scada substation automation prnsnt
Scada substation automation prnsntScada substation automation prnsnt
Scada substation automation prnsntIIT INDORE
 
Web based power quality monitoring system
Web based power quality monitoring systemWeb based power quality monitoring system
Web based power quality monitoring systemVikram Purohit
 
Phasor measurement unit and it's application ppt
Phasor measurement unit and it's application pptPhasor measurement unit and it's application ppt
Phasor measurement unit and it's application pptKhurshid Parwez
 
Smart grid distribution system
Smart grid distribution systemSmart grid distribution system
Smart grid distribution systemAng Sovann
 
Scada systems automating electrical distribution
Scada systems automating electrical distributionScada systems automating electrical distribution
Scada systems automating electrical distributionSHUBHAM SAINI
 
Smart grid technology
Smart grid technologySmart grid technology
Smart grid technologySmarak Suman
 
MicroGrid and Energy Storage System COMPLETE DETAILS NEW PPT
MicroGrid and Energy Storage System COMPLETE DETAILS NEW PPTMicroGrid and Energy Storage System COMPLETE DETAILS NEW PPT
MicroGrid and Energy Storage System COMPLETE DETAILS NEW PPT Abin Baby
 
Protection and local control of HVDC grids
Protection and local control of HVDC gridsProtection and local control of HVDC grids
Protection and local control of HVDC gridsPower System Operation
 
Role of phasor measuring unit in power system
Role of phasor measuring unit in power systemRole of phasor measuring unit in power system
Role of phasor measuring unit in power systemHASEENA. M
 
WIDE AREA MANAGEMENT SYSTEM
WIDE AREA MANAGEMENT SYSTEMWIDE AREA MANAGEMENT SYSTEM
WIDE AREA MANAGEMENT SYSTEMDivya Yennam
 
smart Grid
smart Gridsmart Grid
smart Gridmkanth
 

Tendances (20)

Distribution System Automation
 Distribution System Automation  Distribution System Automation
Distribution System Automation
 
Scada substation automation prnsnt
Scada substation automation prnsntScada substation automation prnsnt
Scada substation automation prnsnt
 
FAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINE
FAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINEFAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINE
FAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINE
 
Phasor Measurement Unit (PMU)
 Phasor Measurement Unit (PMU) Phasor Measurement Unit (PMU)
Phasor Measurement Unit (PMU)
 
Web based power quality monitoring system
Web based power quality monitoring systemWeb based power quality monitoring system
Web based power quality monitoring system
 
Smart Meters
Smart MetersSmart Meters
Smart Meters
 
Phasor measurement unit and it's application ppt
Phasor measurement unit and it's application pptPhasor measurement unit and it's application ppt
Phasor measurement unit and it's application ppt
 
Microgrid Protection: Challenges and Solution
 Microgrid Protection: Challenges and Solution Microgrid Protection: Challenges and Solution
Microgrid Protection: Challenges and Solution
 
Smart grid distribution system
Smart grid distribution systemSmart grid distribution system
Smart grid distribution system
 
Scada systems automating electrical distribution
Scada systems automating electrical distributionScada systems automating electrical distribution
Scada systems automating electrical distribution
 
Distributed Generation
Distributed Generation Distributed Generation
Distributed Generation
 
Smart grid technology
Smart grid technologySmart grid technology
Smart grid technology
 
MicroGrid and Energy Storage System COMPLETE DETAILS NEW PPT
MicroGrid and Energy Storage System COMPLETE DETAILS NEW PPTMicroGrid and Energy Storage System COMPLETE DETAILS NEW PPT
MicroGrid and Energy Storage System COMPLETE DETAILS NEW PPT
 
Protection and local control of HVDC grids
Protection and local control of HVDC gridsProtection and local control of HVDC grids
Protection and local control of HVDC grids
 
Introduction to Microgrid
Introduction to Microgrid Introduction to Microgrid
Introduction to Microgrid
 
Role of phasor measuring unit in power system
Role of phasor measuring unit in power systemRole of phasor measuring unit in power system
Role of phasor measuring unit in power system
 
Tcsc
TcscTcsc
Tcsc
 
WIDE AREA MANAGEMENT SYSTEM
WIDE AREA MANAGEMENT SYSTEMWIDE AREA MANAGEMENT SYSTEM
WIDE AREA MANAGEMENT SYSTEM
 
Hvdc
HvdcHvdc
Hvdc
 
smart Grid
smart Gridsmart Grid
smart Grid
 

En vedette

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.
 

En vedette (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
 

Similaire à 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
 

Similaire à 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
 

Dernier

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony 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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Dernier (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony 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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
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 ...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

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