Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Visualizes power plant data received from metering simulator, able to register/delete/filter reactors and log information when plant reaches critical temperature (School Project - Faculty of Technical Sciences) 🏫

Notifications You must be signed in to change notification settings

DaniloNovakovic/power-plant-metering-simulator

Repository files navigation

Power Plant Metering Application

No Maintenance Intended

School project from Human Computer Interaction course in Applied Software Engineering department (Faculty of Technical Sciences Novi Sad).

Table of Contents

Getting Started

To start application:

  1. Build solution
  2. (Optional) Set solution to multiple startup projects ( Right Click Solution > Properties > Multiple Startup Perojects) where PZ3-NetworkService project will be loaded first and then MeteringSimulator
  3. Run solution

This project is made using WPF and .NET Framework 4.6.1

Metering Simulator

Goald of metering simulator is to simulate data from the field. In case of this project it simulates temperatures from reactor plants.

How it works:

  1. Asks PZ3-NetworkService for number of reactor plants at the start of it's life
  2. Periodically sends data to PZ3-NetworkService in form "Objekat_" + rInt + ":" + value. Where rInt is random number / power plant index.

Metering Simulator Image

PZ3-NetworkService

Main goal of this app is to support visualization of data aquired from the MeteringSimulator as well as to alert user when power plant reaches critical temperature.

Network

This View is composed of two parts. Grid of tracked reactors, and list of reactors. If user wants to track an reactor he can drag and drop it to desired location in grid. If temperature is critical it will have red border, if not then it will have green border.

Network Image

Network Data

Here user can register an reactor, delete it from the list, also he can filter them by reactor type and/or id.

Network Data Image

Data Chart

Provides the ability for user to see how reactor temperature changed over time. Essentially it takes data from log file and visualizes it.

Data Chart Image

Report

Displays log file in an user friendly way.

Report Image

About

Visualizes power plant data received from metering simulator, able to register/delete/filter reactors and log information when plant reaches critical temperature (School Project - Faculty of Technical Sciences) 🏫

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages