Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kang-theo/device-dashboard

WPF application based on .NET7
https://github.com/kang-theo/device-dashboard

csharp net-7 wpf

Last synced: 27 days ago
JSON representation

WPF application based on .NET7

Awesome Lists containing this project

README

        

# Device Dashboard

## Build and Run

### NuGet Packages

- liveCharts.wpf
- CommunityToolkit.Mvvm
- S7netplus

## UI

![UI](./device-dashboard/Public/ui.jpg)

![Warning](./device-dashboard/Public/warning.jpg)

### Breakdown

![UI breakdown](./device-dashboard/Public/ui-2.jpg)

## Presentation

### Device Info

#### Device info pool (Model)
![Device Info Pool Data Structure](./device-dashboard/Public/device-info-pool.jpg)

### Production Statistics
PLC communication: A monitor thread to collect device data and store in data pool.