-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabstract_eng.tex
9 lines (6 loc) · 1.79 KB
/
abstract_eng.tex
1
2
3
4
5
6
7
8
9
\begin{abstract}
Electric grids are an important part of society today. It consists of power plants, power lines and substations. These components allow delivering electricity from power plants to the end users. Substations and their automation play an important role in guaranteeing power grid safety and functionality. The focus of this master thesis is to plan and implement a software component that utilizes distributed system architecture. The component is intended to be a part of a larger system related to the substations. It subscribes information from the substation and shares it with other parts of the system. The information from the substation can include different types of data, such as measurement data which is shown on the user interface.
The information is subscribed from an Intelligent Electronic Device (IED) in substations. An IED is an automation device which controls the other physical devices of the substation. IEDs are connected to the substation's local network. IED can also be referred to as "protection relay". The International Electrotechnical Commission has defined a worldwide standard called IEC 61850 that defines the rules for how IED-devices and software outside of the substation need to communicate with each other over the network.
A proof of concept software component had already been developed before the start of this thesis. However, this component had many problems which did not encourage its further development. Analyzing these problems is a part of this thesis. The new information is then used to design the new software.
The result of this thesis is a software component that utilizes a distributed system architecture. The component can subscribe to information from the IED according to the IEC 61850 standard and share it with the other parts of the system.
\end{abstract}