Skip to main content

GE SR750/760 Relay Tutorials


Welcome to another series of tutorials called GE SR750/760 Relay Tutorials. In this tutorial, I will show you how to program, configure and test the relay. I will show also how to test the relay using Omicron CMC test set with step by step procedure.

GE Multilin SR750/760 relay is a multifunction relay for transmission lines or feeders. This relay has a multiple built-in protection elements like overcurrent, over/undervoltage, under/overfrequency, breaker failure, autorecloser and etc.

There are many ways or technique on how to test this type of relay. In this tutorial, I will show you how do I test this relay in my own way to shorten the time of testing or to save time, in short, efficient. I may be disabled some elements during testing but I will try to avoid it by using the right test module on the Omicron Control Center (OCC) document. Yes, I'm going to use OCC because I want to show you how to make XRIO parameters during testing to save it as a test template once I finished the relay testing so that I can use it in the future.

This tutorial will be divided into many parts and detailed procedures. So, to view all parts of this tutorial, goto Categories menu on the left side and click "GE SR750/760 Relay Tutorials". This will display all parts for this tutorial series. Or navigate to this page and click the desired tutorial link listed below.


Comments

Popular posts from this blog

Micom SE Studio1 Import Filter - Creating User Interface (UI)

Welcome to my page and welcome to the continuation of Omicron Import Filter tutorial series. In this tutorial, I will show you how to create the actual import filter fom Micom relays. In this tutorial, we will focus on the Visual Studio program. We're going to modify the codes in our project called MyImportFilter that we've created in the previous tutorial.  Download the project in this link  MyImportFilter - Process Relay Setting Parameters . Extract and open the project. Once the project is loaded, add New Folder inside the project and set the name to SEStudio1. We need this to make organize our project class filter.  SE Studio 1 stands for Schneider Electric Studio 1 which is the software that used in communicating MiCOM relays particularly P12x series. And yes we're going to create a new import filter and user interface form MiCOM P12x series relay. I think this will applied to other MiCOM P series relay. Add a new Form inside the  SEStudio1 folder...

Change Data With Feedback In Omicron Control Center Custom Dialog

Welcome to the fifth and final part of the tutorial series about Omicron Control Center (OCC) Custom Dialog. In this tutorial, I will show you how to get a real-time feedback when data was change. This will be helpful that you will be notified what will be the outcome of the changed data. Check the video below. Now, open the OCC document that we used in the previous tutorial. If you don't have it check this link ( Omicron Control Center Custom Dialog - Creating Custom Dialog With Dropdown Control ) then come back here once you have OCC document. When the document is loaded, open the script view by clicking the Script View button under the View tab then stop the script if its running. Now, find the  SetTheSourceController sub procedure. We're going to modify this codes and use different methods of loading data from the test object and saving back to test object. Point the mouse pointer and click between  Begin Dialog and  End Dialog then click the Edit Dialog button un...

Processing The Relay Setting Parameters In Omicron Import Filter

Welcome to my page and welcome to the fifth part of Omicron Import Filter tutorial series. In this tutorial, I will show you how to process the relay setting parameters that to be import in the Xrio converter. In this tutorial, we will focus on the Visual Studio program. We're going to modify the codes in our project called MyImportFilter that we've created in the previous tutorial.  Download the project in this link  MyImportFilter - Process Relay Setting Parameters . Extract and open the project. Once the project is loaded, add New Folder inside the project and set the name to SEStudio1. We need this to make organize our project class filter.  SE Studio 1 stands for Schneider Electric Studio 1 which is the software that used in communicating MiCOM relays particularly P12x series. And yes we're going to create a new import filter and user interface form MiCOM P12x series relay. I think this will applied to other MiCOM P series relay. Add a new Form inside ...