Prerequisites
Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Navigate to Displays → Draw
Click Create a New Document
Name: Dashboard_System
Template: Dashboard
Click OK
Add TrendChart by dragging and drop them into the Placeholders
Add Temperature pens to the chart
Add different Gauges
You can customize the display to have any symbol or graphical component available
Page Tree | ||||
---|---|---|---|---|
|
Dashboard_Main
Create KPI card for OEE:
@Tag.OEE + "%"
Add production counter card:
Production Trend:
Downtime Pareto:
Add alarm statistics panel:
Configure updates:
csharp
// Refresh every 30 seconds
Timer.Interval = 30000;
Timer.Tick += RefreshDashboard;