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.
LiveCharts.Wpf [For refecrence - https://github.com/Live-Charts/Live-Charts]
- 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.