Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/millennium-stack/real-time-info-dashboard

This project involves creating a dashboard that represents the status of a fictional manufacturing process.
https://github.com/millennium-stack/real-time-info-dashboard

c-sharp dashboard livecharts real-time windows-presentation-foundation

Last synced: 9 days ago
JSON representation

This project involves creating a dashboard that represents the status of a fictional manufacturing process.

Awesome Lists containing this project

README

        

# real-time-info-dashboard
This project involves creating a dashboard that represents the status of a fictional manufacturing process.

We have the status contained in a text file with a day's woth of observations, one per second. Each observation includes a timestamp and the status of a several processes of that time.

We create a dashboard that shows the status of each processes at the current simulated time.

### Dependency/Dependencies**: -
***LiveCharts.Wpf*** [For refecrence - https://github.com/Live-Charts/Live-Charts]

## Output

- The Angular Gauge depics the engine efficicency which is near about 80% as displayed.
- The Step Line Series [Hot Pink] depicts the pulse values with respect to entire duration of file.
- The Line Series [Black] depics the engine efficiency with respect to entire duration of file.
- The other variables [red, green, blue] has also been depicted as line series as per the provided data.

![alt text](https://github.com/Millennium-Heap/real-time-info-dashboard/blob/master/images/dashboard.jpg?raw=true)