IEC61850 Application Notes
Read Data Object
- Click Tools/Mdv61850 Browser on Telediagram. Mdv61850 Browser comes with version of Telediagramın 16.1.04 beta8 and up.
- Browse SCL file(xxx.cid) from IED and load it.
If there is more than one IED you need to choose from the list between buttons 1 and 2.
- Find data objects which wanted read and double click to add data objects table at the right side.
- Insert result, status and trig blocks into the telediagram project for each data object.
Insert binary register into the telediagram project for status and trig blocks.
Result blocks needs to right type of register according to Object Type.
Object Type variations listed below;
• BOOLEAN -> binary register.
• INT32 -> long register.
• FLOAT32 -> analog register.
- Click on Projects / Blok Properties / Export selected blocks to CSV button and export linelabels into the csv file.
- Turn back to Mdv61850 Browser and click on “Import Line Labels” button, Select the csv file which exported. You should see to line labels in the info screen.
- In order to assign blocks to data objects, double-click the cell of the relevant block and select the linelabel in the project.
- After selecting the block names, click the "Export" button and the directory and name of the file to be imported into Telediagram appear on the warning screen.
You can find the exported file in the “C:/Users/< username >/MdvExports/” directory.
- The configuration file created in Mdv61850 Browser is transferred to Telediagram by clicking Telediagram / Projects / 61850 Tab / Import Tables from Excel.
If there is a previously added relay definition, if you want to add a second IED without deleting it, click the Import Connection from Excel button.
- After the import process is finished, the table will appear as follows. IP and port settings are checked;
- After loading the project to the device, when we trigger the trig block, it is seen that the data is received. Status registers go down to 0 at each trigger and rise to 1 again if the reading is successful, so the reading accuracy can be ensured.
Read Dataset
- The dataset we want to read from the Dataset Object list in the middle left is double-clicked and added to the Datasets list on the right.
- The objects to be read in the dataset are added to the Dataset Member Object Indexes table by double-clicking.
- Status, Trig Block, RxTime, RxCount, Dataset From Report blocks and result blocks are added for dataset.
Insert binary register into the telediagram project for status, trig and dataset from report blocks.
Result blocks needs to right type of register according to Object Type.
Object Type variations listed below;
• BOOLEAN -> binary register.
• INT32 -> long register.
• FLOAT32 -> analog register.
- Click the Projects / Blok Properties / Export selected blocks to CSV button and the line labels of the blocks are exported to the csv file.
- Turn back to Mdv61850 Browser and click on “Import Line Labels” button, Select the csv file which exported. You should see to line labels in the info screen.
- In order to assign blocks to data objects, double-click the cell of the relevant block and select the block name in the project.
- After selecting the block names, click the "Export" button and the directory and name of the file to be imported into Telediagram appear on the warning screen.
You can find the exported file in the “C:/Users/< username >/MdvExports/” directory.
- The configuration file created in Mdv61850 Browser is transferred to Telediagram by clicking Telediagram / Projects / 61850 Tab / Import Tables from Excel.
If there is a previously added relay definition, if you want to add a second IED without deleting it, click the Import Connection from Excel button.
- After the import process is finished, the table will appear as follows. IP and port settings are checked;
- After loading the project to the device, when we trigger the trig block, it is seen that the data is received. Status registers go down to 0 at each trigger and rise to 1 again if the reading is successful, so the reading accuracy can be ensured.
Read Report
To read the created dataset without triggering, the following steps are followed;
- Reports created from the Reports section are listed at the bottom left. Double-clicking on the report you want to read is added to the Reports table in the middle.
The point to be noted here is that the dataset id (Ds ID) of the report added to the Reports table is the same as the dataset above.
- When the Trig Type box is double-clicked, the dialog window that opens is selected when the data will be sent, and the reading period in milliseconds is entered in the Period box.
• TRG_OPT_DATA_CHANGED: Send on data change.
• TRG_OPT_QUALITY_CHANGED: Send on quailty change.
• TRG_OPT_DATA_UPDATE: Send when data is updated.
• TRG_OPT_INTEGRITY: Send periodically as a integrity.
• TRG_OPT_GI: Submit when general general interrogation arrives.
The import-export operations made from step 15 in the dataset reading section are repeated and the project is loaded into the device.
It is seen that the values from the IED are transferred to the blocks and the "Dataset from report flag" block is 1.