Library for parsing PQDIF (Power Quality Data Interchange Format) files


Keywords
Data, Exchange, File, Format, Library, PQDIF, Parser, Power, Quality, communications, complex-event-processing, comtrade, electric, gsf, ieee-1344, ieee-c37118, libraries, macrodyne, osi-pi, phasor-measurement-unit, pmu, stream-processing, stream-processing-engine, streaming-data, synchrophasor, time-series
License
MIT
Install
Install-Package GSF.PQDIF -Version 2.4.177-beta

Documentation

NEW: The GSF libraries are being migrated to .NET Core as the Gemstone Libraries


GSF

The Grid Solutions Framework (GSF) is an extensive open source collection of .NET code used by electric power utilities and various open source projects. GSF contains a large variety of code useful for any .NET project consisting of hundreds of class libraries that extend or expand the functionality included in the .NET Framework with a focus on tools and protocol parsers that are useful for the electric power industry.

NOTE: GSF now targets .NET 4.8, any dependent application will need to migrate to .NET 4.8 in order to keep using GSF assemblies.

Build status CodeQL

Library Latest Version
GSF.Core NuGet Pre-release
GSF.Communication NuGet Pre-release
GSF.Security NuGet Pre-release
GSF.ServiceProcess NuGet Pre-release
GSF.TimeSeries NuGet Pre-release
GSF.Web NuGet Pre-release
GSF.Windows NuGet Pre-release
GSF.Net NuGet Pre-release
GSF.Media NuGet Pre-release
GSF.Historian NuGet Pre-release
GSF.PhasorProtocols NuGet Pre-release
GSF.COMRADE NuGet Pre-release
GSF.PQDIF NuGet Pre-release
GSF.SELEventParser NuGet Pre-release
GSF.EMAX NuGet Pre-release
GSF.ServiceModel NuGet Pre-release
GSF.ServiceBus NuGet Pre-release

Time-series Application Components

Example Components:

Components

  • Adapter based time-series processing and data exchange library with WPF UI configuration screens for managing real-time data
  • Various utility protocol libraries, e.g., PQDIF, COMTRADE, IEEE C37.118, IEEE 1344, IEC 61850-90-5, UTK F-NET, SEL Fast Message, BPA PDCstream, Macrodyne, MMS
  • Configuration API for easy and secure access to application settings
  • High-speed binary parsing framework for implementing protocol parsing
  • Well vetted abstract asynchronous communications framework (IServer / IClient) for socket (TCP, UDP including Multicast all over IPv6 or IPv4), serial and file based communications
  • Security framework for implementing role-based security in ASP.NET, WCF, WPF, Windows Forms and Windows Services
  • Windows Service Template for quickly developing windows services with remoting capability
  • Base WCF service for creating WCF services that can be self-hosted in Windows Service, Console, WPF or Windows Forms application
  • WCF-based Message Bus that can be hosted inside ASP.NET, Windows Service, Console, WPF or Windows Forms application

Poster

Click for full size image

The Grid Solutions Framework, administered by the Grid Protection Alliance (GPA), is a combination of the existing Time Series Framework and TVA Code Library projects that were hosted on CodePlex. In creating the GSF, new code components have been added and the libraries have been refactored to make this integrated framework more secure and significantly better performing.

The open Phasor Data Concentrator (openPDC), Secure Information Exchange Gateway (SIEGate) and open Historian are examples of projects that use the Grid Solutions Framework.

Documentation and Support

NuGet Packages

Deployment

  • Make sure your system meets all the requirements below.
  • Open the project you want to leverage the GSF on in Visual Studio.
  • In the solution explorer, right-click on the project or solution.
  • Click on manage Nuget packages.
  • Search for GSF.
  • Install the library you want to use.
  • Enjoy.

Requirements

  • 64-bit Windows 10 or newer or POSIX OS, e.g. Linux or Mac.
  • .NET 4.8 or newer.
  • Visual Studio 2022 or higher.
  • NuGet (usually included in Visual Studio).

Contributing

If you would like to contribute please:

  • Read our styleguide.
  • Fork the repository.
  • Code like a boss.
  • Create a pull request.

License

The Grid Solutions Framework is licensed under the MIT license.

GSF