Skip to main content

Posts

Showing posts with the label Relay

Micom SE Studio1 Import Filter - Using Of SEStudio1Import.vb Module

Welcome back to  Micom SE Studio1 Import Filter tutorial series. In the previous tutorial, I've shown you how to create class module that responsible for setting file processing. Click this link  Micom SE Studio1 Import Filter - Creating Class Module For Setting File Process In this series, I will show you how to use the SEStudio1Import.vb class module that I created in the previous tutorial. Now open the SEStudio1FilterBase.bv class, copy the codes below and replace the content of this class module. Imports OMXRioData Public Class SEStudio1FilterBase Inherits OMXRioFilter.FilterBase Private RELAY_PARAMETERS_BLOCK As String = "CUSTOM.RELAY_PARAMETERS" Private AUTHOR_PARAMETER As String = "CUSTOM.AUTHOR.IMPORT_FILTER_AUTHOR" Public Overrides Sub SetParameter(isImport As Boolean , paramName As String , paramValue As String ) 'Do nothing End Sub Public Overrides Function ExecuteExport() As Boolean R...

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