Skip to content

com-pas/compas-sct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Maven Build Github Action Status Quality Gate Status REUSE status CII Best Practices Slack

System Configuration Tool (SCT) components

The SCT tool is a library for generating SCD (System Configuration Description) files based on IEC 61850 standard. The code is written with Java (POJO) and is based on Chain of Responsability pattern. It's architecture is modular and is composed by 3 modules (sct-app, sct-commons and sct-data). The main feature is to generate a SCD file from SSD (Substation Specification Description) and STD (System Template definition) files.

  • sct-app : is the high level part and contains a service which allows automatic generation of the SCD file. This last calls sct-commons functions to realize features. For further use of the SCT tool this part could be used to add end points or other monitoring tools to use efficiently the SCT. This will allow to dockerize easily the tool for more portal and large usage.
  • sct-commons : contains implementation of basic elements of SCLin low level methods and functions (middle level methods) to realize needed operations for them in order to allow easy manipulation of SCL files.
  • sct-data : module which propose some interfaces to be implemented in order to interact with databases.

The main use case of the product is generation of SCD file (automatically or manually by calling low level functions). Perspectives are given to users to implement other use cases in coherence with the standard IEC-61850 as the SCT stands for a library for now.

For more informations about the project documentation (architecture, code documentation, etc), please refer to Documentation

Interested in contributing? Please read carefully the CONTRIBUTING guidelines.