Skip to main content

IEC61850 Application Notes

Read Data Object

  1. Click Tools/Mdv61850 Browser on Telediagram. Mdv61850 Browser comes with version of Telediagramın 16.1.04 beta8 and up.

61850-Browser1

Figure 1: Tools/Mdv61850 Browser

  1. Browse SCL file(xxx.cid) from IED and load it.

61850-Browser2

Figure 2: Load Configuration File

If there is more than one IED you need to choose from the list between buttons 1 and 2.

  1. Find data objects which wanted read and double click to add data objects table at the right side.

61850-Browser3

Figure 3: Inserting Data Object

  1. Insert result, status and trig blocks into the telediagram project for each data object.

61850-Browser4

Figure 4: Data Object Table

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.

61850-Browser5

Figure 5: Inserted Telediagram Blocks

  1. Click on Projects / Blok Properties / Export selected blocks to CSV button and export linelabels into the csv file.

61850-Browser6

Figure 6: Block Properties Tab

  1. 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.

61850-Browser7

Figure 7: Import Line Labels Screen

  1. In order to assign blocks to data objects, double-click the cell of the relevant block and select the linelabel in the project.

61850-Browser8

Figure 8: Assigning Line Labels to Data Objects Window

  1. 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.

61850-Browser9

Figure 9: Configuration Export Screen

  1. 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.

61850-Browser10

Figure 10: Import Window of Telediagram 61850 Table

  1. After the import process is finished, the table will appear as follows. IP and port settings are checked;

61850-Browser11

Figure 11: 61850 Table

  1. 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.

61850-Browser12

Figure 12: Result of Data Object Reading

Read Dataset

  1. 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.

61850-Browser13

Figure 13: DataSet Object List

  1. The objects to be read in the dataset are added to the Dataset Member Object Indexes table by double-clicking.

61850-Browser14

Figure 14: DataSet Object Indeks Table

  1. 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.

61850-Browser15

Figure 15: DataSet Blocks

  1. Click the Projects / Blok Properties / Export selected blocks to CSV button and the line labels of the blocks are exported to the csv file.

61850-Browser16

Figure 16: Block Properties Tab

  1. 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.

61850-Browser17

Figure 17: Insert Line Labels Screen

  1. In order to assign blocks to data objects, double-click the cell of the relevant block and select the block name in the project.

61850-Browser18

Figure 18: Line Label Window

  1. 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.

61850-Browser19

Figure 19: Configuration Export Screen

  1. 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.

61850-Browser20

Figure 20: Import Window of Telediagram 61850 Table

  1. After the import process is finished, the table will appear as follows. IP and port settings are checked;

61850-Browser21

Figure 21: 61850 Table

  1. 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.

61850-Browser22

Figure 22: Result of DataSet Reading

Read Report

To read the created dataset without triggering, the following steps are followed;

  1. 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.

61850-Browser23

Figure 23: Insert Report

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.

  1. 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.

61850-Browser24

Figure 24: Trig Type Dialog Window

  1. The import-export operations made from step 15 in the dataset reading section are repeated and the project is loaded into the device.

  2. It is seen that the values from the IED are transferred to the blocks and the "Dataset from report flag" block is 1.

61850-Browser25

Figure 25: Result of Reading Report