com-pas / compas-sitipe-service

CoMPAS for Siemens SITIPE; This allow to SITIPE 61850 privates in IEC61850 SCL retrieved from the SITIPE database.
Apache License 2.0
0 stars 4 forks source link

Import IID from the SITIPE database #6

Closed Sander3003 closed 1 year ago

Sander3003 commented 1 year ago

As a user of the SITIPE plugin I want to import the IID file from the SQL database and add it to the XMLDocument

Requirements

Open questions

DataBase dependencies

frameworkID: this is a variable given once per user e.g. Alliander. I this story is is given as cf3 and is needed to query the proper as it is part of the table name like so SELECT ... FROM [databasename].[dbo].[frameworkID]. ....

version: SITIPE is all around version control. This means that you can have multiple versions of everything in the data base. In this story the version is given as 1.00 . You can find the different version within SELECT version FROM [databasename].[dbo].[frameworkID_SYSTEM_VERSION_LIST]