How to calibrate digital instruments based on IEC...

30
How to calibrate digital instruments based on IEC 61850-9-2 M. Agustoni and A. Mortara This work is partially funded by the EMRP project FutureGrid (ENG61). The EMRP is jointly funded by the EMRP participating countries and the European Union.

Transcript of How to calibrate digital instruments based on IEC...

Page 1: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

How to calibrate digital instruments basedon IEC 61850-9-2M. Agustoni and A. Mortara

This work is partially funded by the EMRP projectFutureGrid (ENG61). The EMRP is jointly fundedby the EMRP participating countries and theEuropean Union.

Page 2: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Overview

31/8/2016Future Grid Workshop 2016, Braunschweig 2

Introduction: IEC 61850-9-2 digitalinstruments

The Stand Alone Merging Unit (SAMU)Calibration setupMetrological characterization

The “Test Set” (can be used as SAMUcalibrator)

Calibration setupMetrological characterization

Page 3: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Scenario: Power Network Substation

31/8/2016Future Grid Workshop 2016, Braunschweig 3

In modern power network substations, currentand voltage signal are digitized formeasurement and control purposes.

Digitized values and correspondent time-stamps are delivered through the Ethernet asSample Values (SV) as described inIEC 61850-9-2 standard.

The traceability of digital devices based onIEC 61850-9-2 must be established.

Page 4: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Stand Alone Merging Unit (SAMU)

31/8/2016Future Grid Workshop 2016, Braunschweig 4

Digital communication interface between (non-)conventionalcurrent/voltage sensors and protection devices in switchyard andsubstation control area.

It combines these signals in one device and converts them into digitalstream (IEC 61850-9-2).

SAMU SV IEC 61850-9-2

Calibration notstandardized IEC 61869-13

GPS rec.

PPS

LAN

Page 5: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

SAMU Under Test

31/8/2016Future Grid Workshop 2016, Braunschweig 5

Specifications

Page 6: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Bench (Hardware)

31/8/2016Future Grid Workshop 2016, Braunschweig 6

24 bit

Page 7: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Bench (Software)

31/8/2016Future Grid Workshop 2016, Braunschweig 7

LabView® and C/C++ based.

DAC ADC

SAMUSV

decoder

ReferenceGenerator

SV decoder: adapted version of open platform developed byS.M. Blair et al. at the University of Strathclyde.

[S. M. Blair, et al., IEEE Transactions on Power Delivery, vol. 28, no. 2, pp. 1103-1110, 2013]

Recorder

Page 8: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Bench (Software, SV decoder)

31/8/2016Future Grid Workshop 2016, Braunschweig 8

SV decoder consists basically in 2 parts:

1. A packet sniffer intercepts the desired SV stream over thenetwork (MAC destination + MAC source + Ethertype +SV ID).

2. Decoding functions extract the encapsulated digitizedvalues and time-stamps from the rest of Ethernet frame.

MACDestination

MACSource

Ethertype(0x88BA SV) Data

6 bytes 6 bytes 2 bytes Variable

SV ID

Page 9: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Bench (Software, Main Code)

31/8/2016Future Grid Workshop 2016, Braunschweig 9

Page 10: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Bench (Software, Main Code)

31/8/2016Future Grid Workshop 2016, Braunschweig 9

Build signal from file parameters

Page 11: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Bench (Software, Main Code)

31/8/2016Future Grid Workshop 2016, Braunschweig 9

Start SV decoder

Page 12: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Bench (Software, Main Code)

31/8/2016Future Grid Workshop 2016, Braunschweig 9

Generate output analog signal

Page 13: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Bench (Software, Main Code)

31/8/2016Future Grid Workshop 2016, Braunschweig 9

Read reacquired signal

Page 14: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Bench (Software, Main Code)

31/8/2016Future Grid Workshop 2016, Braunschweig 9

Record reacquired and SAMU signal

Page 15: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Metrological Characterization of SAMU

31/8/2016Future Grid Workshop 2016, Braunschweig 10

The measurement bench allows formetrological characterizations in bothtime/frequency and amplitude domain.

Test example:

Frequency stability of clock oscillator.

Sine wave testing.

Page 16: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Frequency Stability

31/8/2016Future Grid Workshop 2016, Braunschweig 11

Single-tone sine wavesignal 50 Hz1h recordDetermination of relativefrequency offsets

[Performed with: Quantum Wave Toolbox: https://qwtb.github.io/qwtb/]

Overlapped AllanDeviation

Relative stability of 0.5nHz/HzSAMU practically doesn’tintroduce additional jitter

Method

Result

Analysis

Page 17: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Sine Wave Testing (Modulo Time Plot)

31/8/2016Future Grid Workshop 2016, Braunschweig 12

Single-tone sine wavesignal 50.0028 HzResampling of 225periods in 1 periodAll codes in consideredvoltage range swept

Sine wave fit, nlsalgorithm with 4 freeparameters

Well defined structuresin residuals

ENOB~11

Method

Result

Analysis

[F. H. Irons and D. M. Hummels, IEEE Transactions on Instrumentation and Measurement,vol. 45, no. 3, pp. 734-738, Jun 1996]

Page 18: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Sine Wave Testing (Residual Spectrum)

31/8/2016Future Grid Workshop 2016, Braunschweig 13

FFT of residuals

First two harmonicsdistortion

First twocomponents of othercontribution at 4 kHz

may be related toclock feedthrough

Harmonics Clock feedthrough

Page 19: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Set

31/8/2016Future Grid Workshop 2016, Braunschweig 14

OMICRON CMC 356

Multifunction calibratorCan be used for SAMU calibration on the field.Provide the simultaneous generation of an analog signaland its digital version according IEC 61850-9-2

Page 20: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Test Set (Test Bench)

31/8/2016Future Grid Workshop 2016, Braunschweig 15

Page 21: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

The Test Set (Delay tests)

31/8/2016Future Grid Workshop 2016, Braunschweig 16

Single-tone sine wavesignal 50 Hz100-200 kHz samplingrateMeasurements repeated10 times at sameconditions

Sine wave fit, nlsalgorithm with 4 freeparameters

Mean phase delaybetween -1 and -1.7mrad 3-5 µs

Method

Result

Analysis

[Uncertainties: M. Zeier et al., “Metas.UncLib —a measurement uncertainty calculator for advancedproblems,” Metrologia, vol. 49, no. 6, pp. 809–815, Dec. 2012]

Page 22: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Summary

31/8/2016Future Grid Workshop 2016, Braunschweig 17

A calibration setup for IEC 61850-9-2 devices has beenpresented.

The measurement bench is designed to be robust andversatile.

Software architecture makes possible a wide range ofmeasurement types.

As an example, frequency stability and sine wave tests forSAMU as well as delay measurement for test set have beenpresented.

The forthcoming publication of IEC 61869-13 standard willallow for setting parameters for complete and accuratecalibration for SAMUs.

Page 23: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Acknowledgement

13/7/2016CPEM 2016, Ottawa 18

This work is partially funded by the EMRP project FutureGrid(ENG61). The EMRP is jointly funded by the EMRP participatingcountries and the European Union.

Page 24: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Thank you very much for your attention

Page 25: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Additional Slides

31/8/2016Future Grid Workshop 2016, Braunschweig 19

Page 26: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Why IEC 61850 Standard?

31/8/2016Future Grid Workshop 2016, Braunschweig 20

Problem:Technological improvements in communication andmeasurement system (as non-conventional sensors)Increasing number of software-based substationautomation system

interoperability issues between suppliers of substationdevice equipment

Solution: IEC 61850

Benefits:IEC 61850 is designed to be independent of technologicalchangesIEC 61850 allows to reduce costs for: wiring, commu-nication infrastructure, installation and maintenance,…

Page 27: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

IEC 61850-9-2

31/8/2016Future Grid Workshop 2016, Braunschweig 21

• Describes the communication of SVover Ethernet with Multicasttransmission service.

• The standard is very general describedand can be interpreted in different ways

complication in interoperability.

• To meet the requirements of thestandard’s implementation a dedicatedguideline has been introduced.

• The UCA International Users Group’sguideline referred as IEC 61850-9-2LE“Light Edition”.

Page 28: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

SV Decoder

31/8/2016Future Grid Workshop 2016, Braunschweig 22

SV ID

Mean packet delay over LAN

Page 29: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Frequency Stability

31/8/2016Future Grid Workshop 2016, Braunschweig 23

Input WF discretized

Relative frequency offset of oscillator

Page 30: How to calibrate digital instruments based on IEC 61850-9-2futuregrid.emrp.eu/wp-content/uploads/2016/09/06-Agustoni-How-to... · How to calibrate digital instruments based on IEC

Sine Wave Tests

31/8/2016Future Grid Workshop 2016, Braunschweig 24

Number of codes to see

Fine-scale frequency selectionp= number of periodsS= number of samples nominal freq.fS = sampling rate