Skip to main content

Basic Requirements For Relay Testing

For relay testing, we might use different equipment with different style and also depend on asset owner requirements. In this page, these are the basic requirement to test the relay in our network that we work witth.

Relay test set (i.e. Omicron CMC’s)

Omicron CMC test sets like CMC256, CMC356 are very common testing device for the relays installed in the power substations, generation, transmission and etc.

Test leads

Use to connect the CMC to the relay test plugs

Relay settings for reference

This is a documentation of the as left relay settings the day the relay been commissioned which to be verified in the relay

Laptops, recommended 2 units or more

Two or more laptops is better for the relay testing because one laptop will be used in the test set like CMC and the other will be use to communicate the relay. If SCADA checks is required, it’s better to use third laptop to communicate the RTU to check if the relay alarms register through the RTU.

Test plugs

This will be use to isolate the relay to enable to test the relay without operating or livening the associated high voltage equipment like circuit breakers, voltage transformers and etc.

Drawings, schematic, logic diagram

These are the documentation of as built drawings/diagram that left in the substation to be used in the time of troubleshooting, testing and etc.

Dummy circuit breaker

This may be needed for autoreclose testing if we can’t use the actual circuit breaker.

Isolation and test procedure (in our company we called it ITP – instruction and test procedures

This is a documentation the contains isolation instructions required before relay testing like insert test plug or disconnect wires, disable breaker failure or others that may introduce any risk of tripping or injuries. This also may contains instructions on how to test some elements that require procedure and after testing, restoration instructions of the isolation done before the relay testing.

Approved operating order

Is the documentation of sequential steps of operation of the high voltage equipment like circuit breakers, disconnect switches or fuses to isolate the equipment or circuit to work with. This is also contains steps of putting lock and tag of equipment to prevent the operating of the isolated equipment. This may also contains permits like access permit, test permit, work authority or any permit that required in any types of work on the equipment. For relay testing we pickup Work Authority.

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