+
+ ⚠️
+ CRITICAL ALARM ACTIVE
+
+
+ {{if .ShowVerdict}}
+
+
+
Machine verdict
+
NO DATA
+
+
Waiting for PLC data
+
+ {{end}}
+
+ {{if .ShowSummaryBar}}
+
+ {{end}}
+
+ {{if .ShowOverview}}
+
+
+
+
+
+
+
TOTAL %
+
0.0 {{.UnitPct}}
+
+
+
IMBALANCE
+
0.0 {{.UnitPct}}
+
abs(L - R)
+
+
+
BIAS
+
0.0 {{.UnitPct}}
+
L - R
+
+
+
LIMITS
+
Force W {{printf "%.0f" .WarningPercent}} / C {{printf "%.0f" .CriticalPercent}}
+
Imb W {{printf "%.0f" .ImbalanceWarningPercent}} / C {{printf "%.0f" .ImbalanceCriticalPercent}}
+
+
+
+
+ {{end}}
+
+ {{if .ShowIntelligence}}
+
+
+
+
Drift / Deterioration Intelligence
+
Averages, drift direction, imbalance deterioration and process stability
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
AVG PEAK 5 MIN
+
--
+
No data
+
+
+
AVG PEAK 1 HOUR
+
--
+
No data
+
+
+
FORCE TREND
+
--
+
No data
+
+
+
IMBALANCE TREND
+
--
+
No data
+
+
+
PROCESS STABILITY
+
--
+
No data
+
+
+
+ {{end}}
+
+ {{if .ShowAlarmTimeline}}
+
+
+
+
Event / Alarm Timeline
+
Recent transitions show exactly when the process began drifting, overloading, losing balance, or losing PLC communication
+
+
Newest events first • clear events included
+
+
+
+
+
+ | Time |
+ Severity |
+ Source |
+ Event |
+ Value |
+ Limit |
+
+
+
+ | No events yet |
+
+
+
+
+ {{end}}
+
+ {{if .ShowGauges}}
+
+
+ {{if .ShowGaugeDigital}}
+
+ {{else}}
+
+
+
+
{{.LeftLabel}}
+
NORMAL
+
+
+ {{end}}
+
+
+
+
+
+
+ {{if .ShowGaugeDigital}}
+
+ {{else}}
+
+
+
+
{{.RightLabel}}
+
NORMAL
+
+
+ {{end}}
+
+
+
+
+
+ {{end}}
+
+ {{if .ShowTrendChart}}
+
+
+
+
+
Peak Trend
+
Piezo peak/stroke history from SQLite with visible warning and critical limits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{end}}
+