Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/millennium-stack/real-time-info-dashboard
- Owner: Millennium-stack
- Created: 2021-02-06T03:52:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T04:30:51.000Z (over 3 years ago)
- Last Synced: 2024-10-17T17:13:37.703Z (27 days ago)
- Topics: c-sharp, dashboard, livecharts, real-time, windows-presentation-foundation
- Language: C#
- Homepage:
- Size: 3.24 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)