Skip to main content

Posts

Showing posts from February, 2021

Omicron Control Center Custom Dialog - Creating Custom Dialog

This is the series of tutorial for Omicron Control Center (OCC) Custom Dialog. This is the first part of the series. In this tutorial, I will show you on how to make a custom dialog inside the Omicron Control Center (OCC) document using VB script. OCC document is also known as omicron test document, test plan and test routine. Scripting is the way of document automation.  The automation of OCC document is very useful to manipulate the OCC document test modules or test object parameters without opening the test object window. Making of custom dialog is very useful because we can change the target parameters in the test object without opining it. In few lines of codes, we can could get the test object parameter value like substation name or address, relay type, serial number & etc. and display it into a textboxes then change the textbox values and sent it back to the test object. Create a new test document.  Download this file " Omicron Control Center Automation - Custom Dialog.