This commit is contained in:
@@ -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(() =>
|
||||
|
||||
@@ -103,7 +103,7 @@ namespace MembranePoreTester.ViewModels
|
||||
|
||||
private async void AutoCollectTimer_Tick(object sender, EventArgs e)
|
||||
{
|
||||
if (!IsActive) return;
|
||||
//if (!IsActive) return;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user