Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.03 KB

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