This commit is contained in:
xyy
2026-04-10 18:54:06 +08:00
parent 61c5e9f006
commit db683ead3b
4 changed files with 54 additions and 9 deletions

View File

@@ -599,9 +599,9 @@ namespace MembranePoreTester.ViewModels
if (highPressAlarm) newAlarms.Add("高压超限");
if (lowPressAlarm) newAlarms.Add("低压超限");
if (Midnight1) newAlarms.Add("1工位漏");
if (Midnight2) newAlarms.Add("2工位漏");
if (Midnight3) newAlarms.Add("3工位漏");
if (Midnight1) newAlarms.Add("1工位漏");
if (Midnight2) newAlarms.Add("2工位漏");
if (Midnight3) newAlarms.Add("3工位漏");
// 更新UI避免频繁刷新集合导致界面闪烁直接替换内容
Application.Current.Dispatcher.Invoke(() =>

View File

@@ -103,7 +103,7 @@ namespace MembranePoreTester.ViewModels
private async void AutoCollectTimer_Tick(object sender, EventArgs e)
{
if (!IsActive) return;
//if (!IsActive) return;
try
{